[Issue 8702] tuple(tuple(1)) fails to compile, but tuple(tuple(1), 1) works

2012-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8702


Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull, rejects-valid


--- Comment #1 from Kenji Hara  2012-09-20 18:05:23 PDT ---
https://github.com/D-Programming-Language/phobos/pull/808

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8702] tuple(tuple(1)) fails to compile, but tuple(tuple(1), 1) works

2012-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8702



--- Comment #2 from github-bugzi...@puremagic.com 2012-09-28 07:08:17 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/5186759832d67cf54b2ba8b50139ff8f89526422
fix Issue 8702 - tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works

https://github.com/D-Programming-Language/phobos/commit/ecff5a0899c9193c41f0a147a293603cacdab485
Merge pull request #808 from 9rnsr/fix8702

Issue 8702 - tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8702] tuple(tuple(1)) fails to compile, but tuple(tuple(1), 1) works

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8702


Kenji Hara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---