-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/cue: cue get go
doesn't support uintptr
type
#1305
Comments
I'm seeing this too, with the v1beta version ( |
I just had this with 0.4.2 also. |
Hi 👋– I have this "issue" with
to validate instances of #CiliumNetworkPolicy |
cue get go
for istio.io/api/networking/v1alpha3cue get go
doesn't support uintptr
type
It seems like this is a simple omission of the
This fails currently:
|
Fixes #1305 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: Ib78066542f0f54bb13f507be48a9bd0ce6285741
Fixes #1305 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: Ib78066542f0f54bb13f507be48a9bd0ce6285741
Fixes cue-lang#1305 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: Ib78066542f0f54bb13f507be48a9bd0ce6285741 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/536712 Unity-Result: CUEcueckoo <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Marcel van Lohuizen <[email protected]>
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest release?
yes, on master
What did you do?
What did you expect to see?
success
What did you see instead?
The text was updated successfully, but these errors were encountered: