Closed vsemozhetbyt closed 5 years ago
I cannot reproduce with v11.1.0. I can reproduce with v11.2.0.
cc @antsmartian as per possible cause https://github.com/nodejs/node/pull/22153 backported in v11.2.0.
@vsemozhetbyt 😢 Yes, thats what caused the regression. My bad.
@vsemozhetbyt Working on a PR, on the way. Also, I guess we need to tighten our history test cases, as this should have been caught in first place :( :( .
it's still broken in v11.3.0
11.3.0 was a security concerning release, so as per the changelog the fix was not backported yet,
The fix is on v11.x-staging
branch, so this may be fixed in the next 11 release.
I install node via homebrew on macOS. Can someone please explain how I can get this fix?
update node
I have
$ node -v
v11.13.0
and I am still getting this behavior.
Oh, it might be a problem on macOS then, for me on v11.13.0 and linux, the problem doesn't exist anymore (it was fixed since v11.4.0 actually)
I was having a near breakdown from stress and didn't notice the difference between v11.3.0 and v11.13.0. I had for former version and the issue before upgrading to the later but didn't notice the number change and thought I was on the latter from the start. I then went out and bought a OneWheel to burn off some stress.
Thanks for the help though!
Subsystem: repl
.node_repl_history
.node
..node_repl_history
, there is1
there..node_repl_history
, there is only2
..node_repl_history
, there is only3
.node
..node_repl_history
, there is only3
there.Can anybody reproduce?