-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
report: split up osVersion and machine values #25755
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would also be cool to use uv_os_uname
now that we have it, I assume?
Yes, I'd like to do that. There are some differences to reconcile, and it would be nice to use it for Windows as well. Definitely something to do before it graduates from experimental, or not at all IMO. |
CI: https://ci.nodejs.org/job/node-test-commit/25418/ The linter failed for some reason. Reran it with no changes and it passed: https://ci.nodejs.org/job/node-test-linter/25296/ EDIT: All green CI: https://ci.nodejs.org/job/node-test-commit/25464/ |
Prior to this commit, on non-Windows platforms, the "osVersion" value was prepended to the "machine" value. PR-URL: nodejs#25755 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Prior to this commit, on non-Windows platforms, the "osVersion" value was prepended to the "machine" value. PR-URL: #25755 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
PR-URL: nodejs#25855 Refs: nodejs#25755 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Prior to this commit, on non-Windows platforms, the
"osVersion"
value was prepended to the"machine"
value.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes