8000 Comparing v1.9.4...v1.9.6 · sbt/sbt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.9.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.9.6
Choose a head ref
  • 18 commits
  • 39 files changed
  • 5 contributors

Commits on Dec 8, 2022

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

Commits on Aug 25, 2023

  1. Fix help command for shells (#7358)

    * sbt-help-fix
    * fix BasicCommands.scala formatting
    azdrojowa123 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7c40008 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Add comment to #7358 (#7362)

    comment for new condition in sbt.BasicCommands.runHelp
    azdrojowa123 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bc00cee View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

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

Commits on Sep 11, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a5f0b37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7372 from sbt/dependabot/github_actions/actions/c…

    …heckout-4
    
    Bump actions/checkout from 3 to 4
    eed3si9n authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    edac172 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Use binary compiler bridge

    Problem
    -------
    Starting Scala 2.13.12, Scala 2 has in-sourced the compiler bridge
    implementtion, which hopefully will be kept up to date more than the
    ones in Zinc.
    
    Solution
    --------
    This switches to using the pre-compiled compiler bridge for >=2.13.12.
    eed3si9n committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b1e9308 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7374 from eed3si9n/wip/bridge

    Use binary compiler bridge
    eed3si9n authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8b15b44 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request #7087 from mdedetrich/increase-socket-backlog-for-…

    …server-client
    
    Set socket backlog to default size of 50
    eed3si9n authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f7025ef View commit details
    Browse the repository at this point in the history
  2. Remove invalid test

    mdedetrich committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    47344d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge pull request #7378 from mdedetrich/remove-invalid-test

    Remove invalid test
    eed3si9n authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8f6de15 View commit details
    Browse the repository at this point in the history
  2. Zinc 1.9.4

    eed3si9n committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c551c0f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7379 from eed3si9n/wip/zinc

    Zinc 1.9.4
    eed3si9n authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    36f7635 View commit details
    Browse the repository at this point in the history
  4. sbt 1.9.5

    eed3si9n committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c532d7e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Zinc 1.9.5

    eed3si9n committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4701bf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7381 from eed3si9n/wip/zinc_revert

    Zinc 1.9.5
    eed3si9n authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8b2c9f2 View commit details
    Browse the repository at this point in the history
  3. sbt 1.9.6

    eed3si9n committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ef8652f View commit details
    Browse the repository at this point in the history
Loading
0