Paul Jolly

Results 947 comments of Paul Jolly

Confirmed, this indeed looks like an `encoding/jsonschema` related bug. The following fails when it should succeed: ``` # integer exec cue import jsonschema: integer.json cmp integer.cue integer.cue.golden # number exec...

> That said, this should be the _default_ for the heuristic, and we should support overriding that behavior somehow. That reminds me a bit of the discussion in #2678, where...

Related: [cue/load: do not include module ancestor files in the same package by default; make optional · #2000](https://github.com/cue-lang/cue/issues/2000)

@as09033 thanks for reporting. I suspect what is going on here is that position information is not being properly accounted for in the conversion from an `ast.Expr` to a `cue.Value`....

Thanks for @mvdan for spotting the errors in the original description here. I've now tweaked the original description to demonstrate that an _optional_ (as opposed to regular) field is the...

Just to be clear, @FogDong, when you say this reports an error I'm assuming you mean via `cue export`? ``` ! exec cue export x.cue cmp stderr stderr.golden -- x.cue...

I'm being a bit slow as I ease back into work this year :) You're quite right, @FogDong - this is working as expected right now, so you were also...

Following previous discussions with @FogDong and @mpvl, we are looking to implement `cue.Value.Patch()` in v0.6.0.

Pushing this back to v0.6.x so as not to delay the release of required fields. The reason for pushing back is that there have been some queries on the cost/benefit...

Thanks for the interest here folks. This is a tricky area and whilst the main reason for our lack of focus here is best summarised in the [most recent community...