-
Notifications
You must be signed in to change notification settings - Fork 949
Comparing changes
Open a pull request
base repository: sbt/sbt
base: v1.10.10
head repository: sbt/sbt
compare: v1.10.11
- 13 commits
- 9 files changed
- 1 contributor
Commits on Mar 5, 2025
-
**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.
Configuration menu - View commit details
-
Copy full SHA for 9d4cc80 - Browse repository at this point
Copy the full SHA 9d4cc80View commit details
Commits on Mar 6, 2025
-
Merge pull request #8057 from eed3si9n/wip/shutdown
[1.x] Shortcut sbtn shutdown
Configuration menu - View commit details
-
Copy full SHA for 78bffa2 - Browse repository at this point
Copy the full SHA 78bffa2View commit details
Commits on Mar 16, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 89ff244 - Browse repository at this point
Copy the full SHA 89ff244View commit details -
Merge pull request #8066 from eed3si9n/wip/v
[1.x] fix: Avoid creating target on sbt -V
Configuration menu - View commit details
-
Copy full SHA for 9c08aea - Browse repository at this point
Copy the full SHA 9c08aeaView commit details -
**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.
Configuration menu - View commit details
-
Copy full SHA for bd7bf73 - Browse repository at this point
Copy the full SHA bd7bf73View commit details -
Merge pull request #8067 from eed3si9n/wip/fix-warning
[1.x] fix: Fix SIP-51 message
Configuration menu - View commit details
-
Copy full SHA for 0d4c11b - Browse repository at this point
Copy the full SHA 0d4c11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e10881 - Browse repository at this point
Copy the full SHA 0e10881View commit details
Commits on Mar 17, 2025
-
Merge pull request #8069 from eed3si9n/wip/update-coursier
[1.x] Update lm-coursier-shaded to 2.1.8
Configuration menu - View commit details
-
Copy full SHA for 75536d1 - Browse repository at this point
Copy the full SHA 75536d1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 12d2cc8 - Browse repository at this point
Copy the full SHA 12d2cc8View commit details -
Merge pull request #8070 from eed3si9n/wip/bump-io
[1.x] fix: Use Retry.io for compilation
Configuration menu - View commit details
-
Copy full SHA for 1b4a345 - Browse repository at this point
Copy the full SHA 1b4a345View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ff4825c - Browse repository at this point
Copy the full SHA ff4825cView commit details -
Merge pull request #8071 from eed3si9n/wip/windows
[1.x] fix: Fix sbt --client on Windows
Configuration menu - View commit details
-
Copy full SHA for 4fe6384 - Browse repository at this point
Copy the full SHA 4fe6384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 898d9f6 - Browse repository at this point
Copy the full SHA 898d9f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.10.10...v1.10.11