Skip to content

Fix newline separators between invalid end instructions#1640

Merged
fitzgen merged 1 commit intobytecodealliance:mainfrom
alexcrichton:print-more-separators
Jun 27, 2024
Merged

Fix newline separators between invalid end instructions#1640
fitzgen merged 1 commit intobytecodealliance:mainfrom
alexcrichton:print-more-separators

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This commit fixes a bug from a prior refactoring where when there were too many end instructions in a function, which is invalid, then printing would confusingly "fuse" instructions together by not printing a separator.

This commit fixes a bug from a prior refactoring where when there were
too many `end` instructions in a function, which is invalid, then
printing would confusingly "fuse" instructions together by not printing
a separator.
@fitzgen fitzgen added this pull request to the merge queue Jun 27, 2024
Merged via the queue into bytecodealliance:main with commit 771b2bd Jun 27, 2024
@alexcrichton alexcrichton deleted the print-more-separators branch June 27, 2024 20:00
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