[Webkit-unassigned] [Bug 186070] New: [WSL] Correctly parse nested generics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 16:22:54 PDT 2018


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

            Bug ID: 186070
           Summary: [WSL] Correctly parse nested generics
           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: rmorisset at apple.com
            Blocks: 176199

Test<Test<int> > f() {
    Test<Test<int> > result;
    return result;
}
is correctly parsed, but removing either of the spaces between the '>' characters cause a parsing failure.
There is code in the parser that tries to deal with the '>>' at the end of a list of template arguments or parameters, but it does not seem to work.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=176199
[Bug 176199] ☂️ Implement Reference Implementation of WebGPU Shading Language
-- 
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/20180529/036628b2/attachment.html>


More information about the webkit-unassigned mailing list