Roger Peppe

Results 187 issues of Roger Peppe

Sometimes we want to find the ranges of 1 bits, and there's no obviously efficient way to do that currently. (Maybe I'm missing something!). If #22 was implemented, then we...

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

NeedsInvestigation
jsonschema / openapi
encoding

Currently `cue.Value.Err` returns an error if any field that is part of the value is in error, even if some parts of the value are not in error and can...

FeatureRequest
Proposal

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

NeedsInvestigation
Triage
evaluator

### What version of CUE are you using (`cue version`)? 25322aeb9607f29dfb3b4a8cf126e044ed39fe0c ### Does this issue reproduce with the latest stable release? No (the `self` builtin doesn't exist in the latest...

NeedsFix
evaluator

## Summary This PR improves the documentation for `CreateTree` and `TreeEntry` to clarify several behaviors that are not obvious from the existing docs: - **Merge semantics**: When `baseTree` is provided,...

NeedsReview

According to the OpenAPI 3.0 [specification](https://spec.openapis.org/oas/v3.0.0.html) any keywords alongside a `$ref` keyword [should be ignored](https://spec.openapis.org/oas/v3.0.0.html#fixed-fields-18): > This object cannot be extended with additional properties and any properties added _SHALL_ be...