-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
os: IsPermission broken on Windows #3482
Labels
Comments
I confirm os.IsPermission is broken on Windows (in fact you can see that ErrPermission isn't used in windows related os source), this is partly because we don't know which error should be mapped to it, IMHO. I will test this case and see which error it will produce. Labels changed: added priority-later, os-windows, removed priority-triage. Status changed to Accepted. |
http://golang.org/cl/5987070/ Status changed to Started. |
This issue was closed by revision 8e109af. Status changed to Fixed. |
alexbrainman
added a commit
that referenced
this issue
May 11, 2015
««« backport 1b2b113a2d66 os: fix IsPermission on windows Fixes #3482. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5987070 »»»
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by kfox1111:
The text was updated successfully, but these errors were encountered: