Bas Zalmstra
Bas Zalmstra
Im also pretty sure this should be aet by the activation script. Could you check by going into the shell and echoing it? @tdejager do we actually run the activation...
Ah this is because of deno task shell. The first quotes are needed to escape the `*`wildcard in your own shell. But then the `*` is interpreted by deno task...
Since you were able to reproduce with conda I think this is an issue with how vim is package. I suggest you create an issue in the [vim feedstock](https://github.com/conda-forge/vim-feedstock).
This is a shortcoming of how we solve mixed conda and pypi dependencies. We first solve all conda dependencies and use that as input to solve the pypi packages. Conda...
@ruben-arts I think the actionable part of this issue is to clarify this in the docs? Or is it already somewhere?
We could also experiment with tightly integrating multiple dependend environments in the solver perhaps. 🤔 We could also use that when solving multiple platforms..
Currently we solve all environments independently. But I think with some engineering work we could solve them together, e.g. in one solve solve for multiple environments. Then we can for...
I think this could potentially work but would require significant work on the solver. Especially solving everything together might cause some issues. Ill keep thinking about this.
Also, can you make sure that the program still exists with an exit code if one of the ouputs failed to build?