-
Notifications
You must be signed in to change notification settings - Fork 343
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
Rename Posix → Unix #2012
Comments
I am willing to do this, I'll make a draft PR that can be merged after #2011 landed |
@rustbot claim |
Error: This repository is not enabled to use triagebot. Please let |
I apologize for the delay on #2011. I've been busier than expected recently... I can deal with merge conflicts as they come. |
No worries 😉 |
In Miri, we use the term "POSIX" to refer to the functionality shared between Linux and macOS (and soon, Android: #2011). I used that term because those files started essentially as an implementation of a small part of the POSIX API.
However, in the Rust standard library, the term used for grouping those platforms is "Unix", and there also is
target_family = "unix"
. So I think it would make to rename "posix" to "unix" in the Miri codebase. This should be an easy change. However, it should wait until #2011 lands to reduce merge conflicts.The text was updated successfully, but these errors were encountered: