[Issue 4883] std.algorithm functions conflict with std.string fucntions

2011-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4883


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


--- Comment #4 from Andrei Alexandrescu and...@metalanguage.com 2011-01-21 
21:52:52 PST ---
Fixed by diffs

http://www.dsource.org/projects/phobos/changeset/N

where N is 2339, 2340, 2341, 2342, 2343, 2349, 2350, 2354

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


[Issue 4883] std.algorithm functions conflict with std.string fucntions

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4883


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||and...@metalanguage.com
 AssignedTo|nob...@puremagic.com|and...@metalanguage.com


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


[Issue 4883] std.algorithm functions conflict with std.string fucntions

2010-09-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4883


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2010-09-19 17:52:14 PDT ---
As Phobos grows, it's harder and harder to to invent all distinct nice names
for all its modules, and keep those name not too much long. In this case it may
be better to change function names, but in general you need to learn to use
qualified imports, and even renamed imports when necessary.

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