cueckoo

Results 63 issues of cueckoo

_Originally opened by @vikstrous2 in https://github.com/cuelang/cue/issues/745_ ### What version of CUE are you using (`cue version`)? $ cue version v0.3.0-beta.4 linux/amd64 ### Does this issue reproduce with the latest release?...

NeedsVerification
roadmap/performance

_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/24_ This is a tracking issue related to extracting CUE from Go code. The functionality in this issue focusses on use cases where Go is...

FeatureRequest

_Originally opened by @smorel-plenty in https://github.com/cuelang/cue/issues/753_ In the section on [import paths](https://cuelang.org/docs/concepts/packages/#import-path) there's a mention of `module: example.com/pkg`. I'm assuming the `pkg` here is not referring to the `pkg` cue-managed...

Documentation
NeedsFix

_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/52_ This is a tracking issue for improved error support - more location information - avoid obscure words like unify - expose more structured information...

roadmap
roadmap/errors

_Originally opened by @matthewmueller in https://github.com/cuelang/cue/issues/69_ I'm very interested in CUE for inter process communication. I was wondering if there are any plans to add function signatures to enforce how...

FeatureRequest
FeedbackWanted
NeedsDesign
Proposal
protobuf

_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/766_ I have a number of definitions in `base.cue`: ``` package stats_api import ( "k8s.io/api/core/v1" ) #CommonLabels: { app: string release: string ... } #BaseApp:...

FeatureRequest
NeedsInvestigation
trim

_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/757_ ### What version of CUE are you using (`cue version`)? $ cue version cue version +760aa115 linux/amd64 ### Does this issue reproduce with the...

NeedsFix
roadmap/performance

_Originally opened by @codesuki in https://github.com/cuelang/cue/issues/78_ Is there any way to validate if a list sums to a specific value? Let's say I have a list of floats that need...

FeatureRequest
builtin
roadmap/evaluator

_Originally opened by @eonpatapon in https://github.com/cuelang/cue/issues/770_ ### What version of CUE are you using (`cue version`)? $ cue version cue version 0.3.0-beta.5 linux/amd64 ### Does this issue reproduce with the...

NeedsFix
disjunctions

_Originally opened by @uhthomas in https://github.com/cuelang/cue/issues/1018_ ### What version of CUE are you using (`cue version`)? $ cue version cue version v0.4.0 linux/amd64 ### Does this issue reproduce with the...

NeedsFix
fmt