Skip to content

Comments

Fix incorrect error message when merging world imports#197

Merged
fibonacci1729 merged 1 commit intobytecodealliance:mainfrom
sumleo:fix/aggregator-import-error-message
Feb 17, 2026
Merged

Fix incorrect error message when merging world imports#197
fibonacci1729 merged 1 commit intobytecodealliance:mainfrom
sumleo:fix/aggregator-import-error-message

Conversation

@sumleo
Copy link
Contributor

@sumleo sumleo commented Feb 12, 2026

Summary

  • The error context said "mismatched type for export" when the mismatch was actually in the imports section of a world merge
  • Changed to "mismatched type for import" to correctly describe the error

Test plan

  • Verified compilation succeeds
  • All existing tests pass (cargo test --workspace)

The error context said "mismatched type for export" when the mismatch
was actually in the imports section of a world merge. Changed to
"mismatched type for import" to correctly describe the error.
@fibonacci1729 fibonacci1729 merged commit a79825f into bytecodealliance:main Feb 17, 2026
7 checks passed
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.

2 participants