Wolf Vollprecht

Results 1454 comments of Wolf Vollprecht

To be honest, I am unsure in which way this interacts. From the logs it looked like it might not find some dependencies (\`dependency ‘cli’ is not available for package...

I would be fine with a PR to add `files` and `has_prefix` (although I don't particularly care about them). For `git`, it's a weird situation because there can be multiple...

Can you also attach some examples of what should be in the `git` file? For reference: our rendered recipe contains the exact sources of the git sources (incl. the commit...

It could have worked but I would have to wire the generic up everywhere so I thought I can just make a custom serialization function for the pieces we need...

That looks like this problem @jc211 - solution in the comments: https://github.com/prefix-dev/pixi/issues/2942

I think our idea is more that you should be able to generate recipes with a little bit of `python` code easily, in the future. In the `python` test we...

Interesting. It's possible that we remove empty strings like this as if they would not exist.

Yes, with this PR that would be the case, indeed.

I've had some extra thoughts on this. I think it might be better to compute the `directories` first (without creating them) so that we can already resolve `${{ PREFIX }}`,...

I have started to work on a prototype using `diffy` here: https://github.com/wolfv/rattler-build/tree/create-patch-functions