Thread overview
[Issue 14837] Class constructor is not called under *certain* conditions
Jul 27, 2015
Daniel Čejchan
Jul 27, 2015
Daniel Čejchan
Jul 27, 2015
Daniel Čejchan
Jul 27, 2015
Kenji Hara
Jul 27, 2015
Daniel Čejchan
Jul 27, 2015
Daniel Čejchan
July 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14837

Daniel Čejchan <czdanol@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |czdanol@gmail.com

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

Daniel Čejchan <czdanol@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|czdanol@gmail.com           |

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

--- Comment #1 from Daniel Čejchan <czdanol@gmail.com> ---
Also, it rather seems it behaves like the class had the default constructor only, as when trying to call constructors with arguments, it spits "Error: no constructor for (...)"

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

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
Works with 2.068.0-beta2.

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

--- Comment #3 from Daniel Čejchan <czdanol@gmail.com> ---
Haha thanks, I guess I gotta get the build done :D

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

Daniel Čejchan <czdanol@gmail.com> changed:

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

--- Comment #4 from Daniel Čejchan <czdanol@gmail.com> ---
Okay, looks like it got fixed in 2.068. Thanks for the info and sorry for the panic.

--