-
Notifications
You must be signed in to change notification settings - Fork 886
Comparing changes
Open a pull request
base repository: google/google-java-format
base: v1.24.0
head repository: google/google-java-format
compare: v1.25.0
- 19 commits
- 33 files changed
- 3 contributors
Commits on Oct 4, 2024
-
Update the IntelliJ plugin to 1.24.0.
PiperOrigin-RevId: 682389166
Configuration menu - View commit details
-
Copy full SHA for 4340416 - Browse repository at this point
Copy the full SHA 4340416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c43670 - Browse repository at this point
Copy the full SHA 6c43670View commit details
Commits on Oct 5, 2024
-
Update google-java-format to build with Java 17
#1159 PiperOrigin-RevId: 682509011
Configuration menu - View commit details
-
Copy full SHA for a3737d9 - Browse repository at this point
Copy the full SHA a3737d9View commit details -
Update Error Prone version to 2.32.0
Startblock: * unknown commit is submitted PiperOrigin-RevId: 682513849
Configuration menu - View commit details
-
Copy full SHA for 0984312 - Browse repository at this point
Copy the full SHA 0984312View commit details
Commits on Oct 19, 2024
-
Update Error Prone version to 2.34.0
And pass `--should-stop=ifError=FLOW`, see https://github.com/google/error-prone/releases/tag/v2.34.0 PiperOrigin-RevId: 687476556
Configuration menu - View commit details
-
Copy full SHA for 6586afe - Browse repository at this point
Copy the full SHA 6586afeView commit details
Commits on Oct 28, 2024
-
Place the trailing
"""
of a text block to appear on its own linePiperOrigin-RevId: 690618067
Configuration menu - View commit details
-
Copy full SHA for 00cce7b - Browse repository at this point
Copy the full SHA 00cce7bView commit details
Commits on Nov 8, 2024
-
Add an integration test for comments before text blocks
PiperOrigin-RevId: 694499404
Configuration menu - View commit details
-
Copy full SHA for 666fe33 - Browse repository at this point
Copy the full SHA 666fe33View commit details -
If a text block is outdented, outdent the opening
"""
tooPiperOrigin-RevId: 694533649
Configuration menu - View commit details
-
Copy full SHA for 98c6bbd - Browse repository at this point
Copy the full SHA 98c6bbdView commit details -
Always break between leading comments and opening delimiters of text …
…blocks PiperOrigin-RevId: 694550141
Configuration menu - View commit details
-
Copy full SHA for 81e9e1c - Browse repository at this point
Copy the full SHA 81e9e1cView commit details
Commits on Nov 11, 2024
-
Fix an off-by-one bug with column limit handling for text blocks
PiperOrigin-RevId: 695348215
Configuration menu - View commit details
-
Copy full SHA for d4b3f0d - Browse repository at this point
Copy the full SHA d4b3f0dView commit details -
PiperOrigin-RevId: 695356983
Configuration menu - View commit details
-
Copy full SHA for fc31690 - Browse repository at this point
Copy the full SHA fc31690View commit details -
Back out text block special cases
PiperOrigin-RevId: 695363436
Configuration menu - View commit details
-
Copy full SHA for 02b6ad1 - Browse repository at this point
Copy the full SHA 02b6ad1View commit details -
Explicitly test that reformatting after formatting and string wrappin…
…g is idempotent There's some indirect coverage of this from line ending tests, but they don't exercise string wrapping. PiperOrigin-RevId: 695382884
Configuration menu - View commit details
-
Copy full SHA for beacc08 - Browse repository at this point
Copy the full SHA beacc08View commit details -
To avoid spurious diffs during other development. PiperOrigin-RevId: 695452895
Configuration menu - View commit details
-
Copy full SHA for e35f60e - Browse repository at this point
Copy the full SHA e35f60eView commit details
Commits on Nov 13, 2024
-
Add some more test cases for pattern guards
PiperOrigin-RevId: 695910986
Configuration menu - View commit details
-
Copy full SHA for 453ad08 - Browse repository at this point
Copy the full SHA 453ad08View commit details -
Allow breaks before pattern guards
Previously there were never breaks before `when` pattern guards, which produced surprising results. There's possible future work here around evaluating how many level of continuation indents to take to differentiate between syntactic levels, but I think this is an improvement on the status quo. PiperOrigin-RevId: 696193971
Configuration menu - View commit details
-
Copy full SHA for 7e5fb80 - Browse repository at this point
Copy the full SHA 7e5fb80View commit details
Commits on Nov 18, 2024
-
JDk 17 is now the lowest supported version. #1159 PiperOrigin-RevId: 697756606
Configuration menu - View commit details
-
Copy full SHA for 3356bd3 - Browse repository at this point
Copy the full SHA 3356bd3View commit details -
Fix logic for checking if text blocks are already deindented
Check the last line instead of the first line of the text block contents. Empty lines in the text block have no leading whitespace but do not indicate the contents are deindented, only non-empty lines should be considered. The last line will never be empty, it contains at least the close delimiter. PiperOrigin-RevId: 697785256
Configuration menu - View commit details
-
Copy full SHA for 5269625 - Browse repository at this point
Copy the full SHA 5269625View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd33662 - Browse repository at this point
Copy the full SHA bd33662View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.24.0...v1.25.0