-
Notifications
You must be signed in to change notification settings - Fork 1.1k
The -print-lines option disables tab completion in REPL #14227
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
Comments
This also impacts a bunch of other features related to IDEs |
This should be great for the Spree |
... what is -print-lines supposed to do? Can we remove it? 😅 |
Apparently it adds line numbers: |
But where? I didn't see any difference in the error output |
Seems it was added for decompiling code here: #3523 Not sure why would anyone add it to their normal scalac settings though. |
This issue was picked for the Issue Spree n°20 of September 6th which takes place in a week from now. @SethTisue @mbovel @markehammons will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here. |
Seem to be fixed in 3.2.0. I can reproduce it with |
Originally reported in sbt/sbt#6780 by @jhnaldo
Compiler version
3.1.0
Minimized code
Tab completion does not work.
Expectation
Tab completion should work when
-print-lines
is turned on.The text was updated successfully, but these errors were encountered: