-
Notifications
You must be signed in to change notification settings - Fork 18k
io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir} #64372
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
This PR (HEAD: 26137be) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544835. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Jes Cok: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from qiulaidongfeng: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Tobias Klauser: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
This PR (HEAD: 3cb3bb8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544835. Important tips:
|
Message from Jes Cok: Patch Set 2: Run-TryBot+1 (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Bryan Mills: Patch Set 2: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-27T15:19:20Z","revision":"ad0995cacce39e00037622575bd3ba7de5094788"} Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Bryan Mills: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544835. |
Fixes #64366 Change-Id: Ie78ab2cb9e11c0766665cd37fd7a26d36a1c24fa GitHub-Last-Rev: 3cb3bb8 GitHub-Pull-Request: #64372 Reviewed-on: https://go-review.googlesource.com/c/go/+/544835 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Jes Cok <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
This PR is being closed because golang.org/cl/544835 has been merged. |
Fixes #64366