[dmd-internals] [D-Programming-Language/dmd] 727233: Fix Issue 4733 - Possible bugs caused by dynamic a...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Apr 6 07:34:37 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 727233c9c5c1d81d13527f74b0a640f546f28a6c
https://github.com/D-Programming-Language/dmd/commit/727233c9c5c1d81d13527f74b0a640f546f28a6c
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M src/expression.c
A test/fail_compilation/warn4733.d
Log Message:
-----------
Fix Issue 4733 - Possible bugs caused by dynamic arrays in boolean evaluation context
Turn it into a warning
Commit: b9177ab9322f8fac7f20f279a5517eda26734ef9
https://github.com/D-Programming-Language/dmd/commit/b9177ab9322f8fac7f20f279a5517eda26734ef9
Author: Martin Nowak <code at dawg.eu>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M src/expression.c
A test/fail_compilation/warn4733.d
Log Message:
-----------
Merge pull request #2885 from yebblies/issue4733
Issue 4733 - Possible bugs caused by dynamic arrays in boolean evaluation context
Compare: https://github.com/D-Programming-Language/dmd/compare/7f82e0fe8a7e...b9177ab9322f
More information about the dmd-internals
mailing list