Skip to content

Comments

Reject empty quoted identifiers in parser#8357

Open
stevenfontanella wants to merge 1 commit intomainfrom
fix-id-wast
Open

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

Conversation

@stevenfontanella
Copy link
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
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.

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