Thread overview
[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore
[Issue 14233] Can't build Algebraic!(This[]) anymore
Mar 02, 2015
ponce
Mar 02, 2015
Kenji Hara
March 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14233

ponce <aliloko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DMD                         |Phobos

--
March 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14233

Kenji Hara <k.hara.pg@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.pg@gmail.com> ---
Introduced in: https://github.com/D-Programming-Language/phobos/pull/2453

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

--
March 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14233

--- Comment #2 from github-bugzilla@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

--
March 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14233

--- Comment #3 from github-bugzilla@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

--
April 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14233

--- Comment #4 from github-bugzilla@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

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14233

--- Comment #5 from github-bugzilla@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

--
July 19, 2017
https://issues.dlang.org/show_bug.cgi?id=14233

--- Comment #6 from github-bugzilla@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

--