-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
NodeJS REPL first line strange behaviour #3194
Comments
Maybe a duplicate of #2996. |
Was able to reproduce in a VM and narrow it down a bit:
|
Commit window: v3.0.0...v3.1.0. Nothing obvious there at least. |
Fwiw, crtl+d will not exit the repl if there are still characters on the line. ( @silverwind possible commits: 1738c96 (Net interacts with stdio) |
Looks like I was drunk when doing that regression window. Actual window is v2.3.4...v2.4.0. Suspecting bd01603, maybe 59f6b5d. cc: @rlidwka |
This may be related to #2504. |
@silverwind |
Let's not confuse ourselves here. I'll try to bisect this (#3194) issue now. |
Ok. |
@silverwind any luck? |
The bug only seems to manifest on Windows 10, possibly 8, so no luck on my 7 machine. I'll have to set up a VM, it's going to take a while. |
hmm, maybe it's something related to our handling of |
I'm positive this was fixed in af46112, seems I forgot to reference this issue. |
Is there a chance of this landing in LTS any time soon? This is a bug, not a feature :) |
this will be landing with 4.2.4 this week |
Good to hear that, thanks. |
The exact same thing is happening in node 6 😢 |
Yes, it regressed again in 5.7.0, the current issue is at #5384. |
NodeJS 4.1.2, Windows 10 (x64), REPL:
The text was updated successfully, but these errors were encountered: