Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Wasm GC] Skip types with subtypes in SignatureRefining #5544

Merged
merged 1 commit into from
Mar 3, 2023
Merged

Conversation

kripken
Copy link
Member

@kripken kripken commented Mar 3, 2023

For now just skip them, to avoid problems. In the future we should look
into modifying their children, when possible.

Fixes #5463

@kripken kripken requested a review from tlively March 3, 2023 21:52
@kripken kripken merged commit 069aec9 into main Mar 3, 2023
@kripken kripken deleted the sig.sub.no branch March 3, 2023 22:36
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
…5544)

For now just skip them, to avoid problems. In the future we should look
into modifying their children, when possible.

Fixes WebAssembly#5463
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function subtyping issue in SignatureRefining
2 participants