Daniel Martí
Daniel Martí
Fixing a few more in this stack: https://review.gerrithub.io/c/cue-lang/cue/+/1202602
I'm fixing this in https://review.gerrithub.io/c/cue-lang/cue/+/1204982 by setting up a config which disables the checks that we don't pass yet. Then we can gradually appease and re-enable each of those checks....
> I just tried to fix the failing tests for this PR, but I could use some help with updating the golden files In general, you can update all the...
I didn't get a response above so I'll take care of importing this to Gerrit while fixing the merge conflicts and the test files :) I'll keep Felix as the...
Importing this into Gerrit uncovered a bit of a design issue. See https://github.com/cue-lang/cue/issues/1180#issuecomment-2298405031; I will post updates on that thread from now on. Please direct any design discussion there as...
I personally think your suggested change to the spec would complicate the syntax for multiline strings a bit too much. Here's one alternative with two multiline strings - note the...
Thanks for filing this. From reading `cue help inputs`, `cue export package-p.cue` and `cue export .:p` should have exactly the same behavior, so I think this is definitely a bug....
marking as "needs fix" because endless evaluation or panics are definitely bugs.
Unfortunately this is hard-coded in yaml.v3: https://github.com/go-yaml/yaml/blob/f6f7691b1fdeb513f56608cd2c32c51f8194bf51/parserc.go#L1195-L1199