Thread overview
DMD 1.015 release
Jun 06, 2007
Walter Bright
Jun 06, 2007
Aziz K.
Jun 06, 2007
Walter Bright
Jun 06, 2007
Bill Baxter
Jun 06, 2007
Bill Baxter
Jun 06, 2007
Derek Parnell
Jun 07, 2007
Walter Bright
Jun 07, 2007
Don Clugston
June 06, 2007
This is NOT the const/final/invariant thing. It is necessary to correct a memory corruption bug in the gc.

http://www.digitalmars.com/d/changelog.html

http://ftp.digitalmars.com/dmd.1.015.zip
June 06, 2007
Thanks for the release. Could you perhaps give us some information about how far you are with D2.0? E.g. branching the documentation, the compiler; implementing const/invariant/final, making Phobos const-correct etc. Can we expect a release next week? :-)
June 06, 2007
Aziz K. wrote:
> Thanks for the release. Could you perhaps give us some information about how far you are with D2.0? E.g. branching the documentation, the compiler; implementing const/invariant/final, making Phobos const-correct etc. Can we expect a release next week? :-)

I keep finding more problems, so I'm not sure when it will be ready.
June 06, 2007
Walter Bright wrote:
> Aziz K. wrote:
>> Thanks for the release. Could you perhaps give us some information about how far you are with D2.0? E.g. branching the documentation, the compiler; implementing const/invariant/final, making Phobos const-correct etc. Can we expect a release next week? :-)
> 
> I keep finding more problems, so I'm not sure when it will be ready.

Like I said, you've it only been a month so far.  And this is the most sweeping change to D I've ever been around for.  Even between "ordinary" releases, that *don't* change the whole game and *don't* require big changes to Phobos, 2-month gaps have not been uncommon.  Given that, I'll be tickled pink if we see const-D any sooner than 2 months from now.

--bb
June 06, 2007
Bill Baxter wrote:
> Like I said, you've it only been a month so far.  

I gotta stop trying to make last minute edits to my posts...

"Like I said, it's only been a month so far"

--bb
June 06, 2007
On Wed, 06 Jun 2007 13:47:38 -0700, Walter Bright wrote:

> Aziz K. wrote:
>> Thanks for the release. Could you perhaps give us some information about how far you are with D2.0? E.g. branching the documentation, the compiler; implementing const/invariant/final, making Phobos const-correct etc. Can we expect a release next week? :-)
> 
> I keep finding more problems, so I'm not sure when it will be ready.

Take all the time you need. A good 'first impression' will be imporant with this change.

-- 
Derek Parnell
Melbourne, Australia
"Justice for David Hicks!"
skype: derek.j.parnell
June 07, 2007
Derek Parnell wrote:
> A good 'first impression' will be imporant with
> this change.

That's becoming pretty clear.
June 07, 2007
Walter Bright wrote:
> This is NOT the const/final/invariant thing. It is necessary to correct a memory corruption bug in the gc.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.015.zip

Thanks! BTW, the date in the changelog is wrong. We're in June!