Thread overview
[Issue 15436] Compiler still refers to AliasSeq-s as "tuple"-s (and TypeTuple?)
Dec 17, 2022
Iain Buclaw
Jun 27, 2023
RazvanN
Jun 28, 2023
Dlang Bot
Jun 30, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=15436

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
June 27, 2023
https://issues.dlang.org/show_bug.cgi?id=15436

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |razvan.nitu1305@gmail.com

--
June 28, 2023
https://issues.dlang.org/show_bug.cgi?id=15436

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #15363 "Fix Issue 15436 - Compiler still refers to AliasSeq-s as "tuple"-s" fixing this issue:

- Fix Issue 15436 - Compiler still refers to AliasSeq-s as "tuple"-s

  Replace "tuple type" with "type sequence".
  Replace "tuple" with "sequence".
  Pretty print `AliasSeq!(args)`, not `tuple(args)`.
  Leave json as "tuple" for now.
  Also mention std.typecons.Tuple when trying to return a sequence.

  Note: This does not rename any internal compiler symbols.

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

--
June 30, 2023
https://issues.dlang.org/show_bug.cgi?id=15436

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 #15363 "Fix Issue 15436 - Compiler still refers to AliasSeq-s as "tuple"-s" was merged into master:

- 8cf2b41c2276d0491f3a0421dcd26dd4cfe17b83 by Nick Treleaven:
  Fix Issue 15436 - Compiler still refers to AliasSeq-s as "tuple"-s

  Replace "tuple type" with "type sequence".
  Replace "tuple" with "sequence".
  Pretty print `AliasSeq!(args)`, not `tuple(args)`.
  Leave json as "tuple" for now.
  Also mention std.typecons.Tuple when trying to return a sequence.

  Note: This does not rename any internal compiler symbols.

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

--