Skip to content

os: implement os.type() using uv_os_uname()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/os-type into master

The happy path behavior should be identical on all platforms except MinGW, which now identifies MinGW separately from Windows.

Labeling this as semver-major due to the change in behavior on MinGW. I could also #ifdef the previous behavior on MinGW, and remove it in a later semver-major commit.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading