rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

Write documentation & CEP for all the Jinja functions and variables

Open wolfv opened this issue 2 years ago • 1 comments

It would be good to have docs for all Jinja variables and also a CEP.

There are some features that have little documentation in conda-build, like pin_compatible and where it takes the pins from.

If I understand the code correctly, pin_compatible can only work properly in the run requirements (or below), for example. In conda-build m.is_cross is true whenever there is a host-section -> some more investigation and related cb-code: #368

We should fully specify all these functions and make sure that the implementation matches.

wolfv avatar Dec 05 '23 14:12 wolfv

Should be partially fixed after #483.

swarnimarun avatar Jan 12 '24 10:01 swarnimarun