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

wit-parser: Fix types leaking across interfaces #822

Merged
merged 1 commit into from Nov 16, 2022

Conversation

alexcrichton
Copy link
Member

This fixes an internal bug where types were accidentally leaking across interfaces, panicking when used. This commit fixes the issue by properly fixing the "reset the state" after resolution of each interface and then additionally adds some more testing per-interface to the ui tests.

This fixes an internal bug where types were accidentally leaking across
interfaces, panicking when used. This commit fixes the issue by properly
fixing the "reset the state" after resolution of each interface and then
additionally adds some more testing per-interface to the `ui` tests.
@alexcrichton alexcrichton merged commit e15e768 into bytecodealliance:main Nov 16, 2022
@alexcrichton alexcrichton deleted the fix-reset branch November 16, 2022 23:32
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.

None yet

2 participants