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
cue: define all Op constant values explicitly with that type
Follow-up to fca61f5.
go doc (somewhat understandably) fails to see constant values of type
Op unless they are explicitly defined to be of that type, even though
Op is defined as an alias of adt.Op and the values assigned to those
constants are of the type adt.Op.
Updates #1374
Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: Ie07c64c5de1c866bc774a0c2e5dbcd08e61e6f9b
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/527238
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
0 commit comments