-
Notifications
You must be signed in to change notification settings - Fork 205
Comparing changes
Open a pull request
base repository: scalacenter/bloop
base: v1.5.7
head repository: scalacenter/bloop
compare: v1.5.8
- 14 commits
- 10 files changed
- 4 contributors
Commits on Jun 26, 2023
-
chore: Make source generator tests more reselient
Previously, if python was not available on PATH we would fail the tests. Now, we check both python and python 3 executables first, if none of them exists then we ignore the tests. This will pop up on CI if source generators are broken.
Configuration menu - View commit details
-
Copy full SHA for 3c132f6 - Browse repository at this point
Copy the full SHA 3c132f6View commit details
Commits on Jul 3, 2023
-
improvement: Try and find latest supported semanticdb version
Previously, we wouldn't produce semanticdb files for older version of Scala since we wouldn't find the correct artifact if we stopped publishing for a particular version. Now, we try and find the latest version that still supported that Scala version. This is similar to the change we did in Metals in regards to the presentation compiler interface, where we would fetch old mtags for unsupported scala version and this way always support a particular version.
Configuration menu - View commit details
-
Copy full SHA for c8d68ab - Browse repository at this point
Copy the full SHA c8d68abView commit details -
Merge pull request #2097 from tgodzik/fallback-semanticdb
improvement: Try and find latest supported semanticdb version
Configuration menu - View commit details
-
Copy full SHA for d46a3fa - Browse repository at this point
Copy the full SHA d46a3faView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fbcef9 - Browse repository at this point
Copy the full SHA 7fbcef9View commit details -
Merge pull request #2098 from scalacenter/update/scalafmt-core-3.7.6
build(deps): Update scalafmt-core from 3.7.5 to 3.7.6
Configuration menu - View commit details
-
Copy full SHA for 01ef1fe - Browse repository at this point
Copy the full SHA 01ef1feView commit details -
Merge pull request #2085 from tgodzik/fix-python
chore: Make source generator tests more resilient
Configuration menu - View commit details
-
Copy full SHA for 6742c9a - Browse repository at this point
Copy the full SHA 6742c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9022fb5 - Browse repository at this point
Copy the full SHA 9022fb5View commit details -
Merge pull request #2099 from tgodzik/fix-release
chore: Update coursier.json and run release on Java 8 for the time being
Configuration menu - View commit details
-
Copy full SHA for b9ab27c - Browse repository at this point
Copy the full SHA b9ab27cView commit details
Commits on Jul 5, 2023
-
Fury was completely redone and no longer works with Bloop. The link for Metals was crazy old.
Configuration menu - View commit details
-
Copy full SHA for 15ac821 - Browse repository at this point
Copy the full SHA 15ac821View commit details -
Merge pull request #2100 from scalacenter/ckipp01-patch-1
docs: update overview.md with corrections
Configuration menu - View commit details
-
Copy full SHA for 4fdc19b - Browse repository at this point
Copy the full SHA 4fdc19bView commit details -
chore: Revert JGit to a version compatible with JDK 8
Alternative would be adding everywhere the -release option, but since we plan to drop the support later on, I think it's easier to do this.
Configuration menu - View commit details
-
Copy full SHA for 5a4a6cb - Browse repository at this point
Copy the full SHA 5a4a6cbView commit details -
Merge pull request #2101 from tgodzik/revert-jgit
chore: Revert JGit to a version compatible with JDK 8
Configuration menu - View commit details
-
Copy full SHA for 2b5a28d - Browse repository at this point
Copy the full SHA 2b5a28dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29be817 - Browse repository at this point
Copy the full SHA 29be817View commit details -
Merge pull request #2102 from tgodzik/add-release-notes
chore: Release notes for Bloop 1.5.8
Configuration menu - View commit details
-
Copy full SHA for 63f7e60 - Browse repository at this point
Copy the full SHA 63f7e60View commit details
There are no files selected for viewing