-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
path: return the unmodified GOPATH if autodetect is disabled
fixes #1257
- Loading branch information
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c609352
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit seems to be creating an issue for me. On every save, I get this error:
So...
go_paths
is empty?This is the first commit that causes the problem (found via git bisect). The error happens at all the subsequent commits tested.
c609352
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please open a bug report with a small reproducible case and what
GOPATH
you use. There might be an edge case in your situation which is not covered by the code. I'm happy to look at it. Thanksc609352
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, see #1332. Thanks!