Daniel Martí
Daniel Martí
Release done: https://github.com/burrowers/garble/releases/tag/v0.13.0
Here is a reduction, which succeeds on evalv3 but stack overflows on evalv2: ``` # With the old evaluator. env CUE_EXPERIMENT=evalv3=0 exec cue cmd monthly # With the new evaluator....
Note that this is extremely similar to https://github.com/cue-lang/cue/issues/3249, and with that issue we already have a large private reproducer which I'm reducing once I'm back from holiday. I would definitely...
It looks like this got fixed by https://review.gerrithub.io/c/cue-lang/cue/+/1195897, which had already been merged to master for over two weeks by the time this issue was created. It would have been...
Previously: https://github.com/cue-lang/cue/issues/1917 I think it's worth keeping this issue open because, from reading the spec, this behavior was rather surprising to me. I would have expected the `close` to affect...
evalv3 still fails this test as of 23f252784fe2e031dbc81d098709749477d04fb1.
I began importing https://github.com/cue-lang/cue/pull/1549 into Gerrit in separate commits - first testdata files, then the Docs API fix that Felix spotted, and then after would come the enabling of comments...
@KeranYang after getting TOML to a working state and other work, this is back near the top of my TODO list. I can't promise any particular timeline but I hope...
Better late than never, but figured out a fix :) We'll backport this to v0.15.1.
Is it possible to reproduce this slowness via the `cue` command on your sce-tests repo, for example via `cue eval` or `cue export`?