Wolf Vollprecht
Wolf Vollprecht
I looked into it a bit more, I think we should do one or two things: - modify the way activation works to use the JSON env var approach in...
Do you have an example of what this option looks like for `maturin`? I think we could potentially add an option to *copy* the packages to a different location but...
Yes, I definitely think `zip` keys are not the greatest invention and I would like a better alternative for sure. We need to come up with a great name. `pairs`...
I get the idea but I am not sure this would work easily because of: - how tests are run (we set the CWD to the directory with the files...
I am sure we can make it work. But the reason we moved the test files out of the `info` folder is also still valid - we don't want to...
I just had a look and I think we should rewrite thsi function a bit to use `git for-each-ref` locally (or `git describe`). But it's a bit tricky - especially...
I am not sure there is a lot we can do, besides maybe offering a sort of terminal user interface to make selecting the binaries to expose easier. But users...
Can you also check the `Scripts/` folder and the `mingw` folder (I think under `Library/mingw-.../...`
Maybe we can make the files part of the input hash for the metadata? That would then work whenever they change. I think we could require packages to not have...
Implementation wise, should we implement this as part of the command dispatcher? Maybe we should start with an implementation that loads from a file, and later only implement the version...