8000 SIP-27: Trailing Commas, revised document by dwijnand · Pull Request #625 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

SIP-27: Trailing Commas, revised document #625

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

Merged
merged 11 commits into from
Nov 25, 2016
Merged
Prev Previous commit
Next Next commit
SIP-27: Re-word that the impl PR == the current proposal
  • Loading branch information
dwijnand committed Nov 21, 2016
commit 206fba0202c3de6957df9ef034629b62b56e507f
2 changes: 1 addition & 1 deletion sips/completed/_posts/2016-06-25-trailing-commas.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Bippy(

## Implementation

The implementation of trailing commas is a matter of changing some of the implementation of Scala's parser. An implementation of an earlier version of this proposal can be found at [scala/scala#5245][].
The implementation of trailing commas is a matter of changing some of the implementation of Scala's parser. An implementation of this proposal can be found at [scala/scala#5245][].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "is limited to changing Parsers.scala in the Scala compiler.`?


## Drawbacks/Trade-offs

Expand Down
0