-
Notifications
You must be signed in to change notification settings - Fork 885
Comparing changes
Open a pull request
base repository: google/google-java-format
base: v1.23.0
head repository: google/google-java-format
compare: v1.24.0
- 14 commits
- 26 files changed
- 8 contributors
Commits on Aug 5, 2024
-
Fix inconsistency in formatting of comments in switch statements
Configuration menu - View commit details
-
Copy full SHA for b3c7c11 - Browse repository at this point
Copy the full SHA b3c7c11View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebf9b52 - Browse repository at this point
Copy the full SHA ebf9b52View commit details
Commits on Aug 21, 2024
-
Fix #1132 Load services outside of constructors and class initializers
Fixes the error on startup by loading the service when needed and not when the class is initializing. IntelliJ docs on this, https://plugins.jetbrains.com/docs/intellij/plugin-services.html#retrieving-a-service. Tested locally with IntelliJ versions 2021.3 and 2024.2. #1134 has bug #1132 tagged, but I don't think it does anything to resolve the issue in it's current state. (I do agree that getting on the newer IntelliJ tooling is beneficial though, it offers inspections that catches issues like this.) Fixes #1132. Fixes #1138 COPYBARA_INTEGRATE_REVIEW=#1138 from nrayburn-tech:fix/1132 5866980 PiperOrigin-RevId: 665876052
Configuration menu - View commit details
-
Copy full SHA for ac46c75 - Browse repository at this point
Copy the full SHA ac46c75View commit details -
#1132 Migrate to IntelliJ Platform Gradle Plugin 2.0
Hello, I have no experience in IntelliJ plugin development, but maybe I can support you that the required invest in time isn't that high. As far as I can tell the `gradle build` works. Due to the changes of the IntelliJ gradle plugin I was urged to raise the java compatibility to 17 as well as the supported IntelliJ version to at least 2022.3 (see [requirements](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html#requirements)) #1132 Fixes #1134 COPYBARA_INTEGRATE_REVIEW=#1134 from mmaeller:gh-1132 abed210 PiperOrigin-RevId: 665880070
Configuration menu - View commit details
-
Copy full SHA for 0ebb588 - Browse repository at this point
Copy the full SHA 0ebb588View commit details -
Update IntelliJ plugin to 1.23.0.
PiperOrigin-RevId: 665921070
Configuration menu - View commit details
-
Copy full SHA for 5544952 - Browse repository at this point
Copy the full SHA 5544952View commit details -
Fix the until-build property of the IntelliJ plugin.
Setting it to "" creates a broken plugin, but omitting it sets it to the same as since-build. So apparently you have to do this. PiperOrigin-RevId: 665927556
Configuration menu - View commit details
-
Copy full SHA for 3fe163b - Browse repository at this point
Copy the full SHA 3fe163bView commit details
Commits on Aug 22, 2024
-
Update the README to point to JetBrains documentation where appropriate.
Fixes #1136 PiperOrigin-RevId: 666125973
Configuration menu - View commit details
-
Copy full SHA for f9eca5a - Browse repository at this point
Copy the full SHA f9eca5aView commit details
Commits on Aug 26, 2024
-
Fix package version metadata #9.
* ebnf-mode: Last change 13 years ago with open PR from phst from 2019. For the sake of the current package version metadata work, just slap in a pkg.el file for now. * llm-goose: Missing header. * gyp: Missing header. * lv: Include pkg.el added earlier. PiperOrigin-RevId: 667696660
Configuration menu - View commit details
-
Copy full SHA for 9f2611e - Browse repository at this point
Copy the full SHA 9f2611eView commit details
Commits on Sep 11, 2024
-
Add a regression test for handling of
///
comments#1153 PiperOrigin-RevId: 673574143
Configuration menu - View commit details
-
Copy full SHA for 8a0e3b3 - Browse repository at this point
Copy the full SHA 8a0e3b3View commit details
Commits on Sep 13, 2024
-
Fix different formatting of block line comments with openjdk 23+
Configuration menu - View commit details
-
Copy full SHA for 5e0d9e3 - Browse repository at this point
Copy the full SHA 5e0d9e3View commit details -
Always run integration test for #1161
The intent was to only run the test on JDK 23+ and to disable it until the linked issue was fixed, but it actually resulted in the test being discovered and run on all JDK versions. That's fine, because the test is backwards compatible (`///` comments are valid in all versions, they just aren't markdown comments until 23). The test is being fixed in #1161 PiperOrigin-RevId: 674352956
Configuration menu - View commit details
-
Copy full SHA for 40ac75f - Browse repository at this point
Copy the full SHA 40ac75fView commit details
Commits on Sep 16, 2024
-
Print the problem line as context in error messages
PiperOrigin-RevId: 675207795
Configuration menu - View commit details
-
Copy full SHA for 8c652ed - Browse repository at this point
Copy the full SHA 8c652edView commit details
Commits on Oct 2, 2024
-
Fix column numbers in diagnostics
Despite documentation to the contrary, the column numbers are already 1-indexed. The comment was added in unknown commit when g-j-f was still implemented using ecj instead of javac, so maybe it was true then? PiperOrigin-RevId: 681451766
Configuration menu - View commit details
-
Copy full SHA for c101ee9 - Browse repository at this point
Copy the full SHA c101ee9View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe9abad - Browse repository at this point
Copy the full SHA fe9abadView 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.23.0...v1.24.0