-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
exec
with transpose
in procedural filters
The purpose is to avoid having to iterate through all input nodes at each operator implementation level. The `transpose` method deals with only one input node, and the iteration is performed by the main procedural filtering entry points. Additionally: - Add `:spath` to HTML filtering - Rename `:watch-attrs` to `:watch-attr` - `:watch=attrs` is deprecated and will be kept around until it is safe to remove it completely
- Loading branch information
Showing
3 changed files
with
140 additions
and
169 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
Oops, something went wrong.