[Webkit-unassigned] [Bug 186073] New: [WSL] "do while" should require a '; ' at the end for similarity with C-like languages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 17:01:52 PDT 2018


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

            Bug ID: 186073
           Summary: [WSL] "do while" should require a ';' at the end for
                    similarity with C-like languages
           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

e.g.
int f() {
    int x;
    x = 42;
    do
      x += 3;
    while (false)
    return x;
}
should be refused.


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/20180530/52f4236f/attachment.html>


More information about the webkit-unassigned mailing list