www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DMD 1.015 release

reply Walter Bright <newshound1 digitalmars.com> writes:
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
Jun 05 2007
next sibling parent reply "Aziz K." <aziz.kerim gmail.com> writes:
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? :-)
Jun 06 2007
parent reply Walter Bright <newshound1 digitalmars.com> writes:
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.
Jun 06 2007
next sibling parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
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
Jun 06 2007
parent Bill Baxter <dnewsgroup billbaxter.com> writes:
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
Jun 06 2007
prev sibling parent reply Derek Parnell <derek psych.ward> writes:
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
Jun 06 2007
parent Walter Bright <newshound1 digitalmars.com> writes:
Derek Parnell wrote:
 A good 'first impression' will be imporant with
 this change.
That's becoming pretty clear.
Jun 06 2007
prev sibling parent Don Clugston <dac nospam.com.au> writes:
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!
Jun 07 2007