- Notifications
You must be signed in to change notification settings - Fork5
Commit81a646f
committed
Refactor simplify_function et al to centralize argument simplification.
We were doing the recursive simplification of function/operator argumentsin half a dozen different places, with rather baroque logic to ensure itdidn't get done multiple times on some arguments. This patch improves thatby postponing argument simplification until after we've dealt with namedparameters and added any needed default expressions.Marti Raudsepp, somewhat hacked on by me1 parent0339047 commit81a646f
1 file changed
+107
-134
lines changed0 commit comments
Comments
(0)