Skip to content

Fix precedence in AliasRegionKey module bits assert#13832

Merged
fitzgen merged 1 commit into
bytecodealliance:mainfrom
fitzgen:fix-debug-assert-precedence
Jul 6, 2026
Merged

Fix precedence in AliasRegionKey module bits assert#13832
fitzgen merged 1 commit into
bytecodealliance:mainfrom
fitzgen:fix-debug-assert-precedence

Conversation

@fitzgen

@fitzgen fitzgen commented Jul 6, 2026

Copy link
Copy Markdown
Member

The debug_assert parsed as module & (!MODULE_MASK >> MODULE_OFFSET) rather than the intended module & !(MODULE_MASK >> MODULE_OFFSET).

The `debug_assert` parsed as `module & (!MODULE_MASK >> MODULE_OFFSET)` rather
than the intended `module & !(MODULE_MASK >> MODULE_OFFSET)`.
@fitzgen fitzgen requested a review from a team as a code owner July 6, 2026 20:47
@fitzgen fitzgen requested review from alexcrichton and removed request for a team July 6, 2026 20:47
@alexcrichton alexcrichton enabled auto-merge July 6, 2026 20:57
@alexcrichton alexcrichton added this pull request to the merge queue Jul 6, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 6, 2026
@fitzgen fitzgen added this pull request to the merge queue Jul 6, 2026
Merged via the queue into bytecodealliance:main with commit 337e793 Jul 6, 2026
53 checks passed
@fitzgen fitzgen deleted the fix-debug-assert-precedence branch July 6, 2026 22:31
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