cueckoo

Results 63 issues of cueckoo

_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/943_ ## Definitions Before we introduce some of the proposed builtins, we formally introduce some as-of-yet undocumented language features. ### Functions We propose cue supports...

Proposal

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

NeedsDesign

_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/390_ **Is your feature request related to a problem? Please describe.** Per discussion with @mpvl. cc @proppy given our previous exchange on this topic. As...

FeatureRequest
jsonschema / openapi
encoding

_Originally opened by @rogpeppe in https://github.com/cuelang/cue/issues/572_ commit 1a2105ebef3420a3d9b3e3c384c6e91c1170160c The following code takes about a minute for me to run. It shouldn't be that slow! ``` import "list" entries: [for i...

NeedsInvestigation
roadmap/performance
evalv3-win

_Originally opened by @jansorg in https://github.com/cuelang/cue/issues/772_ ### What did you expect to see? The definition of "Slice" at https://cuelang.org/docs/references/spec/#primary-expressions ### What did you see instead? The other references elements (`Selector`,...

NeedsDecision
NeedsDesign
roadmap/language-changes

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

Documentation
FeatureRequest
NeedsDesign
roadmap/language-changes
pre v1.0

_Originally opened by @mvdan in https://github.com/cuelang/cue/issues/124_ Imagine the yaml below: ``` cmds: - printf "%!s(MISSING)" $FOO ``` This will end up something like `"printf \"%!s(MISSING)\" $FOO"`. It would be nicer...

Accepted
FeatureRequest

_Originally opened by @errordeveloper in https://github.com/cuelang/cue/issues/452_ I have a Go+CUE project, the Go import root is `github.com/isovalent/foo/operator` (i.e. repo is `github.com/isovalent/foo`, and code is in `operator` subdirectory, I shall refer...

get go
NeedsInfo

_Originally opened by @eadlam in https://github.com/cuelang/cue/issues/1058_ ### 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
jsonschema / openapi

_Originally opened by @kumorid in https://github.com/cuelang/cue/issues/964_ ### What version of CUE are you using (`cue version`)? $ cue version cue version 0.4.0-beta.1 darwin/amd64 ### Does this issue reproduce with the...

Thinking
WorkingAsIntended
NeedsInfo