Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / cue-lang/cue issues and pull requests

#3637 - "field not allowed" potential regression in evalv3, also with a confusing error path

Issue - State: open - Opened by mvdan about 2 months ago - 6 comments
Labels: NeedsDecision, evaluator, evalv3-win, evalv3

#3636 - Support CUE_STATS_FILE with the SDK

Issue - State: open - Opened by verdverm about 2 months ago - 1 comment
Labels: FeatureRequest, Triage

#3635 - evalv3: `incDependent: already closed` panic with a builtin and a disjunction

Issue - State: closed - Opened by mvdan about 2 months ago - 4 comments
Labels: panic, evaluator, evalv3

#3634 - evalv3: structural cycle regression involving a builtin and repeated schemas

Issue - State: open - Opened by mvdan about 2 months ago - 1 comment
Labels: evaluator, evalv3

#3633 - evalv3: repeated use of schema causes wall time and memory use to blow up

Issue - State: open - Opened by mvdan about 2 months ago - 4 comments
Labels: evaluator, evalv3

#3631 - cmd/cue: export cannot write to a named pipe using --outfile

Issue - State: open - Opened by jpluscplusm about 2 months ago
Labels: NeedsInvestigation, Triage

#3631 - cmd/cue: export cannot write to a named pipe using --outfile

Issue - State: open - Opened by jpluscplusm about 2 months ago
Labels: NeedsInvestigation, Triage

#3628 - cmd/cue: provide encoding option to let imported jsonschema make all subschemas available

Issue - State: open - Opened by rogpeppe 2 months ago
Labels: FeatureRequest, jsonschema / openapi, encoding

#3626 - cmd/cue: `cue mod rename` command

Issue - State: open - Opened by rogpeppe 2 months ago
Labels: FeatureRequest, modules

#3625 - provide special ".local" module name to be used for local-only modules

Issue - State: open - Opened by rogpeppe 2 months ago - 5 comments
Labels: FeatureRequest, modules

#3624 - cmd/cue: "file already exists" when using --outfile=/dev/null

Issue - State: open - Opened by kshpytsya 2 months ago - 6 comments
Labels: NeedsFix

#3621 - `cue eval` regression with evalv3 involving a comprehension and cyclic references

Issue - State: closed - Opened by mvdan 2 months ago - 1 comment
Labels: evaluator, evalv3

#3620 - creating a module is awkward (arbitrary domain name, publishing later)

Issue - State: open - Opened by btrepp 2 months ago - 4 comments
Labels: FeatureRequest

#3619 - cmd/cue: def does not preserve "template" correctly

Issue - State: open - Opened by quanghungb 2 months ago - 2 comments
Labels: NeedsFix

#3619 - cmd/cue: def does not preserve "template" correctly

Issue - State: open - Opened by quanghungb 2 months ago - 2 comments
Labels: NeedsFix

#3617 - Make Module Metadata accessable from CUE

Issue - State: open - Opened by nxcc 2 months ago - 1 comment
Labels: FeatureRequest, modules

#3617 - Make Module Metadata accessable from CUE

Issue - State: open - Opened by nxcc 2 months ago - 1 comment
Labels: FeatureRequest, modules

#3616 - cmd/cue: inconsistent vet behavior if using identifier from package or not

Issue - State: closed - Opened by davidovich 3 months ago - 9 comments
Labels: NeedsInvestigation, NeedsInfo, evaluator, evalv3-win

#3615 - cuelang.org: clicking a same-page fragment link breaks the browser's usual "back" button behaviour

Issue - State: closed - Opened by jpluscplusm 3 months ago - 2 comments
Labels: NeedsInvestigation, cuelang.org, frontend

#3614 - Consider making cueexperiment.Flags and cuedebug.Flags public

Issue - State: open - Opened by cuematthew 3 months ago
Labels: NeedsDecision

#3613 - embed: document how to use embedding from the Go API

Issue - State: open - Opened by mvdan 3 months ago - 2 comments
Labels: NeedsDecision, embed

#3613 - embed: document how to use embedding from the Go API

Issue - State: open - Opened by mvdan 3 months ago - 2 comments
Labels: NeedsDecision, embed

#3612 - Allow specifying registry configuration in module.cue

Issue - State: open - Opened by jmgilman 3 months ago - 1 comment
Labels: FeatureRequest

#3611 - cmd/cue: module registry errors should show which registry was being used

Issue - State: open - Opened by mvdan 3 months ago - 1 comment
Labels: modules

