Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 20, 2012 [Issue 8702] New: tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8702 Summary: tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: thelastmammoth@gmail.com --- Comment #0 from thelastmammoth@gmail.com 2012-09-20 16:09:21 PDT --- inconsistent: auto a1=tuple(tuple(1));//CT error auto a2=tuple(tuple(1),1);//works bug? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 21, 2012 [Issue 8702] tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works | ||||
---|---|---|---|---|
| ||||
Posted in reply to thelastmammoth@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8702 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, rejects-valid --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 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: ------- |
September 28, 2012 [Issue 8702] tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works | ||||
---|---|---|---|---|
| ||||
Posted in reply to thelastmammoth@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8702 --- Comment #2 from github-bugzilla@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: ------- |
November 15, 2012 [Issue 8702] tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works | ||||
---|---|---|---|---|
| ||||
Posted in reply to thelastmammoth@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8702 Kenji Hara <k.hara.pg@gmail.com> 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: ------- |
Copyright © 1999-2021 by the D Language Foundation