Tags: tetrafolium/cue
Tags
internal/diff: use compact printing mode The default Syntax printing mode is not suitable. We should print evaluated values. Change-Id: I810b531f5898fcca049ac8943c5492e558f89ee5 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6660 Reviewed-by: CUE cueckoo <cueckoo@gmail.com> Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
cmd/cue/cmd: include unexported constants for get go Mimic unexported status. Omit `_`, still. Change-Id: Ib89f082fc0022d0186ffaf654eaec353bdd95013 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6601 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
encoding/openapi|jsonschema: allow bool for exclusiveNum At least for v3.0.0 this is expected. Only as of v3.1.0 will OpenAPI adopt the JSON schema semantics. Fixes cuelang#412 Change-Id: Ibb43ef4794ec6500e27392d981cda655ecec0517 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6361 Reviewed-by: CUE cueckoo <cueckoo@gmail.com> Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
tools/trim: fix package doc Currently the doc for `tools/trim` at https://godoc.org/cuelang.org/go shows: > light: ceiling50: { room: "MasterBedroom" brightnessOff: 0.0 // this line brightnessOn: 100.0 // and this line will be removed } This is due to a couple of blank lines in the `tools/trim` package comment. This PR fixes that, and a couple of typos. Closes cuelang#387 cuelang#387 GitOrigin-RevId: 4943d4c Change-Id: I1c4e42e656b94698670678ec26e49663220133cc Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6160 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
encoding/protobuf: fix required option parsing Fixes cuelang#351 Change-Id: Iaa14fee036764c7a51116483ea51897c0ef87efd Reviewed-on: https://cue-review.googlesource.com/c/cue/+/5700 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
cmd/cue/cmd: fail earlier on faulty flags Change-Id: I2019c18969a22c12dc6e295f67776fc47019bf61 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/5646 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
github: fix lack of v prefix on build_args Change-Id: I6d91e12e05d17a07f08548e8c71c7cdc9dfef82d Reviewed-on: https://cue-review.googlesource.com/c/cue/+/5600 Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
cue: no quotes needed for identifiers with $ Change-Id: I3e915eb4e574f6ddcb429d8fd286c66eef518ad4 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/4321 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
cue: generate builtins to update task documentation Change-Id: I35f8dc642674b6110b1778ca6bdc8f348a45f115 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3942 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
doc/ref/spec.md: add newline before comments Hugo doesn't like comments hugging text, apparently. Change-Id: Ice5789f60767d353d04a5a52a4d6e99fda03d9a9 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3681 Reviewed-by: Jonathan Amsterdam <jba@google.com>
PreviousNext