Daniel Martí
Daniel Martí
Thinking outloud for a second, we could also take Roger's example and rethink the API slightly. For example, add `load.Instance` to load a single instance, and check the `Err()` method...
For some added context, we wanted to use Rem to be able to precisely tell if one apd.Decimal number was a multiple of another. We instead ended up with the...
Do you have more details about this leak? Downgrading all of this is rather unfortunate.
Likely a duplicate of #2337, but having another test case is good, similar to #2595.
In hindsight, not a duplicate of #2337. Below is a reduced testscript which shows this is partly an evalv3 regression: ``` # evalv2 env CUE_EXPERIMENT=evalv3=0 exec cue export in.cue #...
It seems like we fixed this as part of https://github.com/cue-lang/cue/issues/3978, which was a duplicate :) I confirmed the testscript above passes now.
We are currently aware of a few closedness regressions, which we are tracking at https://github.com/cue-lang/cue/issues/3920. This may or may not be related; I haven't investigated and reduced yet. We're actively...
@remi-gelinas apologies for the radio silence here, this fell through the cracks. About a dozen closedness bugs have been fixed since May, and it seems like one of those was...
You're completely right about the struct case, my apologies. Let's focus on the list case, because that more closely resembles what the original user was doing, I just reduced the...
Here is an example of the kind of error I would find a lot nicer: ``` > ! exec cue export [stderr] github.com/username/reponame/deeply/nested/imported: cannot parse "imported.cue": expected '}', found 'EOF':...