[Webkit-unassigned] [Bug 199634] New: [WHLSL] Make enums work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 12:21:24 PDT 2019


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

            Bug ID: 199634
           Summary: [WHLSL] Make enums work
           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: sbarati at apple.com
                CC: dino at apple.com, fpizlo at apple.com, jonlee at apple.com,
                    justin_fan at apple.com, mmaxfield at apple.com,
                    rmorisset at apple.com

This shouldn't crash:

        enum Weekday {
            Monday,
            Tuesday,
            Wednesday,
            Thursday,
            Pizzaday
        }
        int foo()
        {
            (Weekday.Monday);
            return 42;
        }

-- 
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/20190709/0df6fc3f/attachment.html>


More information about the webkit-unassigned mailing list