Skip to content

Conversation

munificent
Copy link
Member

This PR does a few things:

  • Remove the "tall-style" experiment flag and treat it as always enabled.

  • Use language version instead of the experiment flag to determine which style you get. If the version is 3.7 or higher, you get the tall style. Otherwise, you get the short style.

  • Clean up the CHANGELOG.md and README.md a bit. I'll probably do some more copy editing on them before this gets published, but I wanted to get things roughly in order.

cc @leafpetersen @mit-mit

This PR does a few things:

- Remove the "tall-style" experiment flag and treat it as always enabled.

- Use language version instead of the experiment flag to determine which style you get. If the version is 3.7 or higher, you get the tall style. Otherwise, you get the short style.

- Clean up the CHANGELOG.md and README.md a bit. I'll probably do some more copy editing on them before this gets published, but I wanted to get things roughly in order.
]).create();

var process = await runFormatterOnDir([
'--language-version=latest', // Error to not have language version.
Copy link
Member Author

Choose a reason for hiding this comment

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

These --language-version=latest lines were no longer necessary as of #1573, but I forgot to clean them up in that PR.

munificent and others added 2 commits October 14, 2024 14:29
Co-authored-by: Nate Bosch <nbosch@google.com>
@munificent munificent merged commit 154537e into main Oct 14, 2024
7 checks passed
@munificent munificent deleted the ship-tall-style branch October 14, 2024 21:50
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.

2 participants