Skip to content

feat: support spread syntax in compound literals - #98

Merged
Seddryck merged 3 commits into
mainfrom
codex/issues-81-82-spread-syntax
Aug 22, 2026
Merged

feat: support spread syntax in compound literals#98
Seddryck merged 3 commits into
mainfrom
codex/issues-81-82-spread-syntax

Conversation

@Seddryck

Copy link
Copy Markdown
Owner

Summary

  • model array elements explicitly and preserve array spread markers
  • preserve spread semantics on named record fields
  • reject spread markers without a following expression

Validation

  • npm run generate
  • npx tree-sitter test (all feature cases pass; 8 pre-existing Windows/CLI recovery snapshot differences remain)
  • dotnet test bindings/csharp/Expressif.Syntax.Tests/Expressif.Syntax.Tests.csproj --framework net8.0 --no-restore --nologo --disable-build-servers --maxcpucount:1
  • dotnet test bindings/csharp/Expressif.Syntax.Tests/Expressif.Syntax.Tests.csproj --framework net9.0 --no-restore --nologo --disable-build-servers --maxcpucount:1
  • dotnet test bindings/csharp/Expressif.Syntax.Tests/Expressif.Syntax.Tests.csproj --framework net10.0 --no-restore --nologo --disable-build-servers --maxcpucount:1

Close #81
Close #82

@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a6a27321-70d2-419c-a3d9-619118dc9603


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

Support spread syntax in record fields Support spread syntax in array literals

1 participant