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.10
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.10.11
Choose a head ref
  • 13 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 5, 2025

  1. Shortcut sbtn shutdown

    **Problem**
    WHen portfile is not found, sbtn will try to start the server
    even when the desired command is shutdown.
    
    **Solution**
    When the command is just shutdown, don't start the server.
    eed3si9n committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    9d4cc80 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Merge pull request #8057 from eed3si9n/wip/shutdown

    [1.x] Shortcut sbtn shutdown
    eed3si9n authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    78bffa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. fix: Avoid creating target on sbt -V

    **Problem**
    sbt -V tries to show both the sbt version and the runner version,
    and ends up creating target directory even on a non-sbt directory.
    
    **Solution**
    If the current directory doesn't have a build, just display the runner version.
    eed3si9n committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    89ff244 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8066 from eed3si9n/wip/v

    [1.x] fix: Avoid creating target on sbt -V
    eed3si9n authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    9c08aea View commit details
    Browse the repository at this point in the history
  3. fix: Fix SIP-51 message

    **Problem**
    The error message uses name, which may not match the actual project id
    that the user can type into the shell.
    
    **Solution**
    Use displayBuildRelative to calculate the proper subproject id.
    eed3si9n committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    bd7bf73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8067 from eed3si9n/wip/fix-warning

    [1.x] fix: Fix SIP-51 message
    eed3si9n authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    0d4c11b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e10881 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Merge pull request #8069 from eed3si9n/wip/update-coursier

    [1.x] Update lm-coursier-shaded to 2.1.8
    eed3si9n authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    75536d1 View commit details
    Browse the repository at this point in the history
  2. fix: Use Retry.io for compilation

    **Problem**
    sbt 1.10.10 still has retry problem with compilation.
    
    **Solution**
    Revert the retry logic back to the time when we only retried IOExceptions.
    eed3si9n committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    12d2cc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8070 from eed3si9n/wip/bump-io

    [1.x] fix: Use Retry.io for compilation
    eed3si9n authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    1b4a345 View commit details
    Browse the repository at this point in the history
  4. fix: Fix sbt --client on Windows

    **Problem**
    sbt --client doens't work on Windows because the runner script
    passes itself to the server, but it's unable to launch Bash script.
    
    **Solution**
    Pass in the bat version instead on Windows.
    eed3si9n committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    ff4825c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8071 from eed3si9n/wip/windows

    [1.x] fix: Fix sbt --client on Windows
    eed3si9n authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    4fe6384 View commit details
    Browse the repository at this point in the history
  6. sbt 1.10.11

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