[Issue 6369] alias this doesn't work with initializer

2011-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6369


Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


--- Comment #2 from Walter Bright  2011-08-25 
15:04:17 PDT ---
https://github.com/D-Programming-Language/dmd/commit/356593e3fff24bdd3e3bfa742dab52740ce1e595

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


[Issue 6369] alias this doesn't work with initializer

2011-07-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6369


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2011-07-23 06:10:30 PDT ---
(In reply to comment #0)
> D has tuple declaration like follows:
> 
> TypeTuple!(int, int) f = 10;
> assert(f[0] == 10);
> assert(f[1] == 10);

See bug 6367

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