Thread overview
[Issue 20649] Trait isZeroInit gives false in certain scenarios
[Issue 20649] _d_arraysetlengthT crashes when std.traits.ReturnType is used with auto function
Mar 09, 2020
Basile-z
Mar 09, 2020
Basile-z
Mar 09, 2020
Boris Carvajal
Mar 09, 2020
Dlang Bot
Mar 10, 2020
Dlang Bot
Mar 21, 2020
Basile-z
March 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20649

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |b2.temp@gmx.com
           Hardware|x86                         |All
                 OS|Windows                     |All
           Severity|normal                      |regression

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
according to run.dlang.io it's a regression in 2.087 or 2.087.1

--
March 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20649

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
sorry, the reg is from 2.088 and 2.087.1 is the last working.

--
March 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20649

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris2.9@gmail.com
            Summary|_d_arraysetlengthT crashes  |Trait isZeroInit gives
                   |when std.traits.ReturnType  |false in certain scenarios
                   |is used with auto function  |

--
March 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20649

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #10881 "Fix Issue 20649 - Trait isZeroInit gives false in certain scenarios" fixing this issue:

- Fix Issue 20649 - Trait isZeroInit gives false in certain scenarios

https://github.com/dlang/dmd/pull/10881

--
March 10, 2020
https://issues.dlang.org/show_bug.cgi?id=20649

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10881 "Fix Issue 20649 - Trait isZeroInit gives false in certain scenarios" was merged into stable:

- 7ed52727aa50a021795abc06f91592b0adcc9b13 by Boris Carvajal:
  Fix Issue 20649 - Trait isZeroInit gives false in certain scenarios

https://github.com/dlang/dmd/pull/10881

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20649

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--