-
Notifications
You must be signed in to change notification settings - Fork 349
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 file_descriptor
to file_description_ref
#3808
Comments
That's a very long variable name, so we can also consider something like |
I'm willing to take this on - seems pretty straightforward. From a quick look, there's one variable named exactly |
I think there is one in Line 414 in 335c91c
file_description confusing, but I am happy to see it being changed if it would be clearer. Maybe fd_ref would work if we were to change it? But I am not really good in naming variables, so cc @RalfJung :)
|
Sorry, yes, I meant Line 335 in 335c91c
miri/src/shims/unix/linux/epoll.rs Line 277 in 335c91c
We could also just change file_descriptor to file_description if we're keeping that name.
|
I did a bunch more renaming in #3867 to hopefully make things more consistent wrt file description vs file descriptor: the latter (of type |
After #3712 renamed previous
FileDescriptor
toFileDescriptionRef
, several variables still use the old namefile_descriptor
and should be updated tofile_description_ref
to avoid confusion. This is a simple cleanup task, but I am currently focused on other work, so I am just opening this issue for anyone who might be interested in helping.The text was updated successfully, but these errors were encountered: