Skip to content

Reject empty quoted identifiers in parser#8357

Merged
stevenfontanella merged 1 commit intomainfrom
fix-id-wast
Feb 23, 2026
Merged

Reject empty quoted identifiers in parser#8357
stevenfontanella merged 1 commit intomainfrom
fix-id-wast

Conversation

@stevenfontanella
Copy link
Copy Markdown
Member

@stevenfontanella stevenfontanella commented Feb 20, 2026

Part of #8261. "" previously parsed successfully as a name which doesn't match the spec. Change the code to fail to parse this case. Fixes id.wast spec test.

@stevenfontanella stevenfontanella force-pushed the fix-id-wast branch 3 times, most recently from 4c35084 to 2bbe6ed Compare February 21, 2026 00:16
@stevenfontanella stevenfontanella marked this pull request as ready for review February 23, 2026 07:27
Copy link
Copy Markdown
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sad that we didn't catch this requirement in time to push back on it back when it was introduced :( It's probably not worth trying to do anything about now.

@stevenfontanella stevenfontanella merged commit b8a38f8 into main Feb 23, 2026
17 checks passed
@stevenfontanella stevenfontanella deleted the fix-id-wast branch February 23, 2026 18:33
@stevenfontanella stevenfontanella linked an issue Feb 24, 2026 that may be closed by this pull request
91 tasks
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.

Improve interpreter spec test coverage

2 participants