digitalmars.D.announce - DMD 0.162 release
- Walter Bright (2/2) Jun 30 2006 Bug fixes.
- Jeremy (3/5) Jun 30 2006 Thank you!
- David Medlock (2/5) Jun 30 2006 Thanks Walter!
- pragma (4/6) Jun 30 2006 Awesome. Thanks for #200. I know it was just a documentation thing, bu...
- Tom S (5/8) Jun 30 2006 Thanks a lot ! .162 allowed me to strip off a few hundred bytes of
- Hasan Aljudy (2/5) Jun 30 2006 Thanks, Walter!
- John Demme (9/12) Jul 01 2006 Damn! You're a machine!
- lightoze (2/4) Jul 01 2006
- jicman (5/11) Jul 03 2006 Walter,
- =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= (12/15) Jul 11 2006 I just installed dmd 0.162 and it seems imports have been finally fixed.
- =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= (5/17) Jul 11 2006 Well, you can still access privately imported private members by using
Bug fixes. http://www.digitalmars.com/d/changelog.html
Jun 30 2006
In article <e84fbb$1lal$1 digitaldaemon.com>, Walter Bright says...Bug fixes. http://www.digitalmars.com/d/changelog.htmlThank you! (p.s. w00t first thank post!) :-D
Jun 30 2006
Walter Bright wrote:Bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks Walter!
Jun 30 2006
In article <e84fbb$1lal$1 digitaldaemon.com>, Walter Bright says...Bug fixes. http://www.digitalmars.com/d/changelog.htmlall in the name of not being confused. ;) - EricAnderton at yahoo
Jun 30 2006
Walter Bright wrote:Bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks 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
Walter Bright wrote:Bug fixes. http://www.digitalmars.com/d/changelog.htmlThanks, Walter!
Jun 30 2006
Walter Bright wrote:Bug fixes. http://www.digitalmars.com/d/changelog.htmlDamn! 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
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
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
Walter Bright wrote:Bug fixes. http://www.digitalmars.com/d/changelog.htmlI 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
Jari-Matti Mäkelä wrote:Walter Bright wrote:Well, you can still access privately imported private members by using the FQN. That one is still broken. :( -- Jari-MattiBug fixes. http://www.digitalmars.com/d/changelog.htmlI 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!
Jul 11 2006