WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
310708
Simplify Expected<V, E> IPC encoder
https://bugs.webkit.org/show_bug.cgi?id=310708
Summary
Simplify Expected<V, E> IPC encoder
Chris Dumez
Reported
2026-03-25 05:39:01 PDT
Simplify Expected<V, E> IPC encoder, by replacing the two separate encode overloads (const lvalue ref + rvalue ref) with a single forwarding-reference overload, matching the pattern used by std::optional, std::pair, std::tuple, and others in the same file.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2026-03-25 05:42:55 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/61325
EWS
Comment 2
2026-03-25 21:04:48 PDT
Committed
309960@main
(c4b0141c7cab): <
https://commits.webkit.org/309960@main
> Reviewed commits have been landed. Closing PR #61325 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2026-03-25 21:05:14 PDT
<
rdar://problem/173377834
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug