[Webkit-unassigned] [Bug 186768] New: [WSL] The interpreter should detect when typedefs form a cycle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 09:01:16 PDT 2018


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

            Bug ID: 186768
           Summary: [WSL] The interpreter should detect when typedefs form
                    a cycle
           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

```
typedef a = b;
typedef b = a;
```
currently hangs the interpreter until it has a stack overflow.
Ideally it should be detected, and give a nicer error message.


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/20180618/0d13c86f/attachment.html>


More information about the webkit-unassigned mailing list