Bug 247746
Summary: | [WASM-Function-References] Improve type printing for reference types | ||
---|---|---|---|
Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 247393 |
Asumu Takikawa
Type printing in, e.g., error messages, is not great for types using the features from the typed function reference proposal currently.
For example `(ref null extern)` and `(ref extern)` are both printed as "Externref". The printing should take into account nullability and also the index for reference to a type definition.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102472468>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/20611
EWS
Committed 270988@main (fd124818fa58): <https://commits.webkit.org/270988@main>
Reviewed commits have been landed. Closing PR #20611 and removing active labels.