Bug 176197

Summary: WSL should support makeptr (\)
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: WebGPUAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: mmaxfield, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 176199    
Attachments:
Description Flags
the patch saam: review+

Description Filip Pizlo 2017-08-31 17:03:20 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2017-08-31 17:05:42 PDT
Created attachment 319543 [details]
the patch
Comment 2 Saam Barati 2017-08-31 17:07:43 PDT
Comment on attachment 319543 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=319543&action=review

> Tools/WebGPUShadingLanguageRI/Evaluator.js:132
> +                throw new Error("Cannot get type or argument; i = " + i + ", argument = " + argument + ", type = " + type + "; in " + node);

if you use a template literal here I'd think it'd be easier to read.
Comment 3 Filip Pizlo 2017-08-31 17:09:58 PDT
Landed in https://trac.webkit.org/changeset/221460/webkit
Comment 4 Radar WebKit Bug Importer 2017-09-27 12:47:41 PDT
<rdar://problem/34694027>
Comment 5 Myles C. Maxfield 2018-10-13 19:59:49 PDT
Migrated to https://github.com/gpuweb/WHLSL/issues/203