December 14, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6365



--- Comment #40 from bearophile_hugs@eml.cc 2011-12-14 00:01:37 PST ---
Some people agree with me that mass assignment syntax for tuples is bad, it's an anti-feature:

auto (i, j) = 10;
assert(i == 10);
assert(j == 10);


Like Alex R. Petersen: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=151709

And Simen Kjaras: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=151709

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 24, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6365


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|AutoTupleDeclaration        |Multiple var declaration


--- Comment #41 from Kenji Hara <k.hara.pg@gmail.com> 2012-01-23 18:23:50 PST ---
Changed title from "AutoTupleDeclaration" to "Multiple var declaration". (The name "TupleDeclaration" is already exist in dmd compiler source)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6365


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wbaxter@gmail.com


--- Comment #42 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-20 11:31:49 PST ---
*** Issue 538 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2 3 4 5
Next ›   Last »