Thread overview
[Issue 19775] multiple argument string mixin doesn't expand tuples
Mar 30, 2019
Basile-z
Mar 30, 2019
Nick Treleaven
Mar 30, 2019
Nick Treleaven
Mar 30, 2019
Basile-z
Mar 30, 2019
Dlang Bot
Apr 05, 2019
Dlang Bot
Apr 27, 2019
Basile-z
March 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19775

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

--
March 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19775

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org
          Component|druntime                    |dmd

--
March 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19775

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
Started working on this, but I'm having trouble building dmd on Windows (even
with Digger):
https://github.com/ntrel/dmd/commits/mixin-tuple

--
March 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19775

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
It looks good for a PR, you'll see if it works with the CI anyway.

--
March 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19775

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #9521 "Fix Issue 19775 - multiple argument string mixin doesn't expand tuples" fixing this issue:

- Fix Issue 19775 - multiple argument string mixin doesn't expand tuples

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

--
April 05, 2019
https://issues.dlang.org/show_bug.cgi?id=19775

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9521 "Fix Issue 19775 - multiple argument string mixin doesn't expand tuples" was merged into master:

- a4949543bf8ea08a4a5533df1e90e277e5f237a4 by Nick Treleaven:
  Fix Issue 19775 - multiple argument string mixin doesn't expand tuples

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

--
April 27, 2019
https://issues.dlang.org/show_bug.cgi?id=19775

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qs.il.paperinik@gmail.com

--- Comment #5 from Basile-z <b2.temp@gmx.com> ---
*** Issue 19832 has been marked as a duplicate of this issue. ***

--