Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

REPL output issue in v0.3.2 - v0.3.3-pre #543

Closed
tswicegood opened this issue Jan 1, 2011 · 4 comments
Closed

REPL output issue in v0.3.2 - v0.3.3-pre #543

tswicegood opened this issue Jan 1, 2011 · 4 comments

Comments

@tswicegood
Copy link

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.

@tswicegood
Copy link
Author

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?

@ry
Copy link

ry commented Jan 1, 2011

due to b57c1f5

@ry
Copy link

ry commented Jan 2, 2011

fixed in 1c7cd4a

@tswicegood
Copy link
Author

Sweet. Just confirmed it with my code from the Gist. Thanks!

coolaj86 pushed a commit that referenced this issue Apr 15, 2011
This issue was closed.
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