-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add repl command with test artifacts on path, corrensponding sbt command Test/console #2953
Comments
if this is actually supported somehow, I can't find it either in the doc or via experiment (e.g. (and if it isn't supported, it seems like a pretty big hole to me) |
I agree. This seems like a feature that should be assigned the "missing feature" label. |
It seems it isn't supported at the moment, so the feature request is valid. |
I guess users may try this from two angles: 1) they use the test command but want repl and maybe they try Perhaps both ways should be supported? Or of only one, I guess 2) is the most natural as it is the repl that is started... |
I agree 2 is more natural (but |
We already have |
Great. But with the dot or not for "current dir"? And where to put the dot? It seems like |
TL;DR yeah, the dot is necessary.
As with any other case, scala-cli repl -S 3.4.2 . --jvm 22 |
Makes sense! Thanks for clarification. Liberal rules, with some gotchas... |
So if I write |
It needs to be identified as a test source, as per this doc: |
Is your feature request related to a problem? Please describe.
My munit test has a bug.
Describe the solution you'd like
I want to debug my munit test in repl using scala-cli.
Describe alternatives you've considered
Use the sbt command
Test/console
Additional context
Found nothing about this when reading
scala-cli repl --help-full
The text was updated successfully, but these errors were encountered: