[Issue 14300] [2.067-rc1] DList casting to base type is broken

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14300

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/a4f1cb07d2d0a5efe8f1ad9684c50f89a6080d37
fix Issue 14300 - DList casting to base type is broken

https://github.com/dlang/phobos/commit/602dff55a78029930a918b5f96d79f7697bfd65c
Merge pull request #3082 from MartinNowak/fix14300

fix Issue 14300 - DList casting to base type is broken

--


[Issue 14300] [2.067-rc1] DList casting to base type is broken

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

--- Comment #5 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/cda6103f7a6b207d565aaad31e75abf049ab59ab
Merge pull request #3082 from MartinNowak/fix14300

--


[Issue 14300] [2.067-rc1] DList casting to base type is broken

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

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

  Component|DMD |Phobos

--


[Issue 14300] [2.067-rc1] DList casting to base type is broken

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

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

https://github.com/D-Programming-Language/phobos/commit/a4f1cb07d2d0a5efe8f1ad9684c50f89a6080d37
fix Issue 14300 - DList casting to base type is broken

- All insert methods should take `auto ref T t`
  instead of `Stuff t`, because the latter is
  an unnecessary temporary if `Stuff` isn't `T`.

- Small, copyable, register sized Ts should always be
  passed by-value instead of auto ref.

https://github.com/D-Programming-Language/phobos/commit/602dff55a78029930a918b5f96d79f7697bfd65c
Merge pull request #3082 from MartinNowak/fix14300

fix Issue 14300 - DList casting to base type is broken

--


[Issue 14300] [2.067-rc1] DList casting to base type is broken

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

--- Comment #4 from github-bugzi...@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/cda6103f7a6b207d565aaad31e75abf049ab59ab
Merge pull request #3082 from MartinNowak/fix14300

fix Issue 14300 - DList casting to base type is broken

--


[Issue 14300] [2.067-rc1] DList casting to base type is broken

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

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

   Keywords||pull
 CC||c...@dawg.eu

--- Comment #2 from Martin Nowak c...@dawg.eu ---
https://github.com/D-Programming-Language/phobos/pull/3082

--


[Issue 14300] [2.067-rc1] DList casting to base type is broken

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

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

   What|Removed |Added

 CC||thecybersha...@gmail.com

--- Comment #1 from Vladimir Panteleev thecybersha...@gmail.com ---
Introduced in https://github.com/D-Programming-Language/phobos/pull/2457

--


[Issue 14300] [2.067-rc1] DList casting to base type is broken

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

ncras...@gmail.com changed:

   What|Removed |Added

 CC||ncras...@gmail.com

--