Marcel van Lohuizen
Marcel van Lohuizen
@talk2drys: even though CUE has its roots in Go, it is indeed intended to be standalone, and not tightly coupled. As an example of this, CUE bare string values are...
@fionera: a fix for this is also planned for v0.5, although you probably meant: ``` panels: [ for i, _ in panels { { id: i } }] ```
The first two attribute lookups are not on `a`. And top-level doesn't have attributes, so I don't see how this is wrong. Anyway, some upcoming attribute changes might help if...
See ``` #Output: or([ for name, config in #AllOutputs { (name): config }]) #AllOutputs: { reject: string resource: string retry: output: #Output } ``` The source for a `for` comprehension...
See https://review.gerrithub.io/c/cue-lang/cue/+/533224 for feasibility.
Please mention in the commit message that it "Fixes #1695".
> Via @tmm1 on Slack. There is currently no way to "query" a disjunction for its values: This is very tricky and probably requires its own proposal: * should defaults...
We are close to committing a first version of both the reworked cycle detection algorithm and comprehension rewrite. I'll keep this on the list of things to validate in rolling...
@rogpeppe / @myitcv there appears to be no crash anymore. Can one of you verify this is now fixed please?
This appears to have been fixed. Please verify.