[Issue 19775] multiple argument string mixin doesn't expand tuples

2019-04-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19775 Basile-z changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --- Comment #5 from Bas

[Issue 19775] multiple argument string mixin doesn't expand tuples

2019-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #4 from Dlang Bot --- 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 strin

[Issue 19775] multiple argument string mixin doesn't expand tuples

2019-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
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 --

[Issue 19775] multiple argument string mixin doesn't expand tuples

2019-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19775 --- Comment #2 from Basile-z --- It looks good for a PR, you'll see if it works with the CI anyway. --

[Issue 19775] multiple argument string mixin doesn't expand tuples

2019-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19775 --- Comment #1 from Nick Treleaven --- Started working on this, but I'm having trouble building dmd on Windows (even with Digger): https://github.com/ntrel/dmd/commits/mixin-tuple --

[Issue 19775] multiple argument string mixin doesn't expand tuples

2019-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19775 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org Component|druntime

[Issue 19775] multiple argument string mixin doesn't expand tuples

2019-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19775 Basile-z changed: What|Removed |Added Keywords||rejects-valid --