Thread overview | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
November 25, 2006 DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Stack class variables, bug fixes. http://www.digitalmars.com/d/changelog.html http://ftp.digitalmars.com/dmd.175.zip |
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright wrote:
> Stack class variables, bug fixes.
>
> http://www.digitalmars.com/d/changelog.html
>
> http://ftp.digitalmars.com/dmd.175.zip
linux binary is still 0.174:-(
|
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to nazo | nazo wrote:
> linux binary is still 0.174:-(
Oops! Fixed.
|
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright wrote:
> Stack class variables, bug fixes.
>
> http://www.digitalmars.com/d/changelog.html
>
> http://ftp.digitalmars.com/dmd.175.zip
You, sir, are a bug fixin' machine! (And stack class vars aint bad either)
I'm starting to think you're serious about this 1.0 release date. :-)
|
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | I haven't commented on the .174 release yet, so let me just say that .174 was probably the best feature-wise release to date. Now .175 is a total bug massacre :D Great job, Walter ! /** I'm going to port Bind to the new tuples, it's just that I've been quite busy recently and didn't have the time to do so yet */ -- Tomasz Stachowiak |
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Bill Baxter | Bill Baxter wrote: > Walter Bright wrote: >> Stack class variables, bug fixes. >> >> http://www.digitalmars.com/d/changelog.html >> >> http://ftp.digitalmars.com/dmd.175.zip > > You, sir, are a bug fixin' machine! (And stack class vars aint bad either) > I'm starting to think you're serious about this 1.0 release date. :-) Where are we at with a 1.0 feature freeze, for that matter? Stewart. -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d- s:-@ C++@ a->--- UB@ P+ L E@ W++@ N+++ o K-@ w++@ O? M V? PS- PE- Y? PGP- t- 5? X? R b DI? D G e++++ h-- r-- !y ------END GEEK CODE BLOCK------ My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit. |
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | "Walter Bright" <newshound@digitalmars.com> wrote in message news:ek8vrl$5m8$1@digitaldaemon.com... > Stack class variables, bug fixes. Damn, and I just figured out how to do that with alloca :) Very good release. Thanks! Which reminds me: will "char[varsize] array_on_stack" ever be possible? L. |
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lionello Lunesu | scope auto a = new char[23]; !? What d'you think? |
November 25, 2006 Re: DMD 0.175 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright wrote:
> Stack class variables, bug fixes.
>
> http://www.digitalmars.com/d/changelog.html
>
> http://ftp.digitalmars.com/dmd.175.zip
Wow, a million bugfixes and a very nice feature... it seems that you didn't saw the sunlight for quite some time. Thank you.
--
Tom;
|
Copyright © 1999-2021 by the D Language Foundation