-
Notifications
You must be signed in to change notification settings - Fork 872
Comparing changes
Open a pull request
base repository: google/google-java-format
base: ee72f3a
head repository: google/google-java-format
compare: 0a46e9e
- 8 commits
- 12 files changed
- 5 contributors
Commits on Mar 6, 2024
-
Print all known values when an invalid range is given.
For easier root cause analysis when an invalid request is passed. PiperOrigin-RevId: 613110312
Configuration menu - View commit details
-
Copy full SHA for 823d7c9 - Browse repository at this point
Copy the full SHA 823d7c9View commit details
Commits on Mar 18, 2024
-
Update tycho version from 3.0.0 to 3.0.5
I think this fixes crashes from the presubmit for unknown commit: ``` Error: Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.String org.eclipse.equinox.p2.core.IProvisioningAgent.getProperty(java.lang.String)' at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getAgentPropertyWithFallback(SimpleArtifactRepository.java:813) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getMaximumThreads(SimpleArtifactRepository.java:1012) ``` I tested a PR with these changes and it was clean [1], so either this helps or it was a transient issue, but either way this shouldn't hurt. [1] https://github.com/google/google-java-format/actions/runs/8329274139 PiperOrigin-RevId: 616846344
Configuration menu - View commit details
-
Copy full SHA for 8ee063e - Browse repository at this point
Copy the full SHA 8ee063eView commit details -
Update the IntelliJ plugin to gfj 1.21.0.
PiperOrigin-RevId: 616908365
Configuration menu - View commit details
-
Copy full SHA for 71a755b - Browse repository at this point
Copy the full SHA 71a755bView commit details
Commits on Mar 29, 2024
-
Java-format: format multiples files in parallel to improve speed
PiperOrigin-RevId: 620100015
1Configuration menu - View commit details
-
Copy full SHA for 3ee6e2a - Browse repository at this point
Copy the full SHA 3ee6e2aView commit details
Commits on Mar 30, 2024
-
Stop using floats to represent line widths, which must be integers.
Float was used so that forced breaks could be modeled with POSITIVE_INFINISTY, but an arbitrary large int works just as well. PiperOrigin-RevId: 620395732
Configuration menu - View commit details
-
Copy full SHA for 3167818 - Browse repository at this point
Copy the full SHA 3167818View commit details
Commits on Apr 1, 2024
-
Support multiline tokens in GJF-core
Cursory perf measurements show no detectable cost from scanning every token. If one should be discovered later, we can add guards to only scan potentially multiline tokens. PiperOrigin-RevId: 620833035
Configuration menu - View commit details
-
Copy full SHA for 9bdae02 - Browse repository at this point
Copy the full SHA 9bdae02View commit details -
Update text block formatting after nickreid's improvements in unknown…
… commit Previously the formatting was adding a forced break at the beginning of text blocks, which caused issues like #1081. With the changes in the baseline CL it correctly handles the 'width' of text blocks containing newlines as infinity, instead of counting the number of characters and treating the newline as having width 1. Fixes #1081 PiperOrigin-RevId: 620933964
Configuration menu - View commit details
-
Copy full SHA for 33bf757 - Browse repository at this point
Copy the full SHA 33bf757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a46e9e - Browse repository at this point
Copy the full SHA 0a46e9eView 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 ee72f3a...0a46e9e