You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
There appears to be an output issue in the REPL in the latest unstable version of Node (v0.3.2). The entire captured line is being outputted along with some bizarre formatting in the case of function declarations and such. You can see some of the output in this gist.
I've attempted re-compiling Node with both lib/repl.js and lib/readline.js reverted to their v0.3.1 state, but the problem persists. I've looked briefly at the diff from those and src/node_stdio.cc and src/node_buffer.cc and I don't see anything obvious in any of these that would cause a problem.
The text was updated successfully, but these errors were encountered:
I'm happy to help debug/fix this if you can provide some guidance above and beyond what I've already done. Not sure where else I should be looking. I didn't see anything in lib/repl.js that should have caused this issue and recompiling with the old version seems to have bore that out.
Do I need to completely remove the old version or are there any special instructions beyond the standard make install to get a new version of the JS file in place when recompiling?
There appears to be an output issue in the REPL in the latest unstable version of Node (v0.3.2). The entire captured line is being outputted along with some bizarre formatting in the case of function declarations and such. You can see some of the output in this gist.
I've attempted re-compiling Node with both
lib/repl.js
andlib/readline.js
reverted to their v0.3.1 state, but the problem persists. I've looked briefly at the diff from those andsrc/node_stdio.cc
andsrc/node_buffer.cc
and I don't see anything obvious in any of these that would cause a problem.The text was updated successfully, but these errors were encountered: