
Branch: refs/heads/master Home: https://github.com/phpmyadmin/simple-math Commit: 453b1cf941b88c9b09da3167036f5223a66f724e https://github.com/phpmyadmin/simple-math/commit/453b1cf941b88c9b09da3167036... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M src/Expressions/Ternary.php R src/Expressions/TernaryIntermediate.php Log Message: ----------- Remove intermediate ternary value It was causing more problems than benefits. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 48f8293eb3f26e3cb271b028288ce4eb62d38f50 https://github.com/phpmyadmin/simple-math/commit/48f8293eb3f26e3cb271b028288... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M tests/CalculateTest.php Log Message: ----------- Test error conditions Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 00e3654865d1b6a63547c117f33f79db6b7fdd0d https://github.com/phpmyadmin/simple-math/commit/00e3654865d1b6a63547c117f33... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M src/Expression.php Log Message: ----------- Remove unused code path Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/simple-math/compare/e0e6feafabcc...00e3654865d...