-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Warning about underscore #4528
Comments
See nodejs/node#5431 for rationale |
@vendethiel Might explaining specifically for CoffeeScript? I am not using any explicit _ assignment I'm aware of. |
Look at the repl code. We generate an assignment to |
Couldn't we assign to some other name, then? |
Yes, we need to do this. My comment didn't mean we should close the issue. |
We do this because the Node REPL itself treats $ node
> a = 1
1
> _
1 As @vendethiel noted above, see nodejs/node#5431. |
Can we just assign to |
Resolved by #4559. |
I can't find an existing issue for this:
Node REPL is constantly warning that assignment to underscore is now disabled. Latest Node, latest CS.
The text was updated successfully, but these errors were encountered: