Skip to content
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

WARNING: ev_io is deprecated, use uv_poll_t #17

Closed
ghost opened this issue Jul 11, 2012 · 6 comments
Closed

WARNING: ev_io is deprecated, use uv_poll_t #17

ghost opened this issue Jul 11, 2012 · 6 comments

Comments

@ghost
Copy link

ghost commented Jul 11, 2012

I get this warning message: "WARNING: ev_io is deprecated, use uv_poll_t", when running with node v0.8.0.

@alejandro
Copy link

+1

fwiw:

@tiye
Copy link

tiye commented Sep 6, 2012

same on Ubuntu 12.04 Node v0.8.8 , update this please

➤➤ c examples/
colors.js  deps/  irc.client.js  widget.js
 ∮ 4 
➤➤ node colors.js 
WARNING: ev_io is deprecated, use uv_poll_t
Error opening terminal: xterm.
➤➤ node widget.js 
Usage: node widget.js <MessageBox|InputBox|Calendar|Viewer|ListBox|Marquee|FileViewer>
➤➤ node widget.js InputBox
WARNING: ev_io is deprecated, use uv_poll_t
Error opening terminal: xterm.
➤➤ 

@mscdex
Copy link
Owner

mscdex commented Oct 1, 2012

Please give the master branch a try. If everything seems ok, I'll push out a release.

@mscdex mscdex closed this as completed Oct 1, 2012
@tiye
Copy link

tiye commented Oct 2, 2012

@mscdex Thanks. I can run the scripts in examples file now, with node v0.8.10 ..
I was just starting to learn curses. I wonder if I did wrong or not,
every time I use ctrl c to stop the example, the terminal will get into a mess.
Is that a bug or just an abuse?

@mscdex
Copy link
Owner

mscdex commented Oct 2, 2012

@jiyinyiyong Yes, that is expected since I'm not handling that key combination in the examples, so the program is not exiting gracefully (you can use reset at the shell prompt to fix the terminal). In the color example, you can press any key to exit. In the widget examples you can press ESC to exit. For the IRC example, I think /quit'ing all windows exits (iirc).

@tiye
Copy link

tiye commented Oct 3, 2012

@mscdex Got it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants