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: scalameta/scalafmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.7
Choose a base ref
...
head repository: scalameta/scalafmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.8
Choose a head ref
  • 18 commits
  • 13 files changed
  • 2 contributors

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    8813ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382e023 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    4e9cf57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a685f83 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Bump docker/metadata-action from 3 to 4

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kitbellew committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8326503 View commit details
    Browse the repository at this point in the history
  2. Bump docker/build-push-action from 2 to 3

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kitbellew committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    7138f7a View commit details
    Browse the repository at this point in the history
  3. Bump docker/login-action from 1 to 2

    Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kitbellew committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    60608f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81bcc23 View commit details
    Browse the repository at this point in the history
  5. FormatTokensRewrite: handle first token correctly

    The left side of the initial token should copy from the left side of the
    original initial token (i.e., BOF). Otherwise, if a few initial tokens
    were removed, we'll end up with the wrong result.
    kitbellew committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e5cb859 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27f09c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    544769c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3147aec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37e606c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52d21c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f2ffdce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e01bca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f2e1ab View commit details
    Browse the repository at this point in the history
  14. Scalameta: upgrade to v4.5.9

    Fixes parsing of additional anonymous functions.
    kitbellew committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5ad937a View commit details
    Browse the repository at this point in the history
Loading