Wolf Vollprecht

Results 1454 comments of Wolf Vollprecht

I think we should already load the variant and inject it here: https://github.com/prefix-dev/rattler-build/blob/main/src/variant_config.rs#L396 Because the `used_vars` are discovered correctly.

I think both work? But this is also the same problem as #1011 :)

Although `~` seems to convert the elements to strings, so it might deal with `undefined` better.

Yeah, I think `~` casts (even an undefined value) to a string. While `+` needs both values to be of matching types. I do want to fix this issue (also...

Hi @jeremyleung521 - can you elaborate the use case you have for `file_name`? If you want the files in a different directory, you can use the `target_directory` key.

Yeah, we can add that more clearly to the docs ...

I think the problem here is that the build string is identical and something breaks down in the indexing, perhaps. One way to work around it would be to change...

I'm not sure I understand why it needs to be built for different target platforms if it's noarch in the first place? :)