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: sbt/sbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.11
Choose a base ref
...
head repository: sbt/sbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0-RC1
Choose a head ref
  • 17 commits
  • 36 files changed
  • 4 contributors

Commits on Mar 25, 2025

  1. fix: Avoid printing to stdout

    **Problem**
    The runner script prints out "copying runtime jar" etc to stdout.
    
    **Solution**
    This removes the log, and moves other logs to stderr.
    eed3si9n committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    af714b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8081 from eed3si9n/wip/stdout

    fix: Avoid printing to stdout
    eed3si9n authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    876222e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    4d583fa View commit details
    Browse the repository at this point in the history
  2. Reproduce testQuick + object deps bug [merge-skip]

    testQuick after code change doesn't rerun the test.
    This was adopted from https://github.com/OlegYch/sbt-testQuick-bug
    OlegYch authored and eed3si9n committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    baa9a91 View commit details
    Browse the repository at this point in the history
  3. fix: Fix incremental test with companion objects [merge-skip]

    **Problem**
    Incremental test (aka testQuick) has a bug when companion objects
    depends on others since at some point it's failing to look up relationship from Zinc analysis.
    
    **Solution**
    This fixes the lookup.
    eed3si9n committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    1415b2e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8087 from eed3si9n/wip/test-quick-bug2

    [1.x] fix: Fix incremental test with companion objects
    eed3si9n authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    978dd57 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. fix: BSP error status code in more cases

    Ensures that `buildTarget/compile` returns a `StatusCode.Error` instead
    of a JSON-RPC error even when the compile error is buried deeper in the
    `Incomplete` causes.
    
    Fixes #8104
    harpocrates committed May 7, 2025
    Configuration menu
    Copy the full SHA
    5d81f2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8109 from harpocrates/bsp-compile-status-code

    fix: BSP error status code in more cases
    eed3si9n authored May 7, 2025
    Configuration menu
    Copy the full SHA
    25b30ff View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. Configuration menu
    Copy the full SHA
    1d78712 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8117 from sbt/revert-8109-bsp-compile-status-code

    Revert "fix: BSP error status code in more cases"
    eed3si9n authored May 11, 2025
    Configuration menu
    Copy the full SHA
    684cb48 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Sonatype Publish Portal support

    **Problem**
    Sonatype is sunsetting HTTP Rest endpoint OSSRH in June 2025.
    
    **Solution**
    This implements a built-in publishing mechanism.
    Kudos to David Doyle who has spearheaded Sonatype Central support via sonatype-central-client etc.
    eed3si9n committed May 15, 2025
    Configuration menu
    Copy the full SHA
    d8813bc View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    dc23577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341cd9c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8126 from eed3si9n/wip/sonatype

    [1.x] Sonatype Publish Portal support
    eed3si9n authored May 16, 2025
    Configuration menu
    Copy the full SHA
    5a229a1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. lm 1.11.0-M1

    eed3si9n committed May 17, 2025
    Configuration menu
    Copy the full SHA
    7516b40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8127 from eed3si9n/wip/bump-lm

    [1.x] lm 1.11.0-M1
    eed3si9n authored May 17, 2025
    Configuration menu
    Copy the full SHA
    df9ed2e View commit details
    Browse the repository at this point in the history
  3. sbt 1.11.0-RC1

    eed3si9n committed May 17, 2025
    Configuration menu
    Copy the full SHA
    f698b71 View commit details
    Browse the repository at this point in the history
Loading