Bug 189032
Summary: | [WHLSL] Check that typerefs to typedefs don't have type arguments | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED MOVED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 176199 |
Myles C. Maxfield
I don't think we want to support something like
typedef V = vector;
V<float, 4>
so we should make sure that all the places where a typeref has typeArguments are pointing to something which can actually accept typerefs
NameResolver might already do this. We should check/test it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
Migrated to https://github.com/gpuweb/WHLSL/issues/77