When bisecting, get nightlies both from Scala artifactory and from Maven Central - #26662
Merged
Gedochao merged 1 commit intoJul 30, 2026
Merged
Conversation
Contributor
Author
|
For reference, an example of bisection where this helps: #26655 (comment) |
WojciechMazur
approved these changes
Jul 30, 2026
Gedochao
enabled auto-merge (squash)
July 30, 2026 11:58
Gedochao
force-pushed
the
maintenance/missing-nightlies-in-bisect
branch
from
July 30, 2026 13:55
39bd431 to
8517292
Compare
Contributor
Author
|
(rebased) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Theoretically, repo.scala-lang.org serves as a proxy to Maven Central for old Scala nightlies.
However, it seems that at times I can't get all the nightly versions this way.
As the
bisect.scscript is the main consumer of pre-3.8 nightlies anyway, I think it's fine to just fetch from both here to make it more reliable.Have you relied on LLM-based tools in this contribution?
Yes, and I checked the output by running the bisect script on an actual issue reproduction
How was the solution tested?
New automated tests + testing it out on an old regression