You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdempsky opened this issue
Nov 9, 2022
· 1 comment
Labels
NeedsFixThe path to resolution is known, but the work has not been done.ToolsThis label describes issues relating to any tools in the x/tools repository.
Package is both the "cooked" result data type of a Load
call, and the "raw" JSON schema used by DriverResponse.
This change documents the fields that are part of the
protocol, and ensures that the others are omitted from
the JSON encoding. (They are populated by the post-
processing done by 'refine', if the appropriate Need
bits are set.)
Also
- document that there are a number of open bugs
in places where it may be likely to help,
particularly Mode-related issues.
- document that Load returns new Packages,
using distinct symbol realms (types.Importers).
- document Overlays in slightly more detail.
Fixesgolang/go#67614Fixesgolang/go#61418Fixesgolang/go#67601Fixesgolang/go#43850
Updates golang/go#65816
Updates golang/go#58726
Updates golang/go#56677
Updates golang/go#48226
Updates golang/go#63517
Updates golang/go#56633
Change-Id: I2f5f2567baf61512042fc344fca56494f0f5e638
Reviewed-on: https://go-review.googlesource.com/c/tools/+/588141
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
NeedsFixThe path to resolution is known, but the work has not been done.ToolsThis label describes issues relating to any tools in the x/tools repository.
The program below prints:
I think only the middle case is working as documented.
The last case appears to be due to #56632.
The text was updated successfully, but these errors were encountered: