We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it sort of works but it ends up mangled:
scala> 2 + 2 //prin(2).+(2) // : Int(4)
The text was updated successfully, but these errors were encountered:
ReplCompletion.scala:
// secret handshakes val slashPrint = """.*// *print *""".r val slashPrintRaw = """.*// *printRaw *""".r val slashTypeAt = """.*// *typeAt *(\d+) *(\d+) *""".r
might as well fix all three at once
but shhhh, they're SECRET
Sorry, something went wrong.
REPL: JLine 3: get display of method signatures working again
244439c
also gets //print and friends working again fixes scala/scala-dev#696 fixes scala/scala-dev#692
I've added a commit to scala/scala#8848 that handles this at least reasonably okay
dd3cee4
SethTisue
Successfully merging a pull request may close this issue.
it sort of works but it ends up mangled:
The text was updated successfully, but these errors were encountered: