cue /
cue /
4d31efdc2e340b095debd5df66947e4e5db37646 - 4d31efd cmd/cue/cmd: get go: import files to cue module if in main module by Marcel van Lohuizen · 4 years, 9 months ago
- cb21170 encoding/gocodec: Validate helper function by Marcel van Lohuizen · 4 years, 9 months ago
- 019060d cmd/cue/cmd: extract cue constraints in tags in get go by Marcel van Lohuizen · 4 years, 9 months ago
- eb7706b encoding/jsonschema: fix printing of error message by Marcel van Lohuizen · 4 years, 9 months ago
- f5315d4 cue/ast: don't require ellipsis to be at end of struct. by Marcel van Lohuizen · 4 years, 9 months ago
- 7aa2eb7 encoding/jsonschema: add support for OpenAPI nullable by Marcel van Lohuizen · 4 years, 9 months ago
- a91b869 encoding/jsonschema: constraints don't imply types by Marcel van Lohuizen · 4 years, 9 months ago
- 8bfdfe3 cue/ast/astutil: add Expr to File conversion (ToFile) by Marcel van Lohuizen · 4 years, 9 months ago
- 9cf3644 ci: revert ci changes for now by Paul Jolly · 4 years, 9 months ago
- f8e5c71 ci: fix dispatch again by Paul Jolly · 4 years, 9 months ago
- e72c9c3 ci: use cueckoo to create the temporary build branch by Paul Jolly · 4 years, 9 months ago
- f082dbd ci: fix dispatch workflow by Paul Jolly · 4 years, 9 months ago
- 8de8f34 ci: fix up the CI workflow by Paul Jolly · 4 years, 9 months ago
- 0d589f8 ci: trigger builds using a temporary build branch by Paul Jolly · 4 years, 9 months ago
- 91d267a encoding/jsonschema: record more line information by Marcel van Lohuizen · 4 years, 9 months ago
- 197f4c8 cue/ast: introduce NewNull() by Marcel van Lohuizen · 4 years, 9 months ago
- 519db58 internal/encoding: don't simplify interpreted encodings by Marcel van Lohuizen · 4 years, 9 months ago
- ddc8eb4 .github: disable generation of schema by Marcel van Lohuizen · 4 years, 9 months ago
- 7efeb70 cue: deprecate :: and combining bulk optional fields with other fields by Marcel van Lohuizen · 4 years, 10 months ago
- 53d18cc cue: allow omitting leading "#" for LookupDef by Marcel van Lohuizen · 4 years, 10 months ago
- 5515ee9 tools/fix: move fix functionality to separate package by Marcel van Lohuizen · 4 years, 10 months ago
- 1d213a3 pkg/list: remove use of `::` (Incompatible!!!) by Marcel van Lohuizen · 4 years, 10 months ago
- 083afe7 all: update most tests to not use `::` by Marcel van Lohuizen · 4 years, 10 months ago
- 3e62450 go.mod: use github.com/rogpeppe/go-internal/testscript by Koichi Shiraishi · 4 years, 10 months ago
- 78cc785 ci: fix vendor path of GitHub workflow definitions by Paul Jolly · 4 years, 10 months ago
- c47316f ci: only run gorelease check on latest versions of Go by Paul Jolly · 4 years, 10 months ago
- 2f69bfa ci: re-add Go 1.12.x to the build matrix by Paul Jolly · 4 years, 10 months ago
- be60cd9 tools/trim: fix package doc by Tom Payne · 4 years, 10 months ago v0.2.0
- 86e1a64 doc/ref/spec.md: fix doc bug in Label production by Marcel van Lohuizen · 4 years, 10 months ago
- b5b7521 encoding/jsonschema: improve handling of $id and $ref by Marcel van Lohuizen · 4 years, 10 months ago
- faf1dfc encoding/jsonschema: introduce extra pass for metadata by Marcel van Lohuizen · 4 years, 10 months ago
- 53e5561 encoding/jsonschema: use astutil.Sanitize to handle imports by Marcel van Lohuizen · 4 years, 10 months ago
- a801188 ci: tidy up and refactor GitHub workflow specifications by Paul Jolly · 4 years, 10 months ago
- 8f09dde cmd/cue/cmd: fix windows test breakage by Marcel van Lohuizen · 4 years, 10 months ago
- 4c7d062 ci: add -f (fail) flag to curl calls in GitHub Actions trigger by Paul Jolly · 4 years, 10 months ago
- c114dbb cmd/cue/cmd: fix build breakage by Marcel van Lohuizen · 4 years, 10 months ago
- dbf1c00 cue: allow # and disallow #0 as identifiers by Marcel van Lohuizen · 4 years, 10 months ago
- a846fcc cmd/cue/cmd: add fix command for new-style definitions by Marcel van Lohuizen · 4 years, 10 months ago
- f395f12 encoding/jsonschema: fix a few json schema bugs by Marcel van Lohuizen · 4 years, 10 months ago
- fb7bdab cue: make test for Expr more precise by Marcel van Lohuizen · 4 years, 10 months ago
- 7ed2fc1 cmd: fix cli.Print usage in docstring by Johan Euphrosine · 4 years, 10 months ago
- 8fcefc8 ci: fix error in workflow generation task by Paul Jolly · 4 years, 10 months ago
- 65163a0 ci: use CUE for GitHub Actions workflow specifications by Paul Jolly · 4 years, 10 months ago
- 99f4ce0 ci: fix up Yaml error in specifying constraint on generate step by Paul Jolly · 4 years, 10 months ago
- 063fa12 ci: fix up some build breakages by Paul Jolly · 4 years, 10 months ago
- 238d821 all: re-run go generate using Go 1.14.3 by Paul Jolly · 4 years, 10 months ago
- e027d80 deps: put all tool deps in root go.mod file by Paul Jolly · 4 years, 10 months ago
- 3527700 ci: re-run go generate against stable Go version as part of CI by Paul Jolly · 4 years, 10 months ago
- 6bbacf9 ci: fix bad testscript file name and update CI with module get check by Paul Jolly · 4 years, 10 months ago
- 8be0ffe cmd/cue/cmd: update "get go" to use new-style definitions by Marcel van Lohuizen · 4 years, 10 months ago
- d8d240d cmd/cue/cmd: bug fix: allow vet to combine schema and data by Marcel van Lohuizen · 4 years, 10 months ago
- 98aaff9 encoding/openapi: update to new-style definitions by Marcel van Lohuizen · 4 years, 10 months ago
- 0240d4e cue: some API adjustments for new-style definitions by Marcel van Lohuizen · 4 years, 10 months ago
- b7083ff cue: use `_#` instead of `#_` for hidden definition by Marcel van Lohuizen · 4 years, 10 months ago
- b19b41a cue/ast/astutil: add and use Santize function by Marcel van Lohuizen · 4 years, 10 months ago
- a5c0866 cue/build: fix typo reference to cue/load package by Paul Jolly · 5 years ago
- 8f1d260 ci: fix the GitHub actions repository_dispatch workflow by Paul Jolly · 4 years, 10 months ago
- 2b118fb encoding/protobuf: move to new-style definitions by Marcel van Lohuizen · 4 years, 10 months ago
- 435989a encoding/jsonschema: use new definition mapping by Marcel van Lohuizen · 4 years, 10 months ago
- c174a08 doc/ref/spec.md: allow `...` in an ast.File by Marcel van Lohuizen · 4 years, 10 months ago
- 5163831 cmd/cue/cmd: print full error messages in tools mode by Marcel van Lohuizen · 4 years, 10 months ago
- 00a8bb9 cue/ast/astutil: refactor to prepare for Sanitize func by Marcel van Lohuizen · 4 years, 10 months ago
- 8938f35 cue/format: fix formatting of generated ImportsDecl by Marcel van Lohuizen · 4 years, 10 months ago
- afe86c1 cue/ast: allow LetClause in NewStruct by Marcel van Lohuizen · 4 years, 10 months ago
- 8837685 cue: uniform handling of definitions by Marcel van Lohuizen · 4 years, 10 months ago
- 37b1de2 ci: define repository_dispatch build by Paul Jolly · 5 years ago
- 0212bb9 encoding/protobuf: fix typo in example by Tobias Klauser · 4 years, 10 months ago
- 99117ba cmd/cue/cmd: remove unused func mustParseFlags by Tobias Klauser · 4 years, 10 months ago
- f1c757f Update broken link in tutorial docs README.md by melkorm · 4 years, 11 months ago
- 7491622 cue/testdata: replace spaces in txtar file names by Tobias Klauser · 4 years, 11 months ago
- 0d4abd7 testdata: convert old tests to txtar format by Marcel van Lohuizen · 5 years ago
- 12927e8 cue: prevent crash in JSON conversion by Marcel van Lohuizen · 5 years ago
- dc62e36 cmd/cue/cmd: fix typo 'filetype' -> 'filetypes' by Mohammed Al Sahaf · 5 years ago
- f416ee8 cue: support new-style definitions in LookupDef by Marcel van Lohuizen · 5 years ago
- de0c53d doc/ref/spec: harmonize list and struct comprehension by Marcel van Lohuizen · 5 years ago
- cb8f4f5 doc/ref/spec: alternative syntax for definitions by Marcel van Lohuizen · 5 years ago
- 56c994d cue: disallow bulk optional fields with other fields by Marcel van Lohuizen · 5 years ago
- 9954ecd cue/cmd/cue: disallow quoted identifiers by default by Marcel van Lohuizen · 5 years ago
- 50bcd97 cmd/cue/cmd: fmt rewrites alias to let clauses by Marcel van Lohuizen · 5 years ago
- 5114891 cmd/cue/cmd: merge data files by default by Marcel van Lohuizen · 5 years ago
- 9c9cdba cue: support for #-style definitions by Marcel van Lohuizen · 5 years ago
- 989e984 cue/parser: allow keywords in more places by Marcel van Lohuizen · 5 years ago
- 724da18 cue: introduce let declaration by Marcel van Lohuizen · 5 years ago
- a85238c encoding/openapi: make title and version defaults by Marcel van Lohuizen · 5 years ago
- 4d8d154 internal: factor out FileComment code by Marcel van Lohuizen · 5 years ago
- be0649e internal/filetypes: print attributes for definitions by Marcel van Lohuizen · 5 years ago
- b70cc97 cue/ast: print StructLit in regular mode by default by Marcel van Lohuizen · 5 years ago
- aeb0a8c cue/format: don't simplify when parent field has comment by Marcel van Lohuizen · 5 years ago
- dd262ee cue: merge attributes for top-level fields by Marcel van Lohuizen · 5 years ago
- 3970555 encoding/yaml: use idiomatic indentation (regression) by Marcel van Lohuizen · 5 years ago
- 1370f0a cue: implement "front-style" list comprehensions by Marcel van Lohuizen · 5 years ago
- 8040ce7 cue/parser: remove support for legacy field comprehensions by Marcel van Lohuizen · 5 years ago
- c1c4c63 cue/parser: remove support for space-separated labels by Marcel van Lohuizen · 5 years ago
- 9b62b36 encoding/protobuf: fix required option parsing by vvakame · 5 years ago v0.1.2
- 904f561 encoding/openapi: remove unused code by Marcel van Lohuizen · 5 years ago
- efb89b8 github: fix release.on to push.tags by Koichi Shiraishi · 5 years ago
- bcc19ce encoding/jsonschema: encode minItems differently by Marcel van Lohuizen · 5 years ago
- b99d364 encoding/jsonschema: add several validators by Marcel van Lohuizen · 5 years ago
- ed4fc4d encoding/jsonschema: wrap comment lines by Marcel van Lohuizen · 5 years ago
- 0059b2b cmd/cue/cmd: allow lossy conversion by default and add --strict option by Marcel van Lohuizen · 5 years ago