Skip to content
Permalink

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.19.0
Choose a base ref
...
head repository: google/google-java-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    0e7cc6f View commit details
    Browse the repository at this point in the history
  2. chore: fix SyntaxWarning: invalid escape sequence + for py3.12

    ```
    /opt/homebrew/Cellar/google-java-format/1.19.0/bin/google-java-format-diff:78: SyntaxWarning: invalid escape sequence '\+'
      match = re.search('^\+\+\+\ (.*?/){%s}(\S*)' % args.p, line)
    /opt/homebrew/Cellar/google-java-format/1.19.0/bin/google-java-format-diff:91: SyntaxWarning: invalid escape sequence '\+'
      match = re.search('^@@.*\+(\d+)(,(\d+))?', line)
    ```
    
    relates to Homebrew/homebrew-core#157669
    
    cc @cushon
    
    Fixes #1017
    
    COPYBARA_INTEGRATE_REVIEW=#1017 from chenrui333:py3.12 36d80d1
    PiperOrigin-RevId: 592246854
    chenrui333 authored and google-java-format Team committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    627c97e View commit details
    Browse the repository at this point in the history
  3. chore: bump checkout/setup-java to v4 (use nodejs20 runtime)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored and cushon committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8afdfca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cafdb3 View commit details
    Browse the repository at this point in the history
Loading