RESOLVED FIXED 177092
WSL should report an error if you try to create an operator overload that will never be called
https://bugs.webkit.org/show_bug.cgi?id=177092
Summary WSL should report an error if you try to create an operator overload that wil...
Filip Pizlo
Reported 2017-09-18 11:59:23 PDT
Like: Wrong number of args: int operator+(int, int, int) Type parameters that cannot be inferred: int operator+<T>(int, int) Probably other things.
Attachments
possible patch (23.16 KB, patch)
2017-09-21 18:37 PDT, Filip Pizlo
no flags
more tests (26.24 KB, patch)
2017-09-21 19:30 PDT, Filip Pizlo
no flags
even more tests (37.77 KB, patch)
2017-09-21 20:03 PDT, Filip Pizlo
no flags
more tests! (43.85 KB, patch)
2017-09-21 20:16 PDT, Filip Pizlo
no flags
more tests (45.89 KB, patch)
2017-09-21 21:49 PDT, Filip Pizlo
no flags
more tests (52.22 KB, patch)
2017-09-21 22:30 PDT, Filip Pizlo
no flags
the patch (144.71 KB, patch)
2017-09-22 11:52 PDT, Filip Pizlo
no flags
the patch (167.61 KB, patch)
2017-09-22 11:55 PDT, Filip Pizlo
jfbastien: review+
buildbot: commit-queue-
Archive of layout-test-results from ews122 for ios-simulator-wk2 (13.36 MB, application/zip)
2017-09-22 14:33 PDT, Build Bot
no flags
Filip Pizlo
Comment 1 2017-09-21 18:37:07 PDT
Created attachment 321503 [details] possible patch It passes tests but I need to write a lot more tests.
Filip Pizlo
Comment 2 2017-09-21 19:30:42 PDT
Created attachment 321506 [details] more tests Adding tests for the checks I added.
Filip Pizlo
Comment 3 2017-09-21 20:03:13 PDT
Created attachment 321509 [details] even more tests
Filip Pizlo
Comment 4 2017-09-21 20:16:23 PDT
Created attachment 321511 [details] more tests!
Filip Pizlo
Comment 5 2017-09-21 21:49:27 PDT
Created attachment 321514 [details] more tests
Filip Pizlo
Comment 6 2017-09-21 22:30:46 PDT
Created attachment 321518 [details] more tests
Filip Pizlo
Comment 7 2017-09-22 11:52:29 PDT
Created attachment 321572 [details] the patch My test hacking spree ended up uncovering some bugs in type instantiation. I then fixed those bugs. Basically, even if we instantiate a Func, we need its CallExpressions to retain the original uninstantiated types for the purpose of reresolving protocol function calls.
Filip Pizlo
Comment 8 2017-09-22 11:55:06 PDT
Created attachment 321573 [details] the patch
Build Bot
Comment 9 2017-09-22 14:33:50 PDT
Comment on attachment 321573 [details] the patch Attachment 321573 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/4631211 New failing tests: http/tests/cache-storage/cache-representation.https.html
Build Bot
Comment 10 2017-09-22 14:33:52 PDT
Created attachment 321593 [details] Archive of layout-test-results from ews122 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews122 Port: ios-simulator-wk2 Platform: Mac OS X 10.12.6
JF Bastien
Comment 11 2017-09-22 16:23:43 PDT
Comment on attachment 321573 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=321573&action=review r=me > Tools/WebGPUShadingLanguageRI/FuncInstantiator.js:97 > + class InstantiationInstantiateImmediates extends InstantiateImmediates { InstantiationInstantiateImmediates 🤔 > Tools/WebGPUShadingLanguageRI/Prepare.js:32 > + parse(standardProgram, "/internal/stdlib", "native", 28 - 1, standardLibrary); What's that number? > Tools/WebGPUShadingLanguageRI/StandardLibrary.js:27 > +// NOTE: The next line is line 28, and we rely on this in Prepare.js. Ah OK.
Filip Pizlo
Comment 12 2017-09-22 16:24:59 PDT
(In reply to JF Bastien from comment #11) > Comment on attachment 321573 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=321573&action=review > > r=me > > > Tools/WebGPUShadingLanguageRI/FuncInstantiator.js:97 > > + class InstantiationInstantiateImmediates extends InstantiateImmediates { > > InstantiationInstantiateImmediates 🤔 > > > Tools/WebGPUShadingLanguageRI/Prepare.js:32 > > + parse(standardProgram, "/internal/stdlib", "native", 28 - 1, standardLibrary); > > What's that number? I'll add a comment. > > > Tools/WebGPUShadingLanguageRI/StandardLibrary.js:27 > > +// NOTE: The next line is line 28, and we rely on this in Prepare.js. > > Ah OK.
Filip Pizlo
Comment 13 2017-09-22 16:28:47 PDT
Radar WebKit Bug Importer
Comment 14 2017-09-27 12:29:22 PDT
Myles C. Maxfield
Comment 15 2018-10-13 19:47:08 PDT
Note You need to log in before you can comment on or make changes to this bug.