-
Notifications
You must be signed in to change notification settings - Fork 207
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
playground: check file/dir name conflicts in txtar #11
base: master
Are you sure you want to change the base?
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