Sign in
cue
/
cue
/
4524da605e8e13a58cb0c8f0bf1a19faab7b644f
4524da6
cue: move up processing of comprehension
by Marcel van Lohuizen
· 5 years ago
7068dea
cue: workaround for empty "or" lists
by Marcel van Lohuizen
· 5 years ago
405a191
cue: improved error message
by Marcel van Lohuizen
· 5 years ago
f2654de
cue: close struct only after referencing
by Marcel van Lohuizen
· 5 years ago
fbb38bc
cue: fix comparing against bottom
by Marcel van Lohuizen
· 5 years ago
8927b63
cue: bug fix: retain references with interleaved embedding
by Marcel van Lohuizen
· 5 years ago
fa7e3ce
cue: relax rules for closed structs
by Marcel van Lohuizen
· 5 years ago
78043ab
cmd/cue/cmd: fix: disable elimination of slices
by Marcel van Lohuizen
· 5 years ago
68a054b
pkg/regexp: add more regexp builtins
by Marcel van Lohuizen
· 5 years ago
c85bebe
cue: pass on compile-time errors
by Marcel van Lohuizen
· 5 years ago
bd64ebc
cmd/cue/cmd: import: use astutil
by Marcel van Lohuizen
· 5 years ago
c7dc930
cue/ast/astutil: allow recursive application
by Marcel van Lohuizen
· 5 years ago
7d1cb13
cue: add Kind.String method
by Roger Peppe
· 5 years ago
b0d1a07
doc/tutorial/basics: remove old docs
by Marcel van Lohuizen
· 6 years ago
5ac1fbf
pkg/list: adding range function as a builtin
by xinau
· 5 years ago
00eb9d2
doc/tutorial/basics: add pieces on structs and definitions
by Marcel van Lohuizen
· 5 years ago
27b4ea5
doc/tutorial/basic: use definitions with "emit" examples
by Marcel van Lohuizen
· 5 years ago
7213fa9
encoding/protobuf: don't encode default values for enums
by Marcel van Lohuizen
· 5 years ago
9e294ac
cmd/cue/cmd: add MainTest
by Marcel van Lohuizen
· 5 years ago
a38f5bc
cue/parser: add support for failing on legacy grammar
by Marcel van Lohuizen
· 5 years ago
929e71f
cue/format: indent single line instead of 2 after embedding
by Marcel van Lohuizen
· 5 years ago
aeaf006
doc/tutorial/basics: update some sections
by Marcel van Lohuizen
· 5 years ago
934fec9
doc/tutorial/basics: correct name of section
by Marcel van Lohuizen
· 5 years ago
9d53106
doc/tutorial/basic: number chapter directories
by Marcel van Lohuizen
· 5 years ago
7e4dc22
encoding/openapi: support Definitions
by Marcel van Lohuizen
· 5 years ago
e1656a1
cue: add Definitions option and deprecate Hidden
by Marcel van Lohuizen
· 5 years ago
9b70cf3
encoding/openapi: add paths:{}
by Eric Adlam
· 5 years ago
ffff7fa
cue: add test for Issue #94
by Marcel van Lohuizen
· 5 years ago
75d2c37
cue: bind reference as lookup in parent node
by Marcel van Lohuizen
· 5 years ago
b0bba12
doc/tutorial/kubernetes: update definitions
by Marcel van Lohuizen
· 5 years ago
e7abb20
encoding/protobuf: don't use disallowed "__" prefix
by Marcel van Lohuizen
· 5 years ago
a9f25f8
doc/tutorial/basics/intro: disable test
by Marcel van Lohuizen
· 5 years ago
0b043c9
cmd/cue/cmd: auto-detect test mode
by Marcel van Lohuizen
· 5 years ago
df08087
doc/tutorial/basics: reorganize and simplify intro
by Marcel van Lohuizen
· 5 years ago
d4c1734
doc/tutorial/basics: order files
by Marcel van Lohuizen
· 5 years ago
30a6c2b
README.md: add Github build badge
by Marcel van Lohuizen
· 5 years ago
a76cbed
start using GitHub Actions as CI
by Daniel Mart?
· 5 years ago
f3cd848
doc/tutorial/basics: generate testscript cases
by Marcel van Lohuizen
· 6 years ago
d437bd5
doc/tutorial/kubernetes: update definitions
by Marcel van Lohuizen
· 5 years ago
22e054b
cmd/cue/cmd: always print newline at end of eval
by Marcel van Lohuizen
· 5 years ago
21f6c44
doc/ref/spec.md: bring scoping in line with reality
by Marcel van Lohuizen
· 5 years ago
6eefcd0
cue/scanner: fix JSON compliance
by Marcel van Lohuizen
· 5 years ago
b2703c6
doc/ref/spec: reflect reality w.r.t. octal numbers
by Marcel van Lohuizen
· 5 years ago
a31e1ac
cmd/cue/cmd: only allow dot files when specified explicitly
by Marcel van Lohuizen
· 5 years ago
8776f21
cue: allow valid reference cycles in export
by Marcel van Lohuizen
· 5 years ago
ca66319
cue/load: report when "tool" pkg is used in non-tool file
by Marcel van Lohuizen
· 5 years ago
1a33709
cue/ast: reorganization of node types
by Marcel van Lohuizen
· 5 years ago
de86f0f
cue/load: be more permissive with file loading
by Marcel van Lohuizen
· 5 years ago
074cf5d
pkg/list: adding flatten function as a builtin
by xinau
· 5 years ago
22a42d4
cmd/cue: fix tests under different platforms
by Roger Peppe
· 5 years ago
8d81be4
cue: enable recursive opening when embedding
by Marcel van Lohuizen
· 6 years ago
dd75ef6
encoding/json: belated fixes of review
by Marcel van Lohuizen
· 5 years ago
0489caa
cmd/cue/cmd: use testscript for top level command testing
by Roger Peppe
· 5 years ago
48b8f9a
cmd/cue/cmd: fix race
by Marcel van Lohuizen
· 5 years ago
d499c46
cue: improve dependency analysis for References
by Marcel van Lohuizen
· 5 years ago
8dd325b
pkg/tool/exec: fix null bug for stderr and stdout
by Marcel van Lohuizen
· 5 years ago
e606e0d
cmd/cue/cmd: don't use os.Exit and fix error output
by Marcel van Lohuizen
· 5 years ago
78783f2
encoding/json: add JSON exporter
by Marcel van Lohuizen
· 5 years ago
8529d77
spec: fix some backtic-quotes for markdown rendering
by Axel Wagner
· 5 years ago
ded0e1d
doc/ref: fix typo in spec
by Roger Peppe
· 5 years ago
374d395
cmd/cue/cmd: fix trim help
by Roger Peppe
· 5 years ago
91c1684
cmd/cue/cmd: fix import paths for go get
by Marcel van Lohuizen
· 5 years ago
18dab4b
cmd/cue/cmd: report instance-level errors
by Marcel van Lohuizen
· 5 years ago
1ce0c51
doc/tutorial/kubernetes: tutorial fixes
by Roger Peppe
· 5 years ago
d282553
cue: exclude definitions from value lookup
by Marcel van Lohuizen
· 5 years ago
827ebfb
cue: remove IsValid
by Marcel van Lohuizen
· 5 years ago
75b9c7f
all: remove large dependency
by Marcel van Lohuizen
· 5 years ago
fdd9b71
cue: fixes number groundness inference
by Marcel van Lohuizen
· 6 years ago
v0.0.11
e53305e
cue/parser: allow full expressions for embeddings
by Marcel van Lohuizen
· 6 years ago
7c9b88c
cue: fix bug in type inference
by Marcel van Lohuizen
· 6 years ago
0ac550c
cue: eliminate generation of block quotes
by Marcel van Lohuizen
· 6 years ago
d44b092
doc/tutorial/basics: some minor fixes
by Marcel van Lohuizen
· 6 years ago
v0.0.10
92408e3
cue/ast: add back LabelName
by Marcel van Lohuizen
· 6 years ago
48f82f1
doc/tutorial/basics: update w.r.t. spec.
by Marcel van Lohuizen
· 6 years ago
7fc421b
cue: remove block comments and slices from the language
by Marcel van Lohuizen
· 6 years ago
749a667
cue/ast: convenience constructors for common types
by Marcel van Lohuizen
· 6 years ago
b50aecd
cmd/cue: make fmt rewrite deprecated cue
by Marcel van Lohuizen
· 6 years ago
e4523e2
cue/ast/astutil: pick name based on import path
by Marcel van Lohuizen
· 6 years ago
24d14c5
cue/ast/astutil: use unlikely name for import
by Marcel van Lohuizen
· 6 years ago
1f5a903
doc/ref: allow embeding to be Expression
by Marcel van Lohuizen
· 6 years ago
530467a
cue/ast/astutil: support adding imports
by Marcel van Lohuizen
· 6 years ago
21fa535
cue/ast/astutil: export Resolve functionality
by Marcel van Lohuizen
· 6 years ago
982b194
cue/format: tweaks to support embeddings
by Marcel van Lohuizen
· 6 years ago
3c38bfc
cue: add test for package name override
by Marcel van Lohuizen
· 6 years ago
40c76b7
cue/ast: add API for setting a position
by Marcel van Lohuizen
· 6 years ago
f0bcfb9
cue/ast: add API to modify comments
by Marcel van Lohuizen
· 6 years ago
0dcf17b
cue/ast/astutil: implement Apply
by Marcel van Lohuizen
· 6 years ago
4245fb4
cue: for structs, iterate only on non-optional regular fields
by Marcel van Lohuizen
· 6 years ago
57d6751
cue/format: expressions.input
by Marcel van Lohuizen
· 6 years ago
9af9a90
cue/format: output new comprehension format
by Marcel van Lohuizen
· 6 years ago
da00c8b
cue: implementation of new comprehensions
by Marcel van Lohuizen
· 6 years ago
b36d81a
cue: various cleanup
by Marcel van Lohuizen
· 6 years ago
1fa0552
cue: tighten API of comprehensions
by Marcel van Lohuizen
· 6 years ago
835ed58
cue: implement quoted identifiers
by Marcel van Lohuizen
· 6 years ago
71eafc4
cue/parser: parse new comprehension syntax
by Marcel van Lohuizen
· 6 years ago
fe5f886
cue/ast: first step to new comprehension format.
by Marcel van Lohuizen
· 6 years ago
15aeace
pkg/list: add Haskell-style Take and Drop
by Marcel van Lohuizen
· 6 years ago
1ffb95f
pkg/list: adding slice function
by xinau
· 6 years ago
41e30c6
pkg/list: adding aggregation for decimal lists
by xinau
· 6 years ago
v0.0.9
4017875
doc/ref: spec changes to comprehensions and identifiers
by Marcel van Lohuizen
· 6 years ago
Next »