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

Interpreter: don't change compiled mode logic #12252

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

asterite
Copy link
Member

Follow up to #12230

Instead of changing types from nil to NoReturn in compiled and interpreted mode, just do it in interpreted mode to avoid changing compiled mode. It seems that broke WASI specs. This is just a test, though!

@Blacksmoke16 Blacksmoke16 added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:interpreter labels Jul 10, 2022
@asterite
Copy link
Member Author

Yup, this fixes the wasi tests. Thanks @HertzDevil!

@asterite
Copy link
Member Author

@beta-ziliani @straight-shoota someone might want to approve and merge this one, otherwise all PRs will be red

@straight-shoota straight-shoota merged commit 10cb7dd into master Jul 12, 2022
@straight-shoota straight-shoota deleted the interpreter/dont-change-compiler-logic branch July 12, 2022 05:22
@straight-shoota straight-shoota added this to the 1.6.0 milestone Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants