execabs: isGo119ErrDot: use errors.Is instead of string-matching#142
execabs: isGo119ErrDot: use errors.Is instead of string-matching#142thaJeztah wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: d72f1b8) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/448877 to see it. Tip: You can toggle comments from me using the |
|
Message from Ian Lance Taylor: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
|
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
|
Message from Ian Lance Taylor: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
d72f1b8 to
99ba4c2
Compare
|
This PR (HEAD: 99ba4c2) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/448877 to see it. Tip: You can toggle comments from me using the |
|
Message from Sebastiaan van Stijn: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
|
Message from Ian Lance Taylor: Patch Set 2: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
Addresses the TODO added in CL 403256. Signed-off-by: Sebastiaan van Stijn <[email protected]>
99ba4c2 to
1adfdb7
Compare
|
This PR (HEAD: 1adfdb7) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/448877 to see it. Tip: You can toggle comments from me using the |
|
Message from Sebastiaan van Stijn: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
|
Message from Sebastiaan van Stijn: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
|
Message from Ian Lance Taylor: Patch Set 3: Run-TryBot+1 Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448877. |
Addresses the TODO added in CL 403256. Change-Id: Iae44242e00b6a309cc0f1e336462bc2d4995a5e2 GitHub-Last-Rev: 1adfdb7 GitHub-Pull-Request: #142 Reviewed-on: https://go-review.googlesource.com/c/sys/+/448877 Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
|
This PR is being closed because golang.org/cl/448877 has been merged. |
Addresses the TODO added in CL 403256.