Daniel Martí

Results 1736 comments of Daniel Martí

I also note that there are two possible solutions to the problem here: 1) Allow using ancient `language.version` strings like `v0.4.3` by using a very lax `module.cue` schema for those....

The original blocking aspect of this for v0.9.0 was the fact that any modules created very early during the CUE modules experiment, such as one of mine with v0.8.0-alpha.3, started...

https://review.gerrithub.io/c/cue-lang/cue/+/1195526 should fix this last issue brought up by Rustam. We should leave this issue open for v0.10 for the sake of deciding if we want to allow setting very...

As of July 2024, no users beyond me have asked for this feature - being able to declare an older language version like `language: version: "v0.4.3"`. Supporting loading `cue.mod/module.cue` files...

I believe @rogpeppe implemented this in https://review.gerrithub.io/c/cue-lang/cue/+/1202104 as part of his work in JSON Schema; is everyone here happy with that, or is there anything else remaining to be done?

@rogpeppe confirms that we can close this issue as resolved after merging the patch above :)

FYI force-pushed here to resolve the conflict, squash the commits, and write a slightly longer commit message.

> can be resolved by inserting the following code into `func slice` before `switch v.Kind()` similar to that in the `index` builtin @duncanharris that sounds like the right fix to...

@kevinburke said he doesn't plan to work further on this, so I'm unassigning him and clarifying that this needs a fix.