cueckoo

Results 280 comments of cueckoo

_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-806495254_ I believe `core/v1` is a package within the module `k8s.io/api`. Dependencies are limited modules in Go and CUE would be the same I assume....

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/851#issuecomment-807071347_ @verdverm. Thanks for your comments/feedback. > In order for CUE to maintain both, will it be reading the Go code and resolving used imports?...

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/851#issuecomment-807135902_ @morlay - thanks for your comments and feedback. > New `?cue-get=1` may block us to implement. It need private vcs support too, like gitlab....

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/851#issuecomment-807139740_ @verdverm > I would think for widely used libraries like k8s, that a dedicated repo for the generated module ought to be created. Since...

_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-807221071_ When it comes down to it, I do not want CUE touching my Go, (`go.mod`, `go.sum`, an arbitrary file added where CUE wants to)...

_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-807354373_ Some more questions on possible conflicts with CUE's use of `go.mod` - would a `go get` cause `cue.mod/module.cue` to become out of sync? Given...

_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-807636260_ Another possible edge case: 1. My project has dependency D. 2. D adopts CUE and uses `pkg/embed` to include their `cue.mod/pkg` dependencies (so they...

_Original reply by @verdverm in https://github.com/cuelang/cue/issues/851#issuecomment-807665165_ Scenario: - I have a Go service that runs in Kubernetes and talks to the API. I depend on the `k8s.io/{api,apimachinery}` Go modules. -...

_Original reply by @morlay in https://github.com/cuelang/cue/issues/851#issuecomment-807901716_ @myitcv Sorry. I missed `?go-get=1` fallback. > I'm not sure this would help, because other package management systems would then have to learn to...

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/851#issuecomment-807936608_ @verdverm > 2. D adopts CUE and uses `pkg/embed` to include their `cue.mod/pkg` dependencies (so they can ship schema with the library and not...