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

deps: uvwasi: cherry-pick 7b5b6f9 #31495

Merged
merged 1 commit into from
Jan 26, 2020
Merged

deps: uvwasi: cherry-pick 7b5b6f9 #31495

merged 1 commit into from
Jan 26, 2020

Commits on Jan 26, 2020

  1. deps: uvwasi: cherry-pick 7b5b6f9

    Original commit message:
        allow windows to detect tty types
    
        uv_fs_fstat() fails on TTYs on Windows. This commit updates
        uvwasi__get_filetype_by_fd() to detect this case and map
        the fd to the WASI character device type.
    
        Refs: nodejs#31461
    
    Fixes: nodejs#31461
    PR-URL: nodejs#31495
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    cjihrig committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    a2f9ccd View commit details
    Browse the repository at this point in the history