[Webkit-unassigned] [Bug 189032] New: [WHLSL] Check that typerefs to typedefs don't have type arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 27 16:30:34 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=189032

            Bug ID: 189032
           Summary: [WHLSL] Check that typerefs to typedefs don't have
                    type arguments
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180827/619ef4bf/attachment.html>


More information about the webkit-unassigned mailing list