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.7.15
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.7.16
Choose a head ref
  • 13 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 3, 2023

  1. Update sbt-assembly to 2.1.4

    scalameta-bot authored and kitbellew committed Nov 3, 2023
    Copy the full SHA
    756e0a1 View commit details
  2. Update sbt to 1.9.7

    scalameta-bot authored and kitbellew committed Nov 3, 2023
    Copy the full SHA
    7bde210 View commit details
  3. Update scalafmt-core to 3.7.15

    scalameta-bot authored and kitbellew committed Nov 3, 2023
    Copy the full SHA
    5be6cca View commit details
  4. Update typesafe:config to 1.4.3

    scalameta-bot authored and kitbellew committed Nov 3, 2023
    Copy the full SHA
    aed7184 View commit details
  5. Copy the full SHA
    4f2d8c6 View commit details

Commits on Nov 4, 2023

  1. Copy the full SHA
    630322d View commit details

Commits on Nov 5, 2023

  1. Copy the full SHA
    f3fe546 View commit details
  2. InputMethod: check for empty diff

    difflib could return an empty string when the only difference is in the
    line endings of the strings being compared, which currently leads to a
    "silent" error (because the empty diff is output).
    
    Instead, let's explicitly clarify that that is what happened.
    kitbellew committed Nov 5, 2023
    Copy the full SHA
    daa1952 View commit details

Commits on Nov 9, 2023

  1. YML: Make java11 primary, remove java8

    This will also allow using mdoc-parser which no longer works with java8.
    kitbellew committed Nov 9, 2023
    Copy the full SHA
    ed2709e View commit details
  2. Add tests with markdown

    kitbellew committed Nov 9, 2023
    Copy the full SHA
    25d87cb View commit details
  3. Copy the full SHA
    559427f View commit details

Commits on Nov 10, 2023

  1. Copy the full SHA
    719b980 View commit details
  2. YML: Add java21 to the build

    Now that scalameta supports jdk21, and scalafmt uses mdoc-parser, let's
    start validating the formatter with jdk21 in pre-commit checks.
    kitbellew committed Nov 10, 2023
    Copy the full SHA
    168157d View commit details
Loading