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 version
cue version v0.11.0-alpha.3
go version go1.23.1
-buildmode exe
-compiler gc
DefaultGODEBUG asynctimerchan=1,gotypesalias=0,httpservecontentkeepheaders=1,tls3des=1,tlskyber=0,x509keypairleaf=0,x509negativeserial=1
CGO_ENABLED 1
GOARCH amd64
GOOS darwin
GOAMD64 v1
cue.lang.version v0.11.0
Does this issue reproduce with the latest stable release?
yes
What did you do?
I'm trying to write a convertor from Terraform schema document to a JSON schema. Bellow is an extract from this convertor that does not seem to behave as it should when I have a mix of nested list and object definitions. If you try to remove the top-level list, it works.
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
yes
What did you do?
I'm trying to write a convertor from Terraform schema document to a JSON schema. Bellow is an extract from this convertor that does not seem to behave as it should when I have a mix of nested list and object definitions. If you try to remove the top-level list, it works.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: