chore: drop -run and -repl in MainGenericCompiler#24289
Merged
hamzaremmal merged 1 commit intoscala:mainfrom Oct 29, 2025
Merged
chore: drop -run and -repl in MainGenericCompiler#24289hamzaremmal merged 1 commit intoscala:mainfrom
-run and -repl in MainGenericCompiler#24289hamzaremmal merged 1 commit intoscala:mainfrom
Conversation
Member
|
possible option - detect for presence on classpath and reflectively load or else complain? |
Contributor
|
Already deprecated for removal in 3.7.4: |
Member
Author
No. I don't understand why they were there in the first place. A complier's job is to compile, not to run the code or spawn a REPL session. We should keep it simple. |
Gedochao
approved these changes
Oct 28, 2025
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.
First step towards extracting the
replto be its own artifact.We need to remove that because the repl will have a dependency on the compiler and we cannot have the compiler depend on the repl too (cyclic dependency)
Related to #24243