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 leading-dot continuation breaks in transcript paste #8319

Open
scabug opened this issue Feb 21, 2014 · 1 comment
Open

REPL leading-dot continuation breaks in transcript paste #8319

scabug opened this issue Feb 21, 2014 · 1 comment
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Feb 21, 2014

Welcome to Scala version 2.11.0-M8 (OpenJDK 64-Bit Server VM, Java 1.7.0_25).
Type in expressions to have them evaluated.
Type :help for more information.

scala> "abc"
res0: String = abc

scala> .length
res1: Int = 3

scala> scala> "abc"

// Detected repl transcript paste: ctrl-D to finish.

res0: String = abc

scala> .length
res1: Int = 3
// Replaying 2 commands from transcript.

scala> "abc"
res2: String = abc

scala> .length
<console>:1: error: illegal start of definition
       .length
       ^
@scabug
Copy link
Author

scabug commented Feb 21, 2014

Imported From: https://issues.scala-lang.org/browse/SI-8319?orig=1
Reporter: @som-snytt
Affected Versions: 2.11.0-M8

@SethTisue SethTisue added this to the Backlog milestone Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants