Roger Peppe

Results 187 issues of Roger Peppe

### What version of CUE are you using (`cue version`)? $ cue version v0.8.0-alpha.3 ### Does this issue reproduce with the latest stable release? N/A ### What did you do?...

NeedsFix
modules

### What version of CUE are you using (`cue version`)? $ cue version v0.8.0-alpha.1 ### Does this issue reproduce with the latest stable release? N/A (feature didn't exist in latest...

modules

As of [this change](https://review.gerrithub.io/c/cue-lang/cue/+/1177046) CUE_REGISTRY now supports a file-based configuration mode by setting it to `file:...`. If it's unset, it defaults to a central registry constant. It would be useful...

FeatureRequest
modules

**Is your feature request related to a problem? Please describe.** When debugging registry-related issues, it's useful to be able to see what's going on under the hood. **Describe the solution...

FeatureRequest
modules

Currently the API in cue/load uses the internal type [modload.Registry](https://pkg.go.dev/cuelang.org/[email protected]/internal/mod/modload#Registry) to use for dependency resolution. That means that it's not possible for external users to use cue/load to load external...

FeatureRequest
modules

The modules reference contains a [copy of the module.cue schema](https://alpha.cuelang.org/docs/reference/modules/#cue-mod-file). It would be nice if the CUE repository itself was the source of truth for that instead of maintaining a...

FeatureRequest
cuelang.org
modules

commit e8550b89779d293bbc9b530d2c4c9f9cf4c6f3d0 ``` exec cue export -l 'input:' x.cue cmp stdout expect.json -- x.cue -- x: "hello" -- expect.json -- { "input": "x": "hello" } ``` The `input` field isn't...

Documentation
FeatureRequest
NeedsDesign

commit 9e7d4d63acf9cfcf7fdc33731dedfe420c0e2689 This command prints the empty object, where it should not: ``` % cue export cue:

NeedsFix

commit 9217c4d0b6f86ba942e66ea6049e1517e43a7fdf I've left some of the original structure here to give a flavour of the kind of thing I was dealing with. The example this derived from consisted over...

NeedsInvestigation
roadmap/errors

The [error-codes](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#error-codes) section allows for multiple errors to be returned, but doesn't clarify how the client should interpret such a return. For example, there might be several different error codes....