8000 Comparing v1.10.4...v1.10.5 · sbt/sbt · GitHub
[go: up one dir, main page]

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.4
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.5
Choose a head ref
  • 19 commits
  • 20 files changed
  • 3 contributors

Commits on Oct 28, 2024

  1. Prepare for sbt 1.10.5

    Friendseeker committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    28a9f9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7840 from Friendseeker/1-10-5-prep

    [1.x] Prepare for sbt `1.10.5`
    eed3si9n authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5330deb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    828dc04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7843 from Friendseeker/jdk-console-migrate

    [1.x] Migrate all usages of `System.console == null`
    adpi2 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4835812 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    92d4cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fae2bcc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7846 from Friendseeker/bye-bye-nnbsp

    [1.x] Replace `NNBSP` with standard space
    eed3si9n authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    94f239f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

  1. Add smoke test

    Friendseeker committed Nov 1, 2024
    10000
    Configuration menu
    Copy the full SHA
    c58842d View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request #7823 from Friendseeker/musl"

    This reverts commit 0c00dba, reversing
    changes made to 91ea2fe.
    Friendseeker committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    801137d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7855 from Friendseeker/revert-static-link

    [1.x] Reverts #7823 to restore Linux `sbtn`
    eed3si9n authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bcf5ded View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Merge pull request #7854 from Friendseeker/return-1-when-failed

    [1.x] Return exit code `1` when client crashes & add smoke test for client
    eed3si9n authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c5c094e View commit details
    Browse the repository at this point in the history
  2. sbtn 1.10.5

    eed3si9n committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8ab2a23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7858 from eed3si9n/wip/bump_sbtn

    sbtn 1.10.5
    eed3si9n authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    135af2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    126846f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7859 from eed3si9n/wip/bump_coursier

    [1.x] lm-coursier 2.1.5, Coursier 2.1.14
    eed3si9n authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    658d378 View commit details
    Browse the repository at this point in the history
  6. Fix ++ with a command argument

    **Problem**
    sbt 1.10.0 added support for ++ command with external reference,
    but broke ++ takes an aggregate command with slash.
    
    **Solution**
    This fixes the parser
    eed3si9n committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f8280f1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7862 from eed3si9n/wip/cross-bug

    Fix ++ with a command argument
    eed3si9n authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f4c2f35 View commit details
    Browse the repository at this point in the history
  8. sbt 1.10.5

    eed3si9n committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    82d834a View commit details
    Browse the repository at this point in the history
Loading
0