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: jinja / recipe variable types #1385

Merged
merged 11 commits into from
Jan 29, 2025
Merged

feat: jinja / recipe variable types #1385

merged 11 commits into from
Jan 29, 2025

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Jan 28, 2025

This changes how we read the context and variant configurations to support three simple types:

  • integer
  • string
  • bool

This is not all types that are supported by YAML (or Jinja). Most noteably, we disallow float values because they are not very useful in the context of recipes and easily confused with version numbers.

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