Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

@baszalmstra was fighting with patches and CLRF/CL line endings here: https://github.com/conda-forge/staged-recipes/pull/29892 We should add one or more test cases and make sure that we deal with CLRF line endings properly.

There is a confusing behavior about types with rattler-build and minijinja. When we have something like: ``` context: variable: ${{ "1234" }} ``` Then in the currently released version of...

I think linking against this library should be allowed on macOS for the overlinking checks.

We found a few problems with `py-rattler` ABI3 packages. It would be good to update the docs or improve the docs to also include the new findings: https://github.com/conda-forge/py-rattler-feedstock/pull/42 Cross-compiling: ignore...

documentation

Ideating some additional checks: - test if cmake can execute `find_package` successfully - test if pkg-config finds the package successfully The `cmake` test unfortunately _requires_ compilers to be installed as...

We can set the interpreter manually like: ``` script: interpreter: python file: foobar.py ``` However, it would be nice if we can auto-discover the interpreter based on the filename, so...

If a package has mix-cased filenames (e.g. `foo/BAR` and `foo/bar`) then the package does not work fine on case-insensitive filesystems (like the standard APFS on Apple). We can detect this...

:sparkles: enhancement

It might be useful to do some checks on the JSON files for e.g. `paths.json` to validate that files are there. However, it's hard to find this file (one would...

:sparkles: enhancement

I think for the cache key we can just use the serialized / rendered cache output to JSON to capture all Jinja variables. We should also find what variants are...