-
Notifications
You must be signed in to change notification settings - Fork 886
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: google/google-java-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: google/google-java-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 35 files changed
- 5 contributors
Commits on Oct 27, 2023
-
Don't try to reflow text blocks
Fixes #976 PiperOrigin-RevId: 577249036
Configuration menu - View commit details
-
Copy full SHA for 295e7a4 - Browse repository at this point
Copy the full SHA 295e7a4View commit details
Commits on Oct 30, 2023
-
Handle type annotations on method reference qualifiers
e.g. ``` Supplier<List<?>> a = @A(0x45) ArrayList::new; Supplier<List<?>> b = @A(0x46) ImmutableList::of; ``` The necessary logic is already there, but the start position information for the method reference doesn't include the leading type annotations, which was resulting in an assertion to fail. PiperOrigin-RevId: 577850593
Configuration menu - View commit details
-
Copy full SHA for 53390d9 - Browse repository at this point
Copy the full SHA 53390d9View commit details
Commits on Nov 30, 2023
-
Add javax.tools.Tool implementation for google-java-format.
PiperOrigin-RevId: 586765411
Configuration menu - View commit details
-
Copy full SHA for 205b85f - Browse repository at this point
Copy the full SHA 205b85fView commit details
Commits on Dec 7, 2023
-
There is an issue about resolving transitive dependencies in Guava breaks GJF 1.18.1 integration in [Spotless](https://github.com/diffplug/spotless), which has been fixed in Guava 32.1.3, it would be nice to follow this update. See: - google/guava#6657. - https://github.com/google/guava/releases/tag/v32.1.3. Fixes #996 COPYBARA_INTEGRATE_REVIEW=#996 from Goooler:bump-guava 1e5ed85 PiperOrigin-RevId: 588824173
Configuration menu - View commit details
-
Copy full SHA for ad77154 - Browse repository at this point
Copy the full SHA ad77154View commit details -
Configuration menu - View commit details
-
Copy full SHA for b86c508 - Browse repository at this point
Copy the full SHA b86c508View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 430ba3b - Browse repository at this point
Copy the full SHA 430ba3bView commit details -
Fixes #978 PiperOrigin-RevId: 589179786
Configuration menu - View commit details
-
Copy full SHA for b92435a - Browse repository at this point
Copy the full SHA b92435aView commit details -
Make g-j-f native image more compatible
I was reminded of this by bazelbuild/bazel#20306 PiperOrigin-RevId: 589210771
Configuration menu - View commit details
-
Copy full SHA for dc8b461 - Browse repository at this point
Copy the full SHA dc8b461View commit details
Commits on Dec 18, 2023
-
Initial support for string templates
Fixes #981 PiperOrigin-RevId: 591982309
Configuration menu - View commit details
-
Copy full SHA for b5feefe - Browse repository at this point
Copy the full SHA b5feefeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb281e - Browse repository at this point
Copy the full SHA bfb281eView commit details
Loading
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.18.1...v1.19.0