Bob Nystrom
Bob Nystrom
This is an interesting one. The formatter has two basic rules that usually come into play: 1. If a child of some piece of syntax contains a newline, then force...
Deciding when to split at an argument list versus at `.` is a really challenging corner of the formatting rules—possibly the most difficult corner. I agree the example here doesn't...
Storing the concrete SDK version at the point in time that the lockfile was generated seems reasonable to me.
The current parser already parses private named parameters and reports the error later in semantic analysis (which the formatter doesn't run), so at least for initializing formals, it's working already....
I'm going to consider this issue done. For formatting private named *declaring* parameters, I'll track that as part of #1789.