cueckoo
cueckoo
_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-805015517_ Generally like that Go's module system is the inspiration and that much can be copied over. However I have some concerns about reusing the...
_Original reply by @myitcv in https://github.com/cuelang/cue/issues/851#issuecomment-805032414_ > Generally like that Go's module system is the inspiration and that much can be copied over. However I have some concerns about reusing...
_Original reply by @nyarly in https://github.com/cuelang/cue/issues/851#issuecomment-805043685_ I can't say that I receive the idea of reusing the Go modules scheme with delight. In principle, MVS centralizes the control over the...
_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-805043871_ In order for CUE to maintain both, will it be reading the Go code and resolving used imports? Is that even something CUE should...
_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-805067153_ @nyarly I would say that MVS is a selection algorithm with deterministic results and that Go added some assumptions that align with the Go...
_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-805072803_ @myitcv in the section "Changes to cmd/cue" there are several references to a `vendor` directory. To be clear, are you referring to `cue.mod/pkg` as...
_Original reply by @myitcv in https://github.com/cuelang/cue/issues/851#issuecomment-805079419_ > @myitcv in the section "Changes to cmd/cue" there are several references to a `vendor` directory. To be clear, are you referring to `cue.mod/pkg`...
_Original reply by @nyarly in https://github.com/cuelang/cue/issues/851#issuecomment-805108161_ @verdverm Tempted though I am, I don't mean to re-litigate the go modules design here. With regards to CUE though, my impression is that...
_Original reply by @morlay in https://github.com/cuelang/cue/issues/851#issuecomment-806459440_ New `?cue-get=1` may block us to implement. It need private vcs support too, like gitlab. If we just want to get the `repo root`,...
_Original reply by @morlay in https://github.com/cuelang/cue/issues/851#issuecomment-806471416_ Another question ## Could we add non-cue requirement in `module.cue` too ? For example, `k8s.io/api/core/v1`, the cue code will generated from go source. With...