-
Notifications
You must be signed in to change notification settings - Fork 296
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
Add MAC address hash for non-Windows platforms #507
Conversation
0191d51
to
e8cc0d7
Compare
e8cc0d7
to
0c17325
Compare
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.
Waiting for resize-then-retry logic
ae364a2
to
b87c70e
Compare
Reminder for myself to investigate ifaddrs.h for macos |
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.
I need comments on this; this code is too unsafe to take without documentation on how these interfaces are supposed to work.
b3f5a63
to
9111b77
Compare
9111b77
to
b6f04da
Compare
I've added a fallback to
|
fde9d0a
to
f62d003
Compare
cf2f5ca
to
99ccd5e
Compare
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.
Thanks for adding tests!
Co-authored-by: Billy O'Neal <[email protected]>
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.
I'd like @BillyONeal to double check my suggestions as well
Given the issues Robert found here, please double check on an actual Linux box that what you get matches a VS Code on the same machine. |
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.
LGTM after addressing my comments
Co-authored-by: Robert Schumacher <[email protected]>
9247171
to
bf8762c
Compare
This PR enables obtaining a MAC address hash for telemetry purposes on non-Windows platforms.