[Webkit-unassigned] [Bug 176316] New: WSL should correctly handle the interaction between casting operators and complex types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 3 11:48:44 PDT 2017


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

            Bug ID: 176316
           Summary: WSL should correctly handle the interaction between
                    casting operators and complex types
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

For example, we need to figure out what to do if:

typedef Foo = Bar;
operator Foo(Baz);
operator Bar(Baz);

The following should also probably work (maybe?)

typedef Foo = Bar[]
operator Foo(Baz);

-- 
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/20170903/cc877507/attachment.html>


More information about the webkit-unassigned mailing list