Daniel Martí

Results 1731 comments of Daniel Martí

I briefly spoke to @mpvl and he confirmed my suspicion from the previous comment: that the heuristic defaults to treating a type as top if it has either the marshal...

> In the first instance however it would be useful if you could confirm via a repro what you are trying to do here. Just checking, @as09033, whether you saw...

Still happens as of v0.15.0. My immediate thought was to use an alias, as follows, but it fails the same: ``` _reduce: this={ _defaults: [...] _layers: [for i, d in...

Thanks for spotting. We had just one test to cover the parsing of newlines in arithmetic expressions, which is surprising. But as you might have guessed, absolutely no tests in...

I continue to be baffled by the amount of shenanigans that parameter expansions in Zsh allow...

This should be fixed in the sh library; let me know if it works on your end.

> How does this interplay with `gopls`, if I want say `-clothe` but `gopls` does not set that option? They hook up to the Go API, so they'd need to...

Yes, it's subjective to some extent. Hence why I can change my mind about what is a "base rule" or an "extra rule" if arguments are brought forward, like in...

Reduced as follows: ``` env CUE_EXPERIMENT=evalv3=0 exec cue-v0.14.2 export env CUE_EXPERIMENT= exec cue export -- cue.mod/module.cue -- module: "foo.test/main" language: version: "v0.14.0" -- input.cue -- package main import "foo.test/main/imported" out:...

I can say that, for now, you can avoid this by not using the top-level package value, so e.g. using `schema.#Schema` rather than `schema`.