8000 Tags · tetrafolium/cue · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: tetrafolium/cue

Tags

v0.3.0-alpha1

Toggle v0.3.0-alpha1's commit message
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>

v0.2.2

Toggle v0.2.2's commit message
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>

v0.2.1

Toggle v0.2.1's commit message
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>

v0.2.0

Toggle v0.2.0's commit message
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>

v0.1.2

Toggle v0.1.2's commit message
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>

v0.1.1

Toggle v0.1.1's commit message
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>

v0.1.0

Toggle v0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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>

v0.0.15

Toggle v0.0.15's commit message
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>

v0.0.14

Toggle v0.0.14's commit message
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>

v0.0.13

Toggle v0.0.13's commit message
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>
0