[Issue 6272] Named import in functions problem

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


d...@dawgfoto.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||d...@dawgfoto.de
 Resolution||FIXED


--- Comment #5 from d...@dawgfoto.de 2012-01-20 09:45:21 PST ---
https://github.com/D-Programming-Language/dmd/commit/ff9fa25f3f7f3091787f7459e1950add6cff50b2

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


[Issue 6272] Named import in functions problem

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



--- Comment #4 from bearophile_h...@eml.cc 2011-11-25 16:27:19 PST ---
This seems a related problem:


void main() {
import std.algorithm;
auto data = new int[10];
sort(data); // OK
data.sort(); // Error: undefined identifier module temp.sort
}

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


[Issue 6272] Named import in functions problem

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


Christian Kamm kamm-removet...@incasoftware.de changed:

   What|Removed |Added

 CC||kamm-removethis@incasoftwar
   ||e.de


--- Comment #3 from Christian Kamm kamm-removet...@incasoftware.de 2011-11-23 
09:57:28 PST ---
https://github.com/D-Programming-Language/dmd/pull/190 fixes this as well.

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


[Issue 6272] Named import in functions problem

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


David Simcha dsim...@yahoo.com changed:

   What|Removed |Added

 CC||dsim...@yahoo.com


--- Comment #1 from David Simcha dsim...@yahoo.com 2011-08-10 20:44:07 PDT ---
*** Issue 6465 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: ---