This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculator: Improve triggering and execution (#3894)
* Update trigger Use Safe for evaluation with the minimum functions Removed unnecessary capturing, redundant function calls * Add some tests * Remove eval since we don't allow die Add comment about debugging failed reval * Add rv2gv from :base_orig to allow compat with Safe 2.35 Remove prtf since that was in :base_orig which was removed * Remove unneeded opsets * Silence all of reval's warnings * Add STRICT
- Loading branch information
Showing
2 changed files
with
54 additions
and
31 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