-
Notifications
You must be signed in to change notification settings - Fork 950
Comparing changes
Open a pull request
base repository: sbt/sbt
base: v1.6.1
head repository: sbt/sbt
compare: v1.6.2
- 10 commits
- 7 files changed
- 3 contributors
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a361037 - Browse repository at this point
Copy the full SHA a361037View commit details -
Merge pull request #6799 from Nirvikalpa108/remove-unimplemented-scal…
…acoption Remove scalacoption -S-X
Configuration menu - View commit details
-
Copy full SHA for 0518ede - Browse repository at this point
Copy the full SHA 0518edeView commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f5fb537 - Browse repository at this point
Copy the full SHA f5fb537View commit details -
Throw when test framework cannot be loaded due to MatchError or NoCla…
…ssDefFoundError Problem ------- In some situations like Dotty Community Build, sbt version is mechanically upgraded on an old commit without humans checking the log. For reasons we're not completely sure (likely change in ClassLoader structure) sbt 1.6.x started to fail to load test frameworks during tests, but since the failure of the test framework loading doesn't fail the task, this silently succeeded the builds. Solution -------- On MatchError and NoClassDefFound Error, rethrow the exception. Note that ClassNotFoundException is considered ok since we have predefined test frameworks listed in sbt, which often are not included in the users' classpath.
Configuration menu - View commit details
-
Copy full SHA for a549e79 - Browse repository at this point
Copy the full SHA a549e79View commit details -
Merge pull request #6806 from eed3si9n/wip/test_framework
[1.6.x] Throw when test framework cannot be loaded due to MatchError or NoClassDefFoundError
Configuration menu - View commit details
-
Copy full SHA for ca0fd3d - Browse repository at this point
Copy the full SHA ca0fd3dView commit details
Commits on Feb 1, 2022
-
fix: propagate
InterruptedException
from JLine.readLineMotivation: Cannot exit from InteractionService.readLine Modification: Remove try/catch of InterruptedException mapped to None in JLine.readLine
Configuration menu - View commit details
-
Copy full SHA for 4f9fe2a - Browse repository at this point
Copy the full SHA 4f9fe2aView commit details -
Fixes #1937 Ref sbt/librarymanagement#395
Configuration menu - View commit details
-
Copy full SHA for 761ad14 - Browse repository at this point
Copy the full SHA 761ad14View commit details -
Merge pull request #6807 from eed3si9n/bport/6803
[1.6.x] fix: propagate `InterruptedException` from JLine.readLine
Configuration menu - View commit details
-
Copy full SHA for 611b8cf - Browse repository at this point
Copy the full SHA 611b8cfView commit details -
Merge pull request #6808 from eed3si9n/wip/lm
[1.6.x] Make License object available
Configuration menu - View commit details
-
Copy full SHA for 567fd8b - Browse repository at this point
Copy the full SHA 567fd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed022a7 - Browse repository at this point
Copy the full SHA ed022a7View 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.6.1...v1.6.2