Jump to page: 1 2 3
Thread overview
dmd 1.049 and 2.034 release
Oct 12, 2009
Walter Bright
Oct 12, 2009
Jeremie Pelletier
Oct 12, 2009
Walter Bright
Oct 12, 2009
Don
Oct 12, 2009
Ary Borenszweig
Oct 12, 2009
Don
Oct 12, 2009
#ponce
Oct 12, 2009
Moritz Warning
Oct 12, 2009
Walter Bright
Oct 12, 2009
Moritz Warning
Oct 12, 2009
Nick Sabalausky
Oct 12, 2009
Moritz Warning
Oct 12, 2009
Nick Sabalausky
Oct 12, 2009
Moritz Warning
Oct 13, 2009
Fawzi Mohamed
Oct 12, 2009
Eldar Insafutdinov
Oct 12, 2009
Walter Bright
Oct 12, 2009
Eldar Insafutdinov
Oct 13, 2009
Rainer Schuetze
Oct 13, 2009
Walter Bright
Oct 13, 2009
Walter Bright
Oct 14, 2009
Leandro Lucarella
Oct 14, 2009
Eldar Insafutdinov
Oct 12, 2009
Daniel de Kok
Oct 13, 2009
Ali Cehreli
October 12, 2009
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
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
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
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
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
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
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
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
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
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!

« First   ‹ Prev
1 2 3