Thread overview
[Issue 22672] Allow casting from TypeTuple to TypeTuple
Jan 13, 2022
Dlang Bot
Jan 14, 2022
Dlang Bot
[Issue 22672] Allow casting a ValueSeq to a compatible TypeTuple
Feb 16, 2022
Nick Treleaven
January 13, 2022
https://issues.dlang.org/show_bug.cgi?id=22672

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 updated dlang/dmd pull request #13501 "Fix Issue 22672 - Allow casting from TypeTuple to TypeTuple" fixing this issue:

- Fix Issue 22672 - Allow casting from TypeTuple to TypeTuple

  Currently DMD does not allow casting to TypeTuple even if they
  are the same type is.
  This is a bit odd, so only allow it in certain case.

  Co-authored-by: Boris Carvajal <boris2.9@gmail.com>

https://github.com/dlang/dmd/pull/13501

--
January 14, 2022
https://issues.dlang.org/show_bug.cgi?id=22672

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13501 "Fix Issue 22672 - Allow casting from TypeTuple to TypeTuple" was merged into master:

- bba9b31ba111a52695802fe768327a14eb990a2a by Hiroki Noda:
  Fix Issue 22672 - Allow casting from TypeTuple to TypeTuple

  Currently DMD does not allow casting to TypeTuple even if they
  are the same type is.
  This is a bit odd, so only allow it in certain case.

  Co-authored-by: Boris Carvajal <boris2.9@gmail.com>
  Co-authored-by: Razvan Nitu <razvan.nitu1305@gmail.com>

https://github.com/dlang/dmd/pull/13501

--
February 16, 2022
https://issues.dlang.org/show_bug.cgi?id=22672

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org
            Summary|Allow casting from          |Allow casting a ValueSeq to
                   |TypeTuple to TypeTuple      |a compatible TypeTuple

--