Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Implementation] Allow trailing list delimiter everywhere #809

Closed
nguerrera opened this issue Aug 3, 2022 · 1 comment · Fixed by #4837
Closed

[Implementation] Allow trailing list delimiter everywhere #809

nguerrera opened this issue Aug 3, 2022 · 1 comment · Fixed by #4837
Assignees
Milestone

Comments

@nguerrera
Copy link
Contributor

nguerrera commented Aug 3, 2022

Implementation issue for #789

  • Delete trailingDelimiterIsValid, and behave as though it was always true.
  • Add parser tests for all cases.
  • Add formatter tests for all cases.
  • Update language grammar

Demonstration of current places where trailing delimiter is not allowed, but would become allowed with this change:

Playground Link

(Model properties and interface members are also OK today, but not shown.)

@markcowl
Copy link
Contributor

markcowl commented Aug 5, 2022

estimate: 3, priority: 2

@markcowl markcowl added this to the [2022] September milestone Aug 5, 2022
@markcowl markcowl added 📌 and removed Needs Triage labels Aug 5, 2022
@markcowl markcowl modified the milestones: [2023] January, [2023] March Dec 5, 2022
@markcowl markcowl modified the milestones: [2023] March, [2023] April Jan 11, 2023
@markcowl markcowl modified the milestones: [2023] April, [2023] May Jan 28, 2023
@markcowl markcowl modified the milestones: [2023] May, Backlog Feb 9, 2023
@timotheeguerin timotheeguerin self-assigned this Oct 23, 2024
github-merge-queue bot pushed a commit that referenced this issue Nov 21, 2024
fix #2284 
fix #809

Extracted the parser change from pr #4372 and made it more generic to
cover also issue #809
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 a pull request may close this issue.

4 participants