Skip to content

Validate descriptor clause forward references#8611

Open
tlively wants to merge 1 commit intomainfrom
8606
Open

Validate descriptor clause forward references#8611
tlively wants to merge 1 commit intomainfrom
8606

Conversation

@tlively
Copy link
Copy Markdown
Member

@tlively tlively commented Apr 16, 2026

When the descriptor clause on a type definition was a forward reference
to a future rec group, we previously failed an assertion that it was
not a temporary type. Replace this assertion with a validation check.

Fixes #8606.

When the descriptor clause on a type definition was a forward reference
to a future rec group, we previously failed an assertion that it was
not a temporary type. Replace this assertion with a validation check.

Fixes #8606.
@tlively tlively requested a review from a team as a code owner April 16, 2026 01:03
@tlively tlively requested review from kripken and removed request for a team April 16, 2026 01:03
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.

Wat parser: Assertion `desc->isTemp && "unexpected canonical described type"' failed.

1 participant