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

let it crash #29

Open
MasseGuillaume opened this issue Dec 4, 2013 · 0 comments
Open

let it crash #29

MasseGuillaume opened this issue Dec 4, 2013 · 0 comments
Labels

Comments

@MasseGuillaume
Copy link
Contributor

from: CodeBrew-io/Issues#6

Manifestation: this expression causes the insight window to go dead.

List[Int]() map (_ :: Nil)
Weirdly, it briefly recovers if that expression is on the very first line - it will then display the result of the second expression, but only that one.

List[Int]() map (_ :: Nil)

"mom" // this displays "mom" on line 1 (not line 3)

5  // but subsequent expressions are not displayed
10 // nope etc etc

Another element which should narrow it way down is that this expression is fine:

List[Int]() map (x => x :: Nil)

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

1 participant