mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

Add supports for APIs after 1.0.0. #78

Closed take-cheeze closed 7 years ago

take-cheeze commented 7 years ago

uv_os_* APIs are helpful for implementing standard libraries.

mattn commented 7 years ago

LGTM & Test passed on Windows.

mattn commented 7 years ago

Thank you. I'll add hack to read whole contents in environment variable.

mattn commented 7 years ago

Ah, sorry, I was confused. When the API return UV_ENOBUFS, s is set which can be stored whole contents.