Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

Details: https://discord.com/channels/1082332781146800168/1271852940474191924

I found a situation where a folder is clobbered by a file. This currently is broken with rattler as we try to remove the folder as if it was a...

Following some discussion, some use cases are not so easy right now. In previous versions of rattler-build, we reported one download bar per subdirectory. And after the download is finished,...

I think we should add all the middlewares we usually use to the `py-rattler` authenticated client.

Our implementation of `about.json` doesn't parse / expose all the fields that are commonly found in packages created by `conda-build`. We should probably add the remaining fields (even if we...

We currently don't handle `build` & `host` the exact same way as `conda-build` does. If conda-build encounters a situation where no `host` is present, it handles `build` as `host`. This...

Sometimes, users want to pin also on a certain build string. In `conda-build`, this was possible by using something like: ``` - {{ pin_subpackage("foo", max_pin="x.x") }} feat_* ``` However, due...

Validation and variant are sometimes a bit tricky. If you have a recipe like this: ```yaml package: name: foo version: ${{ FOO_VERSION }} ``` with a `variants.yaml` like so: ```...

When the rattler-build process is interrupted during the package creation, it can produce invalid `.conda` files. This happened in #1009. We should first create the package somewhere else (or under...

Since `-` is also the `minus` operator which will probably not work in jinja, we should forbid it in the left-hand side in the context, e.g. ```yaml context: foo-bar: baz...

good first issue