Skip to content
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

repl needs to be taught about string interpolation #6273

Closed
scabug opened this issue Aug 23, 2012 · 4 comments
Closed

repl needs to be taught about string interpolation #6273

scabug opened this issue Aug 23, 2012 · 4 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Aug 23, 2012

scala> val x = """
     | bippy
     | bippy
     | """
x: String = 
"
bippy
bippy
"

scala> val x = s"""
<console>:1: error: unclosed multi-line string literal
       val x = s"""
                ^
@scabug
Copy link
Author

scabug commented Aug 23, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6273?orig=1
Reporter: @paulp
Other Milestones: 2.10.0

@scabug
Copy link
Author

scabug commented Sep 1, 2012

@jsuereth said:
Bumping priority, since having a release with a brand spanking new feature that's not usable in the REPL seems to be an issue....

@scabug
Copy link
Author

scabug commented Sep 1, 2012

@paulp said:
scala/scala#1231

@scabug
Copy link
Author

scabug commented Sep 14, 2012

@gkossakowski said:
Pull request mentioned by Paul has been merged.

@scabug scabug closed this as completed Sep 14, 2012
@scabug scabug added the critical label Apr 7, 2017
@scabug scabug added this to the 2.10.0-M7 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants