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.1.1
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.1.2
Choose a head ref
  • 12 commits
  • 15 files changed
  • 1 contributor

Commits on Nov 12, 2021

  1. DynamicSuite: use previous stable instead

    Around version release time, the tag points to the new version but it
    hadn't yet been published and hence not availalble, hence we can't use
    the stable version.
    kitbellew committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    052428b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    08bab7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6234d22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b44cb10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ab012a View commit details
    Browse the repository at this point in the history
  5. FormatWriter: bug fix when computing nest

    First, ignore Template when computing nest since it has the same nesting
    level as its parent.
    
    Second, start with 0 to avoid an off-by-1 error.
    kitbellew committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    089043f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    706a224 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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

Commits on Nov 21, 2021

  1. ScalafmtConfig: use AbsoluteFile for config match

    To allow proper path name matching, we need to have the full path.
    kitbellew committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    7c19ed6 View commit details
    Browse the repository at this point in the history
  2. ScalafmtConfig: getConfigFor returns Try

    Since the caller uses a wrapped similar to Try, makes no sense to throw.
    kitbellew committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    1b9f1fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2055d89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10bdb29 View commit details
    Browse the repository at this point in the history
Loading