-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jexl): properly cache is_hidden/is_required
To speed up is_hidden/is_required evaluations, we cache the result. However, the cache key used must be local to the document of the answer, as otherwise the value might be wrong for table answers (assume row 1 evaluated to another result than row 2 would, then we wouldn't notice)
- Loading branch information
David Vogt
committed
Apr 27, 2020
1 parent
97e2302
commit c09a133
Showing
2 changed files
with
50 additions
and
9 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