Jump to page: 1 2
Thread overview
DMD 0.162 release
Jul 01, 2006
Walter Bright
Jul 01, 2006
Jeremy
Jul 01, 2006
David Medlock
Jul 01, 2006
pragma
Jul 01, 2006
Tom S
Jul 01, 2006
Hasan Aljudy
Jul 01, 2006
John Demme
Jul 01, 2006
lightoze
Jul 03, 2006
jicman
July 01, 2006
Bug fixes.

http://www.digitalmars.com/d/changelog.html
July 01, 2006
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


July 01, 2006
Walter Bright wrote:
> Bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

Thanks Walter!
July 01, 2006
In article <e84fbb$1lal$1@digitaldaemon.com>, Walter Bright says...
>
>Bug fixes.
>
>http://www.digitalmars.com/d/changelog.html

Awesome.  Thanks for #200.  I know it was just a documentation thing, but its all in the name of not being confused. ;)




- EricAnderton at yahoo
July 01, 2006
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 +/
July 01, 2006
Walter Bright wrote:
> Bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

Thanks, Walter!
July 01, 2006
Walter Bright wrote:

> Bug fixes.
> 
> http://www.digitalmars.com/d/changelog.html

Damn! You're a machine!

I'd really appreciate it if you would look at #146 for .163... It's not a 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/
July 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


July 03, 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
>
>


July 11, 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
« First   ‹ Prev
1 2