-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was looking at some of the deprecation notices and it took me a bit of effort to find the referenced APIs. Use godoc links so they are trivial to find. While here, I noticed that hiddenValue.Value referenced a missing type, which seems to have been a mistake when InstanceOrValue was added. Also add a note to Instance about it being phased out, which was documented in its constructors, but not the type itself. We don't want to deprecate the type right away, as it's still used in some of our user-facing APIs. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ibb1b7de6a1e4a27f4417158559d5857014d922c0 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1171218 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Roger Peppe <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 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
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