June 11, 2012 [dmd-internals] [D-Programming-Language/dmd] 2b0522: fix Issue 3574 - post-condition in void main() is ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 2b05220ce3c10602748037189cfd6f3123faafd7 https://github.com/D-Programming-Language/dmd/commit/2b05220ce3c10602748037189cfd6f3123faafd7 Author: k-hara <k.hara.pg@gmail.com> Date: 2012-06-06 (Wed, 06 Jun 2012) Changed paths: M src/func.c A test/runnable/test3574a.d A test/runnable/test3574b.d A test/runnable/test3574c.d A test/runnable/test3574d.d Log Message: ----------- fix Issue 3574 - post-condition in void main() is not evaluated if there is no return statement Commit: 48d389b430b16b61d5f101485deb004a50b3a700 https://github.com/D-Programming-Language/dmd/commit/48d389b430b16b61d5f101485deb004a50b3a700 Author: Walter Bright <walter@walterbright.com> Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M src/func.c A test/runnable/test3574a.d A test/runnable/test3574b.d A test/runnable/test3574c.d A test/runnable/test3574d.d Log Message: ----------- Merge pull request #986 from 9rnsr/fix3574 Issue 3574 - post-condition in void main() is not evaluated if there is no return statement Compare: https://github.com/D-Programming-Language/dmd/compare/0c6353c...48d389b |
Copyright © 1999-2021 by the D Language Foundation