-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopls/internal/cache: refine bug reports
Refine a few bug reports related to incorrectly positioned type checker errors, by differentiating the 'fixed file' case from the case with no fixed files. Since we haven't made progress on these bugs, we need more information to guide our debugging. If the bugs only occur in the presence of AST fixes, we can probably downgrade them to not be a bug: if we're fixing the AST, we won't display type checker errors anyway. Nevertheless, leave the bug reports for now, so that we can collect data. For golang/go#65960 For golang/go#66765 For golang/go#66766 Change-Id: I2060c897d249cdd5cc3e7bb183d3f563987bec57 Reviewed-on: https://go-review.googlesource.com/c/tools/+/621876 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Robert Findley <rfindley@google.com>
- Loading branch information
Showing
2 changed files
with
37 additions
and
8 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
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