Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit is a major change to ramble's expander logic. Previously, we relied heavily on Python's f-string format syntax. This causes issues related to formatting template files (like json and yaml), and prevents some usecases (such as in-line variable definitions). This change adds a custom parser for processing strings while they are being expanded.
- Loading branch information