[Webkit-unassigned] [Bug 199675] New: [WHLSL] Track code locations correctly throughout the compiler to get good error messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 11:18:29 PDT 2019


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

            Bug ID: 199675
           Summary: [WHLSL] Track code locations correctly throughout the
                    compiler to get good error messages
           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

Currently we only track the first token of an AST node. This is both insufficient (doesn't tell us the end of the production) and wastes space (tokens are larger than just a pair of offsets telling us the beginning and end of a node).

-- 
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/20190710/a665c6cb/attachment-0001.html>


More information about the webkit-unassigned mailing list