[Webkit-unassigned] [Bug 252201] New: Replace Expected<T, Error> with Result<T>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 15:41:07 PST 2023


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

            Bug ID: 252201
           Summary: Replace Expected<T, Error> with Result<T>
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: djg at apple.com

To reduce the verbosity of templated types, add a using alias Result<T> for Expected<T, Error>.

-- 
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/20230213/8843d36e/attachment.htm>


More information about the webkit-unassigned mailing list