Marcel van Lohuizen

Results 151 comments of Marcel van Lohuizen

@myitcv this should be verified against the https://review.gerrithub.io/c/cue-lang/cue/+/532656.

The issue seems to be that the package import is not looked up in the package in which it is important, but rather always the top-level package. This is why...

Correct, it indeed only occurs with type aliases. The simplest and arguably best thing to do is to preserve the indirection of type aliases. I looked at the underlying `types`...

If there are two packages in a directory and one of the packages has the package name of the directory, it should be picked up by the command line.

Yes, adding the arch is in line with the other supported values.

These two results are not the same: in what you _expect_ to see, making `#labelSelector` will not influence `namespaceSelector`, in the actual result it does. In the new "self-contained" syntax...

> Should cue cmd allow importing and unifying non-CUE files like other commands that adhere to the interface described in cue flags? Note that this will not be a simple...

There are two principle ways to print the syntax of values: as schema or as data. In data mode `close` is dropped. Judging from the code the use of ResolveReferences...