Roger Peppe

Results 187 issues of Roger Peppe

### What version of CUE are you using (`cue version`)? $ cue version 2c6ed18e253b33ffe423d6781d1e4b9ac80a5e83 ### Does this issue reproduce with the latest stable release? Yes (v0.10.0) ### What did you...

NeedsFix
fmt

The cue API extensively uses the capability to return Values holding an error rather than return `(Value, error)` pairs. However, there is no way to use the API to create...

FeatureRequest

### What version of CUE are you using (`cue version`)? 2d4a8952a5e7c8b8c4815ed89741c52e343cd17e ### Does this issue reproduce with the latest stable release? Yes (v0.10.0) ### What did you do? ### What...

jsonschema / openapi
encoding

### What version of CUE are you using (`cue version`)? $ cue version v0.11.0-alpha.3.0.20241008151848-ee2205537250 ### Does this issue reproduce with the latest stable release? Yes (v0.10.0) ### What did you...

NeedsFix

### What version of CUE are you using (`cue version`)? 8a6ed2c44ebc23549793d3fdd71523b88523b542 ### Does this issue reproduce with the latest stable release? Yes (v0.10) ### What did you do? ``` exec...

NeedsFix
evaluator
evalv3-win

### What version of CUE are you using (`cue version`)? v0.10.0 ### Does this issue reproduce with the latest stable release? Yes ### What did you do? ``` exec cue...

NeedsFix
jsonschema / openapi
encoding

The `format` keyword in jsonschema could be implemented more fully. As a very rough guide to prioritization, here are the set of formats used in schemastore.org, each with the count...

FeatureRequest
NeedsInvestigation
jsonschema / openapi
encoding

### What version of CUE are you using (`cue version`)? 8a6ed2c44ebc23549793d3fdd71523b88523b542 ### Does this issue reproduce with the latest stable release? N/A ### What did you do? ``` exec cue...

NeedsInvestigation
evaluator

### What version of CUE are you using (`cue version`)? 8a6ed2c44ebc23549793d3fdd71523b88523b542 ### Does this issue reproduce with the latest stable release? N/A ### What did you do? ``` exec cue...

panic
evaluator
evalv3

In #3472, we state that to conform to the specification, the jsonschema logic should not treat default values as part of the generated schema. But it would still be useful...

FeatureRequest
jsonschema / openapi
encoding