Bug 189977 - [WHLSL] Make sure every call to synthesized functions is valid
Summary: [WHLSL] Make sure every call to synthesized functions is valid
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 176199
  Show dependency treegraph
 
Reported: 2018-09-25 16:20 PDT by Myles C. Maxfield
Modified: 2018-10-13 14:51 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-09-25 16:20:15 PDT
We synthesize things like operator.length() inside CallExpression._resolveByInstantiation(). We should make sure we catch things like

int x = 7;
x.length(123, 456, 789);
Comment 1 Myles C. Maxfield 2018-10-13 14:23:06 PDT
Migrated to https://api.github.com/repos/gpuweb/WHLSL/issues/24
Comment 2 Myles C. Maxfield 2018-10-13 14:51:44 PDT
https://github.com/gpuweb/WHLSL/issues/24