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

Tags: RTradeLtd/cue

Tags

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>

v0.0.12

Toggle v0.0.12's commit message
pkg: exclude some builtins from generation

- strings.ToValidUTF8: not compatible with go1.12
- math/bits.RotateLeft: makes no sense in CUE

Change-Id: Ia8e183f4e4ae366d977f80d2ef0c461b516d75b6
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3787
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>

v0.0.11

Toggle v0.0.11's commit message
cue: fixes number groundness inference

When a integer was inferred from restricting
comparators with a difference greater than
1.

Also implemented restricting float ranges
when unified with integers.

Fixes cuelang#108

Change-Id: Ie64a0670392463cc5340ee9f3771ded9c6f2a15d
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3301
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>

v0.0.10

Toggle v0.0.10's commit message
doc/tutorial/basics: some minor fixes

preparing for transformation to Hugo, mostlyl

Change-Id: Iac74644a5e781912fd1e45cc39f60baa05d27683
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3263
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>

v0.0.9

Toggle v0.0.9's commit message
pkg/list: adding aggregation for decimal lists

this commit adds the aggregation functions avg, max, min, product, sum
on lists containing only numbers. it also adds a new type to builtin.go
and gen.go to have a direct transformation of cue.Value to
[]*internal.Decimal

Issue cuelang#78

Change-Id: I94640726b93f8bb23f43cf85330e2e9056cbcf70
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3103
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
0