Jump to page: 1 2
Thread overview
[Issue 4733] Possible bugs caused by dynamic arrays in boolean evaluation context
Jul 25, 2015
Kenji Hara
Jul 03, 2017
Vladimir Panteleev
Nov 20, 2023
Nick Treleaven
Nov 22, 2023
anonymous4
Nov 22, 2023
Nick Treleaven
Nov 26, 2023
Paul Backus
June 13, 2014
https://issues.dlang.org/show_bug.cgi?id=4733

--- Comment #28 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/3f50d37b2bed43a82fda3c5fee47b63eaa8765c1 missing executeArgs for benchmarks

- avoid implicit array to boolean conversion (Issue 4733)

--
April 06, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

--- Comment #29 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/727233c9c5c1d81d13527f74b0a640f546f28a6c
Fix Issue 4733 - Possible bugs caused by dynamic arrays in boolean evaluation
context

Turn it into a warning

https://github.com/D-Programming-Language/dmd/commit/b9177ab9322f8fac7f20f279a5517eda26734ef9 Merge pull request #2885 from yebblies/issue4733

Issue 4733 - Possible bugs caused by dynamic arrays in boolean evaluation context

--
April 06, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 09, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

--- Comment #30 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/baa98b725ac75356a29405c164743f7cea7d502d Add changelog entry for issue4733

https://github.com/D-Programming-Language/dlang.org/commit/5432fb77472a0f11078fb407a3ccc256189ec4db Merge pull request #964 from yebblies/changelog4733

Add changelog entry for issue4733

--
May 02, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

--- Comment #31 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/72e8bfd2ac371d9a2acc34d7313882a5c4547ce0
Revert "Fix Issue 4733 - Possible bugs caused by dynamic arrays in boolean
evaluation context"

This reverts commit 727233c9c5c1d81d13527f74b0a640f546f28a6c.

https://github.com/D-Programming-Language/dmd/commit/ef0bb27a609ffa9102a7bac713e4f418f16e92c1 Merge pull request #4623 from andralex/fix-array-to-bool-warning

Revert "Fix Issue 4733 - Possible bugs caused by dynamic arrays in boole...

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

--- Comment #32 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/727233c9c5c1d81d13527f74b0a640f546f28a6c
Fix Issue 4733 - Possible bugs caused by dynamic arrays in boolean evaluation
context

https://github.com/D-Programming-Language/dmd/commit/b9177ab9322f8fac7f20f279a5517eda26734ef9 Merge pull request #2885 from yebblies/issue4733

https://github.com/D-Programming-Language/dmd/commit/72e8bfd2ac371d9a2acc34d7313882a5c4547ce0
Revert "Fix Issue 4733 - Possible bugs caused by dynamic arrays in boolean
evaluation context"

https://github.com/D-Programming-Language/dmd/commit/ef0bb27a609ffa9102a7bac713e4f418f16e92c1 Merge pull request #4623 from andralex/fix-array-to-bool-warning

--
June 18, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

--- Comment #33 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/baa98b725ac75356a29405c164743f7cea7d502d Add changelog entry for issue4733

https://github.com/D-Programming-Language/dlang.org/commit/5432fb77472a0f11078fb407a3ccc256189ec4db Merge pull request #964 from yebblies/changelog4733

--
July 25, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #34 from Kenji Hara <k.hara.pg@gmail.com> ---
The compiler change was reverted.

--
July 27, 2015
https://issues.dlang.org/show_bug.cgi?id=4733

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |schveiguy@yahoo.com
         Resolution|---                         |WONTFIX

--- Comment #35 from Steven Schveighoffer <schveiguy@yahoo.com> ---
I think it's pretty safe to say, this will not be fixed. I can't see Walter/Andrei going back on this revert. Better to not have open bugs that will never be resolved, even if we don't agree with the outcome.

--
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=4733

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr@gmx.ch

--- Comment #36 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
*** Issue 7539 has been marked as a duplicate of this issue. ***

--
« First   ‹ Prev
1 2