Thread overview
[Issue 19227] `S.init is S.init` failing for struct with float member
Sep 05, 2018
Nathan S.
Oct 30, 2018
Nathan S.
[Issue 19227] S.init is S.init failing for struct with float member
Dec 13, 2018
Walter Bright
Dec 13, 2018
Walter Bright
September 05, 2018
https://issues.dlang.org/show_bug.cgi?id=19227

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|`S.init is S.init` failing  |`S.init is S.init` failing
                   |for structs with float      |for struct with float
                   |member                      |member

--
October 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19227

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Updated this to a regression after discovering that this worked with DMD 2.063.

--
December 13, 2018
https://issues.dlang.org/show_bug.cgi?id=19227

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|`S.init is S.init` failing  |S.init is S.init failing
                   |for struct with float       |for struct with float
                   |member                      |member

--
December 13, 2018
https://issues.dlang.org/show_bug.cgi?id=19227

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/9073

--
December 16, 2018
https://issues.dlang.org/show_bug.cgi?id=19227

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e1dce1a8f90aee8c6922ca12cba99cc22c4122f8 fix Issue 19227 - S.init is S.init failing for struct with float member

https://github.com/dlang/dmd/commit/883b5930856756045d86382fa1eb28e205dd438e Merge pull request #9073 from WalterBright/fix19227

fix Issue 19227 - S.init is S.init failing for struct with float member

--
December 16, 2018
https://issues.dlang.org/show_bug.cgi?id=19227

github-bugzilla@puremagic.com changed:

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

--