[Issue 463] [module] private module members have global bindings instead of local ones

2019-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=463 --- Comment #4 from anonymous4 --- AIU in C local symbols are used to declare functions with the same name in different modules - private functions. They shouldn't override each other and both should be called by their respective modules. They have a

[Issue 463] [module] private module members have global bindings instead of local ones

2019-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=463 RazvanN changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Issue 463] [module] private module members have global bindings instead of local ones

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=463 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from

[Issue 463] [module] private module members have global bindings instead of local ones

2013-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=463 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 463] [module] private module members have global bindings instead of local ones

2010-11-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=463 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED