Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Assignment causes loop and then NaN #136

Open
GreenHapi opened this issue Oct 28, 2016 · 1 comment
Open

Assignment causes loop and then NaN #136

GreenHapi opened this issue Oct 28, 2016 · 1 comment

Comments

@GreenHapi
Copy link

GreenHapi commented Oct 28, 2016

Ubuntu 16.10, elm-repl 0.17.0 and elm-repl 0.17.1

> x = 1
1 : number
> y = x + 2
3 : number
> x
1 : number
> y
3 : number
> x = y
> x
> y
NaN : number

I'm expecting some kind of error message when I'm typing x = y (assignment causes loop).

@process-bot
Copy link

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants