-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
golang/playground
#11Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
What did you do?
Run the following in the Go Playground: https://play.golang.org/p/92soX8Gyrsn
package main
func main() {}
-- a --
-- a/b --
What did you expect to see?
It should tell there's a file/dir name conflict in the txtar.
What did you see instead?
Error communicating with remote server.
Program exited.
Addtional info
The playground web app emits either of the following runtime errors when there's a file/dir name conflict:
cmdFunc error: mkdir /tmp/sandbox253661173/a: not a directory
cmdFunc error: error creating temp file "/tmp/sandbox446449006/a": open /tmp/sandbox446449006/a: is a directory
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Type
Projects
Relationships
Development
Select code repository
Activity
gopherbot commentedon Feb 28, 2021
Change https://golang.org/cl/297369 mentions this issue:
playground: check file/dir name conflicts in txtar
dmitshur commentedon Mar 2, 2021
CC @golang/release.