[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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

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

https://github.com/dlang/phobos/commit/fcc1aab7884bb460de8fce47a3a4ba5fd0e8d785
fix Issue 14233 - Can't build Algebraic!(This[]) anymore

https://github.com/dlang/phobos/commit/23702b29fee08c45fcde098f6664a8277e4a5314
Merge pull request #3030 from 9rnsr/fix14233

--


[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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

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

https://github.com/D-Programming-Language/phobos/commit/fcc1aab7884bb460de8fce47a3a4ba5fd0e8d785
fix Issue 14233 - Can't build Algebraic!(This[]) anymore

https://github.com/D-Programming-Language/phobos/commit/23702b29fee08c45fcde098f6664a8277e4a5314
Merge pull request #3030 from 9rnsr/fix14233

--


[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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

--- Comment #4 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/35ccb6aa9360f3d8cd63cb31ea25e7a596546a96
Merge pull request #3030 from 9rnsr/fix14233

--


[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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

--- Comment #3 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/35ccb6aa9360f3d8cd63cb31ea25e7a596546a96
Merge pull request #3030 from 9rnsr/fix14233

[REG2.067b2] Issue 14233 - Can't build Algebraic!(This[]) anymore

--


[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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

--- Comment #2 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/fcc1aab7884bb460de8fce47a3a4ba5fd0e8d785
fix Issue 14233 - Can't build Algebraic!(This[]) anymore

In pull#2453, VariantN.opIndex has been changed to return `Variant`.
It affects to OpID.catAssign case in handler(A), because it's using `alias E =
typeof((*zis)[0]);` to determine concatenated element type.

https://github.com/D-Programming-Language/phobos/commit/23702b29fee08c45fcde098f6664a8277e4a5314
Merge pull request #3030 from 9rnsr/fix14233

[REG2.067b2] Issue 14233 - Can't build Algebraic!(This[]) anymore

--


[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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

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

   What|Removed |Added

   Keywords||pull, rejects-valid
Summary|Can't build |[REG2.067b2] Can't build
   |Algebraic!(This[]) anymore  |Algebraic!(This[]) anymore

--- Comment #1 from Kenji Hara k.hara...@gmail.com ---
Introduced in: https://github.com/D-Programming-Language/phobos/pull/2453

Fix: https://github.com/D-Programming-Language/phobos/pull/3030

--