cmd/go: go1.19beta1 fails whenever it sees an Emacs lock file #53421
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
go1.19beta1 is nearly unusable with a default Emacs config. (Not looking for Emacs or
git clean
help)Go 1.18.3 runs tests fine:
But Go 1.19beta1 fails to run the tests in the
util/deephash
directory because of an Emacs lock file (a dangling symlink):Particularly offensive is that the symlink isn't even in the package I'm testing, and isn't even a transitive dep of the package being tested:
Okay, let's delete that file and carry on:
more, more, more.
I see nothing in https://tip.golang.org/doc/go1.19 talking about this new behavior if it's intentional and I see no open issues about this, so I'm assuming it's not a known feature or bug.
The text was updated successfully, but these errors were encountered: