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.4
go version go1.22.4
-buildmode exe
-compiler gc
CGO_ENABLED 1
GOARCH arm64
GOOS darwin
cue.lang.version v0.11.0
Does this issue reproduce with the latest stable release?
➜ CUE_EXPERIMENT=evalv3 make build ...chains ...providers_loganProvider.services.blast.mainnet.endpoint_details.headers: field not allowed: ../config/provider.cue:36:5_loganProvider.services.blast.mainnet.endpoint_details.priority: field not allowed: ../config/provider.cue:35:5_nodiesProvider.services.blast.mainnet.endpoint_details.priority: field not allowed: ../config/provider.cue:52:6_zheProvider.services.mantle.mainnet.endpoint_details.headers: field not allowed: ../config/provider.cue:69:5providers.Logan.services.blast.mainnet.endpoint_details.headers: field not allowed: ../config/provider.cue:36:5providers.Logan.services.blast.mainnet.endpoint_details.priority: field not allowed: ../config/provider.cue:35:5providers.Nectarine.services.blast.mainnet.endpoint_details.priority: field not allowed: ../config/provider.cue:52:6providers.Zhe.services.mantle.mainnet.endpoint_details.headers: field not allowed: ../config/provider.cue:69:5_berryProvider.services.optimism.mainnet.caps: field not allowed: ./utils.cue:47:17 ./utils.cue:49:7_berryProvider.services.optimism.mainnet.methods: field not allowed: ./utils.cue:47:17 ./utils.cue:50:7_berryProvider.services.optimism.mainnet.network_uri: field not allowed: ./utils.cue:47:17 ./utils.cue:48:7<SNIP> ... the same error is repeated for other files (network_uri, methods, and caps) field not allowdmake[1]: *** [build] Error 1make: *** [build] Error 2grue in din-cue on main [✘!] via .NET took 44s
❯
The text was updated successfully, but these errors were encountered:
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
No
What did you do?
make build
for baseline (no error)CUE_EXPERIMENT=evalv3 make build
for errorWhat did you expect to see?
I expected yml and sol files to be created.
What did you see instead?
Unify / constraint errors
The text was updated successfully, but these errors were encountered: