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
Instance's setError and eval methods are unexported and unused.
Moreover, Instance itself has been deprecated for years.
hasDisjunction and stripNonDefaults, as well as their uses in the
commented-out bit of code in Value.Default,
have been unused for at least four years. They are still present
in the git history if needed, but clearly they are not needed now
and have not actually been for a long time already.
Finally, rewrite the way a test advances an iterator twice
so that it doesn't make staticcheck think that we mistakenly
checked the same condition twice, which is often due to human error.
Updates #3335.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: If6608b5d9d1076316e3c03e530b6b6577a157605
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202602
Reviewed-by: Roger Peppe <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments