Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: stdlib implementation #892

Merged
merged 8 commits into from
May 31, 2024
Merged

feat: stdlib implementation #892

merged 8 commits into from
May 31, 2024

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented May 30, 2024

For compatibility with recent conda-forge efforts we're implementing the stdlib jinja function.

Open questions:

  • should there be any default values?
  • compiler and stdlib currently evaluate to an intermediate form. Should we keep that?
  • If we decide for the intermediate form, we should allow the function only in specific sections such as:
    • requirements.*
    • ignore_run_exports / from_package
  • And then we should also disallow it in the test section and only allow the compiler-c or compiler-cxx packages in the test section.

@wolfv wolfv merged commit 731358e into prefix-dev:main May 31, 2024
13 checks passed
@wolfv wolfv deleted the stdlib branch June 4, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant