RESOLVED FIXED 176207
WSL should support loading from arrays
https://bugs.webkit.org/show_bug.cgi?id=176207
Summary WSL should support loading from arrays
Filip Pizlo
Reported 2017-08-31 19:28:53 PDT
Patch forthcoming.
Attachments
the patch (31.70 KB, patch)
2017-08-31 19:36 PDT, Filip Pizlo
saam: review+
Filip Pizlo
Comment 1 2017-08-31 19:36:43 PDT
Created attachment 319565 [details] the patch
Saam Barati
Comment 2 2017-08-31 19:42:54 PDT
Comment on attachment 319565 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=319565&action=review > Tools/WebGPUShadingLanguageRI/Parse.js:182 > + if (uintVersion + "u" != token.text) I'd use !==
Filip Pizlo
Comment 3 2017-08-31 19:51:56 PDT
(In reply to Saam Barati from comment #2) > Comment on attachment 319565 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=319565&action=review > > > Tools/WebGPUShadingLanguageRI/Parse.js:182 > > + if (uintVersion + "u" != token.text) > > I'd use !== Fixed.
Filip Pizlo
Comment 4 2017-08-31 19:52:39 PDT
Radar WebKit Bug Importer
Comment 5 2017-09-27 12:52:02 PDT
Myles C. Maxfield
Comment 6 2018-10-13 19:58:46 PDT
Note You need to log in before you can comment on or make changes to this bug.