DMD 0.162 release
Jari-Matti Mäkelä
jmjmak at utu.fi.invalid
Tue Jul 11 16:39:22 PDT 2006
Walter Bright wrote:
> Bug fixes.
>
> http://www.digitalmars.com/d/changelog.html
I just installed dmd 0.162 and it seems imports have been finally fixed.
Now private imports and private members really are private, yay! This
means that private members are not accessible, but they are visible to
the unprivileged modules. Private imports are not visible nor
accessible. Yes, this is how it really should work. Even diamond shaped
import constructions work according to my simple test suite. Simply
excellent! Thank you Walter!
(I still need to test other protection attributes, but I already hope
they work too :)
--
Jari-Matti
More information about the Digitalmars-d-announce
mailing list