Simplify classpath handling#26313
Draft
SolalPirelli wants to merge 8 commits into
Draft
Conversation
SolalPirelli
commented
Jun 10, 2026
| genReceiver | ||
| case _ => | ||
| throw FatalError(s"Unexpected tree $genReceiver is generated for $innerFun at: ${tree.sourcePos}") | ||
| throw new FatalError(s"Unexpected tree $genReceiver is generated for $innerFun at: ${tree.sourcePos}") |
Contributor
Author
There was a problem hiding this comment.
consistency with every other use
Contributor
There was a problem hiding this comment.
the hobgoblin of little minds? I no longer quote Emerson as uncritically as when I was a teen. Also, perhaps every other use is wrong.
I was hoping to use the "One does not simply..." meme, but instead I'll take a look later; my previous familiarity with the class path code is stale.
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.
Prep for #26232
How much have you relied on LLM-based tools in this contribution?
Not at all
How was the solution tested?
Covered by existing tests (this is a refactoring)