-
Notifications
You must be signed in to change notification settings - Fork 98
Add Hint: getFileStatus and getSymbolicLinkStatus #356
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
|
During my research to the causes of this, I have noticed that there is no support for the |
|
CC @hs-viktor @hasufell for review. |
|
@Hyalunar can you fix the remaining issues? |
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>
|
I have removed the platform-specific hints and checked that the documentation for |
vdukhovni
left a comment
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
Users have repeatedly tripped over the subtle difference between
getFileStatusandgetSymbolicLinkStatus.I have added a single line of documentation to hint at the other function. Currently there is only a hint in
getSymbolicLinkStatus.I'm not sure whether this is enough to stop these mix-ups from happening, but I didn't want to make all the documentation of
getFileStatusaboutgetSymbolicLinkStatus.Looking forward to hearing from you
My thanks go to the discourse user f-a for encouraging me to open up an issue/PR.