Roger Peppe
Roger Peppe
@mvdan > I guess my question in terms of API design would be - why would any end user be trying to build/compile the same build.Instance multiple times concurrently? It...
For the record, the way that the Go implementation does this is by associating each testscript command with some metadata. This metadata includes information about which arguments are regular expressions....
Adjustment to the function that determines whether to import AvroTypeGen in the code to be generated
Have you found a case where this actually goes wrong? From a very brief look at the code (away from my laptop!) it looks like parseFile sorts the definitions slice...
Here's a minimized reproducer (thanks to Judson Lester for the starting point!): ``` env CUE_EXPERIMENT=evalv3 exec cue eval repro.cue -- repro.cue -- package repro #P: c: { let m =...
@felixge I was about to land your PR but first needed to fix a test case. In fixing that, I realised that perhaps this issue isn't as straightforward as it...
> Choosing a heuristic that decides which comments to be rendered in the final concrete output is tricky and will need some design input. I just had an idea about...
@nkvoll Thanks very much for the PR! We definitely want to support aspects of OpenAPI like this, although the right approach isn't entirely clear currently. For now, we are super...
I like the generality of this approach, but if the main objective is support for validation expressions, we should probably see whether it might be possible to express those in...
This looks fine in general to me (and welcome!), but one thought: `cue export --out cue` already preserves comments, so maybe this should just be the default behaviour rather than...
I'm not sure I'd support overloading `-s` in that way, as it's quite possible one might want to produce simplified expressions but still with comments attached. However `--compact` sounds like...