Daniel Martí
Daniel Martí
Tracked upstream at https://github.com/go-yaml/yaml/issues/298, raised by... you :) I think this is one of the issues that can only be properly resolved by fixing or swapping the yaml dependency.
It looks like https://github.com/goccy/go-yaml is maintained and supports YAML 1.2 and 1.3 properly, so I think that's our solution - see https://github.com/cue-lang/cue/issues/3880.
@mpvl and I discussed this briefly and we both still lean in favor of counting required fields for MinFields and MaxFields for the sake of giving the user a more...
ah, datetimes aren't supported just yet, they are a TODO in the code :) thanks for reporting.
We have gone back and forth on this in offline discussions, so I'll try to summarize the current state: 1) Per #3300, it turns out that Bazel users also need...
I am moving this to v0.11 per the above - we are releasing v0.10.0 this week and it seems like @rogpeppe is confident with leaving symlink support in place in...
It's worth noting that, as Joe Tsai replied in https://github.com/golang/protobuf/issues/487, the following field is contradictory: ``` CReference `json:",inline" protobuf:"bytes,1,opt,name=cReference"` ``` First, the Go embedding and JSON tag `,inline` seem to...
@slewiskelly would you be happy with this issue being marked as resolved by the new evaluator, then? A number of issues around disjunctions, cycle detection, and performance are resolved thanks...
> My suggestion would therefore be that we drop this rule for the `inline` tag and instead, by default, adopt the semantics implied by JSON marshalling. Consider this example: I...
This was added to the 0.10 milestone but I don't see it as a serious issue or regression, and we're only two days until the final release, so I'm removing...