#3611 - cmd/cue: module registry errors should show which registry was being used

Issue - State: open - Opened by mvdan 3 months ago - 1 comment
Labels: modules

#3610 - evalv3: input with some cycles and comprehensions causes evalv3 to be over 1500x slower

Issue - State: closed - Opened by mvdan 3 months ago - 2 comments
Labels: evaluator, evalv3

#3609 - encoding/toml: incorrect `duplicate key` error for tables nested within an array of tables

Issue - State: open - Opened by qjcg 3 months ago - 1 comment
Labels: NeedsInvestigation

#3608 - encoding/yaml: add options to omit empty or null documents in streams

Issue - State: open - Opened by mvdan 3 months ago - 1 comment
Labels: encoding

#3607 - eval: error message for disallowed field doesn't mention the disallowed field

Issue - State: open - Opened by rogpeppe 3 months ago
Labels: NeedsFix, roadmap/errors

#3607 - eval: error message for disallowed field doesn't mention the disallowed field

Issue - State: open - Opened by rogpeppe 3 months ago
Labels: NeedsFix, roadmap/errors

#3606 - evalv3: field unexpectedly allowed with struct disjunction

Issue - State: open - Opened by rogpeppe 3 months ago - 2 comments
Labels: NeedsFix, evaluator, evalv3

#3606 - evalv3: field unexpectedly allowed with struct disjunction

Issue - State: open - Opened by rogpeppe 3 months ago - 2 comments
Labels: NeedsFix, evaluator, evalv3

#3605 - encoding/openapi: struct.MinFields not satisfied when generating from CUE

Issue - State: open - Opened by thorehusfeldt 3 months ago
Labels: NeedsInvestigation, Triage

#3604 - cue/ast/astutil: Sanitize should fail if it cannot produce desired result

Issue - State: open - Opened by rogpeppe 3 months ago
Labels: NeedsFix

#3603 - internal/ci: reading from unset environment variable in GitHub workflow does not result in an error

Issue - State: open - Opened by myitcv 3 months ago - 4 comments
Labels: NeedsInvestigation

#3602 - cuelang.org: mobile rendering of JSON and CUE has inconsistent font sizes

Issue - State: closed - Opened by jpluscplusm 3 months ago - 2 comments
Labels: NeedsInvestigation, cuelang.org, frontend

#3601 - evalv3: another "field not allowed" regression from v2

Issue - State: closed - Opened by mvdan 3 months ago - 4 comments
Labels: closedness, evaluator, evalv3

#3600 - evalv3: "conflicting values" error regression when a disjunction involves missing fields

Issue - State: open - Opened by mvdan 3 months ago - 2 comments
Labels: evaluator, evalv3

#3599 - evalv3: "explicit error in source" regression when using bottom in repeating disjunctions

Issue - State: closed - Opened by mvdan 3 months ago - 1 comment
Labels: evaluator, evalv3

#3598 - setup-cue: support non-release versions

Issue - State: open - Opened by myitcv 3 months ago
Labels: FeatureRequest

#3597 - evalv3: index out of range panic in overlayContext.allocCC

Issue - State: closed - Opened by mvdan 3 months ago - 3 comments
Labels: panic, evaluator, evalv3

#3596 - encoding/openapi: Duplicate enumeration values generated

Issue - State: open - Opened by inksnw 3 months ago - 2 comments
Labels: NeedsInvestigation, encoding

#3595 - Add key-sorted versions of {json,yaml}.Marshal{,Stream}

Issue - State: open - Opened by kshpytsya 3 months ago - 9 comments
Labels: FeatureRequest

#3593 - encoding/jsonschema: nested definitions with the same name are not referred to correctly

Issue - State: closed - Opened by rogpeppe 3 months ago
Labels: NeedsFix, jsonschema / openapi, encoding

#3592 - cue/load: regression when loading from a directory whose name ends in ".cue"

Issue - State: closed - Opened by mvdan 3 months ago
Labels: NeedsFix, modules

#3591 - cue eval - missing items in for loop with let expressions

Issue - State: closed - Opened by timspeetjens 3 months ago - 2 comments
Labels: NeedsFix

#3590 - evaluator: conflicting values in for loop with let expressions

Issue - State: closed - Opened by timspeetjens 3 months ago - 5 comments
Labels: NeedsInvestigation, evaluator

#3589 - cmd/cue: add "false" task as part of `pkg/tool` stdlib

Issue - State: open - Opened by myitcv 3 months ago - 2 comments
Labels: FeatureRequest

