Jump to page: 1 2
Thread overview
[Issue 3841] silent implicit cast from floating point to integral in += etc. operators
May 10, 2015
Clement Courbet
May 13, 2015
Clement Courbet
May 19, 2015
Clement Courbet
Jul 05, 2017
Vladimir Panteleev
May 10, 2015
https://issues.dlang.org/show_bug.cgi?id=3841

Clement Courbet <clem@somebod.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clem@somebod.com

--- Comment #2 from Clement Courbet <clem@somebod.com> ---
pull https://github.com/D-Programming-Language/dmd/pull/4643

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

--- Comment #3 from Clement Courbet <clem@somebod.com> ---
pull https://github.com/D-Programming-Language/phobos/pull/3278

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

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

https://github.com/D-Programming-Language/phobos/commit/8558b22cfe818b48c6b5efdb1a0439cf6c7e9fa7 Remove a bad cast (issue 3841). Functional noop.

https://github.com/D-Programming-Language/phobos/commit/4ba5fc4d581e577eb09c1ccf8604f40a02083651 Merge pull request #3278 from legrosbuffle/fix3841_phobos

Remove a bad cast (Required for fixing issue 3841). Functional noop.

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

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

https://github.com/D-Programming-Language/druntime/commit/0109acf3a2452580e354fab182dd148d5f921d3d Avoid silent truncating conversions (issue 3841).

https://github.com/D-Programming-Language/druntime/commit/254c8ee9371af2cd85a6f74fcfd583a370d31254 Merge pull request #1268 from legrosbuffle/explicit-truncating-conversions

Avoid silent truncating conversions (issue 3841).

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

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

https://github.com/D-Programming-Language/dmd/commit/bd259864438f9150d0eac592252978c48c09d533 Merge pull request #4643 from legrosbuffle/fix3841

Issue 3841: silent implicit cast from floating point to integral in += etc. operators

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

Clement Courbet <clem@somebod.com> changed:

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

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

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

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

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

https://github.com/D-Programming-Language/dmd/commit/bd259864438f9150d0eac592252978c48c09d533 Merge pull request #4643 from legrosbuffle/fix3841

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

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

https://github.com/D-Programming-Language/druntime/commit/0109acf3a2452580e354fab182dd148d5f921d3d Avoid silent truncating conversions (issue 3841).

https://github.com/D-Programming-Language/druntime/commit/254c8ee9371af2cd85a6f74fcfd583a370d31254 Merge pull request #1268 from legrosbuffle/explicit-truncating-conversions

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.buerger@rwth-aachen.d
                   |                            |e

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

--
« First   ‹ Prev
1 2