Skip to content

Fix SDDL1 Syntax.md: record members are not comma-separated - #932

Open
avionicharshit-byte wants to merge 1 commit into
facebook:devfrom
avionicharshit-byte:fix/sddl1-syntax-md-records
Open

Fix SDDL1 Syntax.md: record members are not comma-separated#932
avionicharshit-byte wants to merge 1 commit into
facebook:devfrom
avionicharshit-byte:fix/sddl1-syntax-md-records

Conversation

@avionicharshit-byte

Copy link
Copy Markdown
Contributor

Fixes #931.

tools/sddl/compiler/Syntax.md described record members as "a comma-separated list" and showed comma'd examples, but the SDDL1 compiler rejects commas in records (syntax error: Unexpected separator token ','). Members are separated like any other statements: newlines or semicolons.

Updates the prose and removes the commas from the three affected examples (Row, the member-field forms, Header). All corrected examples verified against sddl_compiler built from a9de25e; the semicolon form was verified to compile too, so the new wording is accurate.

@meta-cla meta-cla Bot added the cla signed label Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tools/sddl/compiler/Syntax.md still documents comma-separated records (follow-up to #159)

1 participant