[Issue 4533] Ban public aliases to private symbols

2019-04-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4533 Mike Franklin changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 4533] Ban public aliases to private symbols

2020-08-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4533 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4533] Ban public aliases to private symbols

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4533 Andrei Alexandrescu changed: What|Removed |Added Version|D1 & D2 |D2 --

[Issue 4533] Ban public aliases to private symbols

2010-07-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4533 Nick Sabalausky changed: What|Removed |Added CC||cbkbbej...@mailinator.com --- Commen

[Issue 4533] Ban public aliases to private symbols

2010-07-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4533 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #2 fr

[Issue 4533] Ban public aliases to private symbols

2010-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4533 --- Comment #3 from Tomasz Sowiński 2010-07-30 13:52:33 PDT --- (In reply to comment #2) > The problem is, attributes in D are not as in Java, they can be applied to a > lot of symbols, like: > > --- > private int j; > > public: > > int i;

[Issue 4533] Ban public aliases to private symbols

2010-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4533 --- Comment #4 from Sobirari Muhomori 2010-07-31 05:04:59 PDT --- (In reply to comment #0) > This module compiles fine...: > > module A; > > private void foo(); > public alias foo goo; > > ... but try to use goo...: > > module B; > import

[Issue 4533] Ban public aliases to private symbols

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

[Issue 4533] Ban public aliases to private symbols

2010-08-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4533 --- Comment #6 from Tomasz Sowiński 2010-08-01 07:57:18 PDT --- (In reply to comment #5) > Is the following relevant to this bug report? > > In the docs (http://www.digitalmars.com/d/2.0/declaration.html), there's this > code: > > void main(

[Issue 4533] Ban public aliases to private symbols

2012-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4533 d...@dawgfoto.de changed: What|Removed |Added Keywords|accepts-invalid |rejects-valid CC|