forked from golang/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/lsp/cache: fix mod file change check
The modfiles function only works with Go 1.14. When it is enabled, it reenters the view, causing a deadlock. Stop using it, and move the process env under a separate lock so to break the deadlock. Change-Id: I34c528c2be1f32c06b423ead44e90155f60c2214 Reviewed-on: https://go-review.googlesource.com/c/tools/+/215679 Run-TryBot: Heschi Kreinick <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
9 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