-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix long standing bug with owned value being passed to a filter arg that is a reference. - Prepare compiler and renderer to handle computed arguments. This is required for list and map literals. - Simplify filter code by implementing the piped value and the arguments in the same way. These are all now converted from a `&mut ValueCow`. - Clarify lifetimes of args vs stack in filters implementation.
- Loading branch information
1 parent
97f862e
commit cbc56d5
Showing
9 changed files
with
465 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.