Daniel Martí

Results 1454 comments of Daniel Martí
trafficstars

> Should module loading follow symlinks at all? Perhaps I jumped the gun by approving the patch for https://github.com/cue-lang/cue/issues/3298, which makes the loader follow symlinks locally. The way that issue...

Making a decision here should also close https://github.com/cue-lang/cue/issues/1672, hopefully. Note that some people in that thread were wondering about symlink support for loading local packages, but it's not clear to...

> by first tightening up what we mean by "as-is", and adding any missing tests. When we have those tests, we should also verify how older CUE versions behaved, for...

With the tests from https://review.gerrithub.io/c/cue-lang/cue/+/1198252 merged, I'm pushing the rest of the work here to alpha.3, as we are releasing alpha.2 today.

@infogulch correct. https://cuelang.org/docs/reference/modules/ says: > Symbolic links and other irregular files are ignored when creating zip files, since they aren’t portable across operating systems and file systems, and there’s no...

Thank you for the update and your patience, @heistp. We'll take a look at fixing this in the new evaluator as soon as we're able to. Performance work is only...

Below is a testscript for the original reproducer with the old and new evaluators: ``` env CUE_EXPERIMENT=evalv3=0 exec cue export env CUE_EXPERIMENT=evalv3=1 exec cue export -- file.cue -- package p...

@magick93 @megadrifter can you please share a full reproducer that you expect to work? At least, the original example makes references to names which do not exist in any file...

I suggest we start with GitHub - we already publish releases and release archives on it, so it seems fine to do docker images too. I think that (on top...

@ysmaoui apologies that we did not respond sooner. Could you please confirm whether this still occurs with CUE v0.13.0?