#3588 - doc: Don't vendor a copy of DCO, as it is under another license.

Pull Request - State: closed - Opened by jas4711 3 months ago

#3587 - evalv3: using many let declarations with disjunctions causes a performance regression

Issue - State: closed - Opened by mvdan 3 months ago
Labels: evaluator, evalv3

#3586 - encoding/jsonschema: oneOf erroneously elides top elements

Issue - State: closed - Opened by rogpeppe 3 months ago - 1 comment
Labels: NeedsFix, jsonschema / openapi, encoding

#3584 - evalv3: error in call to strings.SliceRunes: non-concrete value _

Issue - State: closed - Opened by nxcc 3 months ago - 3 comments
Labels: NeedsFix, evaluator, evalv3

#3583 - Update version number in installation example

Pull Request - State: closed - Opened by elzapp 3 months ago - 5 comments

#3582 - cuelang.org: CI workflow sometimes fails while handling tip

Issue - State: closed - Opened by jpluscplusm 3 months ago - 3 comments
Labels: NeedsInvestigation, cuelang.org

#3581 - evalv3: tools/flow: unexpected error, when flow task result field use as list item.

Issue - State: closed - Opened by morlay 3 months ago - 1 comment
Labels: NeedsInvestigation, Triage, evaluator, evalv3

#3580 - evalv3: panic on reference to closed struct

Issue - State: closed - Opened by rogpeppe 3 months ago - 1 comment
Labels: NeedsFix, panic, evaluator, evalv3

#3579 - cuelang.org: preprocessor: single-page mode removes all unmentioned content in the hugo directory

Issue - State: open - Opened by jpluscplusm 3 months ago
Labels: NeedsInvestigation, cuelang.org

#3578 - cue: encoding json.RawMessage does not use multiline string literals

Issue - State: open - Opened by rogpeppe 3 months ago
Labels: NeedsFix, encoding

#3578 - cue: encoding json.RawMessage does not use multiline string literals

Issue - State: open - Opened by rogpeppe 3 months ago
Labels: NeedsFix, encoding

#3577 - evalv3: lookup failure even when field apparently exists

Issue - State: closed - Opened by rogpeppe 3 months ago - 3 comments
Labels: NeedsFix, evaluator, evalv3

#3576 - evalv3: disjunct of definitions that each reference an identical optional field results in incomplete evaluation

Issue - State: closed - Opened by marxarelli 3 months ago - 3 comments
Labels: NeedsInvestigation, evaluator, evalv3

#3575 - evalv2: matchN fails with list argument

Issue - State: closed - Opened by rogpeppe 3 months ago - 2 comments
Labels: evaluator, evalv3-win

#3574 - OOM crash when using cuecontext.CompileString

Issue - State: closed - Opened by bobcallaway 3 months ago - 1 comment
Labels: NeedsInvestigation, Triage

#3573 - lsp: implement cueimports behaviour under config for Format

Issue - State: open - Opened by myitcv 3 months ago
Labels: FeatureRequest, lsp

#3572 - evalv3: `close({...})` does not allow fields

Issue - State: closed - Opened by rogpeppe 3 months ago - 2 comments
Labels: NeedsFix, evaluator, evalv3

#3571 - evalv3: unexpected structural cycle regression

Issue - State: closed - Opened by rogpeppe 3 months ago - 1 comment
Labels: NeedsInvestigation, evaluator, evalv3

#3570 - panic in cuelang.org/go/internal/core/adt.(*Vertex).DerefValue

Issue - State: open - Opened by bobcallaway 3 months ago
Labels: NeedsInvestigation, Triage, panic

#3569 - encoding/jsonschema: allow "date" format for OpenAPI

Pull Request - State: closed - Opened by justenstall 3 months ago - 2 comments

#3568 - encoding/jsonschema: "format" validation is too strict

Issue - State: closed - Opened by justenstall 3 months ago
Labels: NeedsInvestigation, Triage

#3567 - evalv2: strings.Join swallow compilation error

Issue - State: closed - Opened by davireis 3 months ago - 1 comment
Labels: NeedsInvestigation, evaluator, evalv3-win

#3566 - cuelang.org: allow an author to predefine the text in a search box

Issue - State: open - Opened by jpluscplusm 3 months ago - 1 comment
Labels: NeedsInvestigation, cuelang.org, frontend

#3565 - encoding/jsonschema: support more options for strict mode

Issue - State: open - Opened by rogpeppe 3 months ago
Labels: FeatureRequest, jsonschema / openapi, encoding

