www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DMD 0.162 release

reply Walter Bright <newshound digitalmars.com> writes:
Bug fixes.

http://www.digitalmars.com/d/changelog.html
Jun 30 2006
next sibling parent Jeremy <Jeremy_member pathlink.com> writes:
In article <e84fbb$1lal$1 digitaldaemon.com>, Walter Bright says...
Bug fixes.

http://www.digitalmars.com/d/changelog.html
Thank you! (p.s. w00t first thank post!) :-D
Jun 30 2006
prev sibling next sibling parent David Medlock <noone nowhere.com> writes:
Walter Bright wrote:
 Bug fixes.
 
 http://www.digitalmars.com/d/changelog.html
Thanks Walter!
Jun 30 2006
prev sibling next sibling parent pragma <pragma_member pathlink.com> writes:
In article <e84fbb$1lal$1 digitaldaemon.com>, Walter Bright says...
Bug fixes.

http://www.digitalmars.com/d/changelog.html
all in the name of not being confused. ;) - EricAnderton at yahoo
Jun 30 2006
prev sibling next sibling parent Tom S <h3r3tic remove.mat.uni.torun.pl> writes:
Walter Bright wrote:
 Bug fixes.
 
 http://www.digitalmars.com/d/changelog.html
Thanks a lot ! .162 allowed me to strip off a few hundred bytes of workarounds from my sources :D -- Tomasz Stachowiak /+ a.k.a. h3r3tic +/
Jun 30 2006
prev sibling next sibling parent Hasan Aljudy <hasan.aljudy gmail.com> writes:
Walter Bright wrote:
 Bug fixes.
 
 http://www.digitalmars.com/d/changelog.html
Thanks, Walter!
Jun 30 2006
prev sibling next sibling parent John Demme <me teqdruid.com> writes:
Walter Bright wrote:

 Bug fixes.
 
 http://www.digitalmars.com/d/changelog.html
Damn! You're a machine! blocker, but it's really slowing down some of my D work. http://d.puremagic.com/bugzilla/show_bug.cgi?id=146 -- ~John Demme me teqdruid.com http://www.teqdruid.com/
Jul 01 2006
prev sibling next sibling parent reply lightoze <lightoze_member pathlink.com> writes:
Thank you, cleaning bugs IS what we need :)

In article <e84fbb$1lal$1 digitaldaemon.com>, Walter Bright says...
Bug fixes.

http://www.digitalmars.com/d/changelog.html
Jul 01 2006
parent jicman <jicman_member pathlink.com> writes:
Walter,

since no one has said it in Spanish, I am saying it...

¡Gracias!

josé


lightoze says...
Thank you, cleaning bugs IS what we need :)

In article <e84fbb$1lal$1 digitaldaemon.com>, Walter Bright says...
Bug fixes.

http://www.digitalmars.com/d/changelog.html
Jul 03 2006
prev sibling parent reply =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= <jmjmak utu.fi.invalid> writes:
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
Jul 11 2006
parent =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= <jmjmak utu.fi.invalid> writes:
Jari-Matti Mäkelä wrote:
 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!
Well, you can still access privately imported private members by using the FQN. That one is still broken. :( -- Jari-Matti
Jul 11 2006