Thread overview
[Issue 20850] Can't assign enum of Tuple
May 20, 2020
Dlang Bot
May 22, 2020
Dlang Bot
May 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20850

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Biotronic created dlang/phobos pull request #7489 "Fix issue 20850 - Can't assign enum of Tuple" fixing this issue:

- Fix issue 20850 - Can't assign enum of Tuple

https://github.com/dlang/phobos/pull/7489

--
May 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20850

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #2 from Steven Schveighoffer <schveiguy@yahoo.com> ---
This is essentially due to https://issues.dlang.org/show_bug.cgi?id=20854. But we can workaround this problem in Phobos until a dmd fix is available.

--
May 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20850

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=20854

--
May 22, 2020
https://issues.dlang.org/show_bug.cgi?id=20850

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7489 "Fix issue 20850 - Can't assign enum of Tuple" was merged into master:

- e6eaa8ea24f33b1aac7a5c0ccf41d5d01397fe39 by Biotronic:
  Fix issue 20850 - Can't assign enum of Tuple

https://github.com/dlang/phobos/pull/7489

--