Thread overview | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
October 12, 2009 dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Folding in patches to compiler faults from bugzilla. http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.049.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.034.zip Many thanks to the numerous people who contributed to this update. |
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright wrote:
> Folding in patches to compiler faults from bugzilla.
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.049.zip
>
>
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.034.zip
>
> Many thanks to the numerous people who contributed to this update.
What already? Seems like 2.033 was only a week ago.. oh wait.
|
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jeremie Pelletier | Jeremie Pelletier wrote:
> What already? Seems like 2.033 was only a week ago.. oh wait.
It was only a week ago!
|
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright wrote:
> Folding in patches to compiler faults from bugzilla.
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.049.zip
>
>
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.034.zip
>
> Many thanks to the numerous people who contributed to this update.
A small milestone -- This release fixes the last remaining compiler segfaults and internal compiler errors from DStress.
This will probably be the last "stability release" -- there aren't many ICE bugs left in Bugzilla.
|
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Don | Don wrote:
> Walter Bright wrote:
>> Folding in patches to compiler faults from bugzilla.
>>
>> http://www.digitalmars.com/d/1.0/changelog.html
>> http://ftp.digitalmars.com/dmd.1.049.zip
>>
>>
>> http://www.digitalmars.com/d/2.0/changelog.html
>> http://ftp.digitalmars.com/dmd.2.034.zip
>>
>> Many thanks to the numerous people who contributed to this update.
>
> A small milestone -- This release fixes the last remaining compiler segfaults and internal compiler errors from DStress.
> This will probably be the last "stability release" -- there aren't many ICE bugs left in Bugzilla.
Cool!!
Where is DStress so I can download it? I might want to run tests against it with Descent (we did that in the past but with an older implementation it's no longer in use).
|
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ary Borenszweig | Ary Borenszweig wrote: > Don wrote: >> Walter Bright wrote: >>> Folding in patches to compiler faults from bugzilla. >>> >>> http://www.digitalmars.com/d/1.0/changelog.html >>> http://ftp.digitalmars.com/dmd.1.049.zip >>> >>> >>> http://www.digitalmars.com/d/2.0/changelog.html >>> http://ftp.digitalmars.com/dmd.2.034.zip >>> >>> Many thanks to the numerous people who contributed to this update. >> >> A small milestone -- This release fixes the last remaining compiler segfaults and internal compiler errors from DStress. >> This will probably be the last "stability release" -- there aren't many ICE bugs left in Bugzilla. > > Cool!! > > Where is DStress so I can download it? I might want to run tests against it with Descent (we did that in the past but with an older implementation it's no longer in use). http://www.dsource.org/projects/dstress Part of my motivation for fixing the crashing bugs was knowing how important it is for IDEs. |
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright Wrote:
> Folding in patches to compiler faults from bugzilla.
>
> http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.049.zip
>
>
> http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.034.zip
>
> Many thanks to the numerous people who contributed to this update.
Wow ! Huge thanks for fixing bug #258 ! I was going to rewrite all my code.
|
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Sun, 11 Oct 2009 21:43:36 -0700, Walter Bright wrote:
> Folding in patches to compiler faults from bugzilla.
>
> http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.049.zip
>
>
> http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.034.zip
>
> Many thanks to the numerous people who contributed to this update.
Thanks to Walter and those who contributed all those numerous patches.
But Tango is still broken due to regressions (since 1.047?).
Maybe someone can take look into this.
|
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright Wrote:
> Folding in patches to compiler faults from bugzilla.
>
> http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.049.zip
>
>
> http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.034.zip
>
> Many thanks to the numerous people who contributed to this update.
Despite the application of #3301 patch that fixed compilation of QtD, the new release introduces a new regression, that causes the compiler to hang while compiling it. This release therefore remains broken.
|
October 12, 2009 Re: dmd 1.049 and 2.034 release | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 2009-10-12 06:43:36 +0200, Walter Bright <newshound1@digitalmars.com> said:
> Folding in patches to compiler faults from bugzilla.
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.049.zip
>
>
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.034.zip
>
> Many thanks to the numerous people who contributed to this update.
Thanks to all involved for the nice stream of bugfixes!
|
Copyright © 1999-2021 by the D Language Foundation