[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351

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

https://github.com/D-Programming-Language/dmd/commit/e4fd82893f9b2f7ff1bc1580ea5553a2752be9df
fix Issue 14351 - `inout` base class constructor can't be called

https://github.com/D-Programming-Language/dmd/commit/e801243f6e20fc7dd8a24100433878662e906b17
Merge pull request #4705 from 9rnsr/fix14351

--


[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4705

--


[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-06-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351

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

https://github.com/D-Programming-Language/dmd/commit/e4fd82893f9b2f7ff1bc1580ea5553a2752be9df
fix Issue 14351 - `inout` base class constructor can't be called

https://github.com/D-Programming-Language/dmd/commit/e801243f6e20fc7dd8a24100433878662e906b17
Merge pull request #4705 from 9rnsr/fix14351

[REG2.063] Issue 14351 - `inout` base class constructor can't be called

--


[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351

Temtaime temta...@gmail.com changed:

   What|Removed |Added

 CC||temta...@gmail.com

--- Comment #2 from Temtaime temta...@gmail.com ---
What is purpose of inout ctors ?
In such example you could declare only ctor with « const int » - so int
implicitly converts to const.
Maybe most of attributes(const, inout, ...) on ctors should be forbidden ?

--


[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351

Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com
Summary|`inout` base class  |[REG2.063] `inout` base
   |constructor can't be called |class constructor can't be
   ||called
   Severity|normal  |regression

--- Comment #1 from Vladimir Panteleev thecybersha...@gmail.com ---
This compiled in 2.062, and was broken by this pull request:
https://github.com/D-Programming-Language/dmd/pull/1726

--