Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | Fix bug in `AssignmentEvaluator` where NotOptimizedExpr would not (#466) | Dan Liew | |
* Add unittest to check that the `Assignment` class can evaluate expressions containing a `NotOptimizedExpr`. * Fix the `AssignmentTest.FoldNotOptimized` unit test by teaching the `ExprEvaluator` to fold `NotOptimizedExpr` nodes. |