Bug 304244
| Summary: | Autogenerate completion handler types | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Process Model | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
Swift is unable to use C++ templated types, so each IPC message completion handler requires a C++ 'using' declaration. This creates a need for unnecessary boilerplate code. Eliminate that by generating these 'using' statements in the IPC generation code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166610257>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/55473
EWS
Committed 304578@main (6dc6bb7a2e0f): <https://commits.webkit.org/304578@main>
Reviewed commits have been landed. Closing PR #55473 and removing active labels.