-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
std.os: take advantage of the freebsd's copy_file_range
#12954
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
fadc23a
to
1dc8db3
Compare
efcedd1
to
d7511b5
Compare
e3c1de3
to
390c462
Compare
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.
Thank you for this PR. Can you please make it only do 1 runtime switch on the return code? It's OK to duplicate some of the common switch prongs, such as .FBIG => return error.FileTooBig,
.
afbc040
to
8931d0b
Compare
CI failure is because of #13055 |
Should be fixed if you rebase against latest master. |
Helps (or Closes) #9278