Paul Jolly
Paul Jolly
Just adding a comment as a reminder, that we should include in this suite of tests intentionally broken servers for behaviour that we claim to support via https://pkg.go.dev/cuelabs.dev/go/oci/ociregistry and verify...
Marking as v0.10.0. Arguably we don't need to make this change until the first language change that would require a new `language.version`, but making the change to `cue mod fix`...
@jpluscplusm - this is marked as "backlog" - so I'm assuming not a priority?
I've updated the description with a more precise repro, but yes, this does appear to be a case of a task not being validated correctly. Noting this is different from...
One thing we need to consider here is how to constrain the length of something with a validator. We already have https://pkg.go.dev/cuelang.org/[email protected]/pkg/strings#MaxRunes and `MinRunes`, but that to my mind is...
Thanks, @brandonbloom! Good to see you here on GitHub _and_ Slack! Thanks for taking the time to add an example. Just as an FYI, we try to encourage reproducers as...
@brandonbloom the syntax of commands in a `txtar` archive is a limited shell-like subset called [`testscript`](https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript). So the repro in your case would look something like this: ``` # The...
Dropping the now-defunct v0.4.x milestone from this issue, but leaving the `zGarden` label such that we come round to considering what milestone this should sit in.
I'll leave @jpluscplusm to triage as appropriate here, with https://github.com/cue-lang/docs-and-content issues as required.
@btrepp - I think what you/we probably want here is https://github.com/cue-lang/cue/issues/1918