Bug 188488 - [WHLSL] Using += causes an exception in StatementCloner
Summary: [WHLSL] Using += causes an exception in StatementCloner
Status: RESOLVED DUPLICATE of bug 187988
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 176199
  Show dependency treegraph
 
Reported: 2018-08-11 21:31 PDT by Myles C. Maxfield
Modified: 2018-10-13 15:38 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2018-08-11 21:31:27 PDT
[WHLSL] Using += causes an exception in StatementCloner
Comment 1 Myles C. Maxfield 2018-08-11 21:33:41 PDT
Rewriter.js may need to say let result = new AnonymousVariable(node.origin, Node.visit(node.type, this)); inside visitAnonymousVariable
Comment 2 Myles C. Maxfield 2018-08-29 17:23:11 PDT
This is done.

*** This bug has been marked as a duplicate of bug 187988 ***
Comment 3 Myles C. Maxfield 2018-10-13 15:38:53 PDT
Migrated to https://github.com/gpuweb/WHLSL/issues/104