#3564 - Inconsistent handling of hidden files

Issue - State: open - Opened by davireis 3 months ago
Labels: NeedsInvestigation, Triage

#3563 - cmd/cue: cue def does not quote fields correctly

Issue - State: open - Opened by rogpeppe 3 months ago
Labels: NeedsFix, jsonschema / openapi, encoding

#3562 - evalv3: regression in API with disjunction containing closed struct

Issue - State: closed - Opened by rogpeppe 3 months ago - 1 comment
Labels: NeedsFix, evaluator, evalv3

#3561 - encoding/jsonschema: `const` keyword does not work correctly with structs

Issue - State: closed - Opened by rogpeppe 3 months ago
Labels: NeedsFix, jsonschema / openapi

#3559 - --package flag doesn't work in 0.10.1

Issue - State: closed - Opened by jeffmccune 3 months ago - 2 comments
Labels: NeedsInvestigation, Triage

#3558 - CUE_EXPERIMENT=toposort Feedback

Issue - State: open - Opened by cuematthew 3 months ago

#3557 - Inconsistent eof newline in text export and vet

Issue - State: open - Opened by davireis 3 months ago
Labels: NeedsInvestigation, Triage

#3556 - cuelang.org: removing the final tag from a search widget's predefined set of tags re-adds the whole set

Issue - State: open - Opened by jpluscplusm 3 months ago
Labels: NeedsInvestigation, cuelang.org

#3555 - evalv2: error from invalid regexp is lost when inside pattern constraint

Issue - State: closed - Opened by rogpeppe 3 months ago - 1 comment
Labels: NeedsFix, evaluator, evalv3-win

#3554 - internal/core/convert: toposort: preserve order of fields from Go structs

Issue - State: open - Opened by cuematthew 3 months ago - 1 comment
Labels: NeedsInvestigation

#3553 - encoding/openapi: Sort fields when generating structlits

Issue - State: open - Opened by cuematthew 3 months ago
Labels: NeedsInvestigation, encoding

#3552 - How to import cue.mod in .go file

Issue - State: open - Opened by ningan123 4 months ago
Labels: Triage

#3551 - encoding/jsonschema: `patternProperties` does not quote field names in regexp pattern

Issue - State: closed - Opened by rogpeppe 4 months ago
Labels: NeedsFix, jsonschema / openapi, encoding

#3550 - evaluator: matchN errors are long and unhelpful

Issue - State: closed - Opened by rogpeppe 4 months ago
Labels: NeedsFix

#3549 - cmd/cue: file embedding does not work with `cue cmd`

Issue - State: closed - Opened by rogpeppe 4 months ago - 3 comments
Labels: NeedsFix, embed

#3548 - encoding/jsonschema: #/properties $ref results in bad reference

Issue - State: closed - Opened by rogpeppe 4 months ago
Labels: NeedsFix, jsonschema / openapi, encoding

#3547 - pkg/list: UniqueItems fails when it should not

Issue - State: closed - Opened by rogpeppe 4 months ago
Labels: NeedsFix

#3546 - "field not allowed" evalv3 regression with lists

Issue - State: closed - Opened by cds-amal 4 months ago - 4 comments
Labels: NeedsInvestigation, evaluator, evalv3

#3545 - cuelang.org: preprocessor strips author's shell line continuations from script blocks

Issue - State: open - Opened by jpluscplusm 4 months ago - 1 comment
Labels: NeedsInvestigation, Triage, cuelang.org

#3544 - encoding/jsonschema: schema is sensitive to field ordering of `items` vs `additionalItems`

Issue - State: closed - Opened by rogpeppe 4 months ago
Labels: NeedsFix, jsonschema / openapi, encoding

#3543 - cuelang.org: preprocessor should be able to emit guides formatted for cue-by-example

Issue - State: open - Opened by jpluscplusm 4 months ago
Labels: FeatureRequest, Triage, cuelang.org

#3542 - cuelang.org: modules reference has at least one 404 link

Issue - State: open - Opened by mvdan 4 months ago - 2 comments
Labels: NeedsInvestigation, cuelang.org

#3541 - evaluator: unexpected behaviour from `list.Sum`

Issue - State: closed - Opened by de-odex 4 months ago - 3 comments
Labels: NeedsInvestigation, evaluator, evalv3-win

#3540 - Tests fail on 32-bit architectures

Issue - State: closed - Opened by folliehiyuki 4 months ago - 4 comments
Labels: NeedsInvestigation