[Webkit-unassigned] [Bug 186773] New: [WSL] && and || should short-circuit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 09:14:47 PDT 2018


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

            Bug ID: 186773
           Summary: [WSL] && and || should short-circuit
           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

In particular, the following code should not trap:
```
bool x = false;
if (false && (x = true))
    {}
if (x)
    trap;
```


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


More information about the webkit-unassigned mailing list