March 26, 2013 [dmd-internals] [D-Programming-Language/dmd] b9c45f: Fix error propagation for ! and BoolExp | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: b9c45f3f49880c71dae9629f9d79b8cf8cbb3e52 https://github.com/D-Programming-Language/dmd/commit/b9c45f3f49880c71dae9629f9d79b8cf8cbb3e52 Author: Don Clugston <emailsdontbelong@inarepository.com> Date: 2013-03-26 (Tue, 26 Mar 2013) Changed paths: M src/expression.c M test/fail_compilation/test8556.d Log Message: ----------- Fix error propagation for ! and BoolExp If !x is an error, don't change it to a boolean. Commit: 299c0f76838ca01f2b8af2c3ee6a3e45897e96ba https://github.com/D-Programming-Language/dmd/commit/299c0f76838ca01f2b8af2c3ee6a3e45897e96ba Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2013-03-26 (Tue, 26 Mar 2013) Changed paths: M src/expression.c M test/fail_compilation/test8556.d Log Message: ----------- Merge pull request #1789 from donc/bool__error Fix error propagation for ! and BoolExp Compare: https://github.com/D-Programming-Language/dmd/compare/fa27e61f1b25...299c0f76838c |
Copyright © 1999-2021 by the D Language Foundation