-
Notifications
You must be signed in to change notification settings - Fork 5k
[WIP] Fix setting creation date for OSX #39263
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
Conversation
See issue #39132
There was a 'SIGSEGV Illegal memory access' that seemed related to this, this should fix it.
You should be able to spread FileStatus over several files as a partial struct in order to share as much as possible with the "other Unix" and have an OSX file only for the Mac specific members. This is a pattern we use all over the sources. Eg., FileSystemEntry.*.cs |
@danmosemsft okay, I will fix that shortly. |
Thanks for working on this. It might be best to close this PR and reopen when you're ready for review. I assume you have a mac locally to build and test on. If you have it open like this, it uses up a lot of CI time. Each time you push it kicks off a gazillion new jobs involving 10's or 100 machines even if it's just to fix a typo. Better to work locally, get tests passing locally, then create the PR when you're ready for review and CI. |
@danmosemsft okay, I will do that. |
See issue #39132. WIP.