playground: check file/dir name conflicts in txtar#11
playground: check file/dir name conflicts in txtar#11yaegashi wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: 6240713) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/playground/+/297369 to see it. Tip: You can toggle comments from me using the |
6240713 to
78fff57
Compare
|
This PR (HEAD: 78fff57) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/playground/+/297369 to see it. Tip: You can toggle comments from me using the |
|
This PR (HEAD: e560152) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/playground/+/297369 to see it. Tip: You can toggle comments from me using the |
|
This PR (HEAD: bd7d5e9) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/playground/+/297369 to see it. Tip: You can toggle comments from me using the |
|
Message from Alexander Rakoczy: Patch Set 4: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Go Bot: Patch Set 4: TryBots beginning. Status page: https://farmer.golang.org/try?commit=d86183ec Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Go Bot: Patch Set 4: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Takeshi Yaegashi: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Alexander Rakoczy: Patch Set 4: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Alexander Rakoczy: Patch Set 4: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Cherry Zhang: Patch Set 4: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Cherry Mui: Patch Set 4: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Alexander Rakoczy: Patch Set 4: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Go Bot: Patch Set 4: TryBots beginning. Status page: https://farmer.golang.org/try?commit=d86183ec Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Go Bot: Patch Set 4: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Takeshi Yaegashi: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Alexander Rakoczy: Patch Set 4: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Alexander Rakoczy: Patch Set 4: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Cherry Mui: Patch Set 4: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Dmitri Shuralyov: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Dmitri Shuralyov: Patch Set 4: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
|
Message from Robert Findley: Patch Set 4: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/297369. |
This change detects file/dir name conflicts in the txtar and indicates which file names should be fixed to users.
Fixes golang/go#44678