Bug 252201 - Replace Expected<T, Error> with Result<T>
Summary: Replace Expected<T, Error> with Result<T>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-13 15:41 PST by Dan Glastonbury
Modified: 2023-02-13 19:51 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Glastonbury 2023-02-13 15:41:07 PST
To reduce the verbosity of templated types, add a using alias Result<T> for Expected<T, Error>.
Comment 1 Radar WebKit Bug Importer 2023-02-13 15:41:32 PST
<rdar://problem/105420454>
Comment 2 Dan Glastonbury 2023-02-13 15:51:04 PST
Pull request: https://github.com/WebKit/WebKit/pull/10063
Comment 3 EWS 2023-02-13 19:51:14 PST
Committed 260238@main (e6b88c39b860): <https://commits.webkit.org/260238@main>

Reviewed commits have been landed. Closing PR #10063 and removing active labels.