You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into it and the issue is that minijinja supports only a mode where undefined values always error when we also want them to error when printing. For this reason, we should also set all non-matching platforms and arch's to false instead of relying on Undefined as falsey value.
I have openend a PR on rattler to be able to iterate through all possible values for Platform and Arch: conda/rattler#972
I think we might want to rethink how we handle undefined variables.
For example, this is not throwing the appropriate Jinja error:
Instead, it is silently discarded.
The text was updated successfully, but these errors were encountered: