Jump to page: 1 2
Thread overview
[dmd-beta] dmd 1.070 and 2.055 3rd beta
Sep 07, 2011
Walter Bright
Sep 07, 2011
Brad Roberts
Sep 07, 2011
Walter Bright
Sep 07, 2011
Brad Roberts
Sep 07, 2011
Sönke Ludwig
Sep 07, 2011
Walter Bright
Sep 07, 2011
David Simcha
Sep 07, 2011
Nick Sabalausky
Sep 07, 2011
David Nadlinger
Sep 07, 2011
Walter Bright
Sep 07, 2011
Nick Sabalausky
Sep 07, 2011
Don Clugston
September 06, 2011
http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip

September 06, 2011
On Tuesday, September 06, 2011 9:24:03 PM, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip

Back on July 30 there were 68 regression + blocker bugs.  As of tonight, there's only 48 of them.  37 were marked resolved in that time frame.

A huge thanks to everyone who contributed to this super important class of bugs.

Thanks,
Brad

September 07, 2011
On 9/7/2011 12:24 AM, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>

This one officially gets my seal of approval after compiling and passing the unit tests for a few self-written libs I use regularly.  Looking forward to a great release!
September 06, 2011

On 9/6/2011 9:39 PM, Brad Roberts wrote:
> On Tuesday, September 06, 2011 9:24:03 PM, Walter Bright wrote:
>> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
> Back on July 30 there were 68 regression + blocker bugs.  As of tonight, there's only 48 of them.  37 were marked resolved in that time frame.
>
> A huge thanks to everyone who contributed to this super important class of bugs.
>

118 Bugzilla issues addressed, a new record!
September 06, 2011
On Tuesday, September 06, 2011 9:47:26 PM, Walter Bright wrote:
> On 9/6/2011 9:39 PM, Brad Roberts wrote:
>> On Tuesday, September 06, 2011 9:24:03 PM, Walter Bright wrote:
>>> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
>> Back on July 30 there were 68 regression + blocker bugs.  As of tonight, there's only 48 of them.  37 were marked resolved in that time frame.
>>
>> A huge thanks to everyone who contributed to this super important class of bugs.
>>
> 
> 118 Bugzilla issues addressed, a new record!

251 bugs marked as resolved since July 10, the date of the last release.  That will include dups, wont fixes, etc.  Some of them are probably bugs that were fixed in the last release and closed shortly afterwards.  Looks like 214 if I move the search out to July 17.  Any way you slice it, a lot of progress.
September 07, 2011
Yah, we're beating our own record twice in a row. I think this will be reddit-worthy.

Andrei

On 9/6/11 11:47 PM, Walter Bright wrote:
>
>
> On 9/6/2011 9:39 PM, Brad Roberts wrote:
>> On Tuesday, September 06, 2011 9:24:03 PM, Walter Bright wrote:
>>> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
>> Back on July 30 there were 68 regression + blocker bugs. As of tonight, there's only 48 of them. 37 were marked resolved in that time frame.
>>
>> A huge thanks to everyone who contributed to this super important class of bugs.
>>
>
> 118 Bugzilla issues addressed, a new record!
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
September 07, 2011
With this 3rd beta:

Windows D1: RDMD is ok (20110906)
Windows D2: RDMD is **OLD** (20110709)
Linux 32 D1: RDMD is **OLD** (20110511)
Linux 32 D2: RDMD is ok (20110906)

I am unable to test any other OSes.

September 07, 2011
On 9/7/11 7:45 AM, Nick Sabalausky wrote:
> With this 3rd beta:
>
> Windows D1: RDMD is ok (20110906)
> Windows D2: RDMD is **OLD** (20110709)
> Linux 32 D1: RDMD is **OLD** (20110511)
> Linux 32 D2: RDMD is ok (20110906)

OS X:
$ ~/Downloads/dmd/osx/bin/rdmd | head -n1
rdmd build 20110706

$ ~/Downloads/dmd2/osx/bin/rdmd | head -n1
rdmd build 20110906

David
September 06, 2011

On 9/6/2011 10:45 PM, Nick Sabalausky wrote:
> With this 3rd beta:
>
> Windows D1: RDMD is ok (20110906)
> Windows D2: RDMD is **OLD** (20110709)
> Linux 32 D1: RDMD is **OLD** (20110511)
> Linux 32 D2: RDMD is ok (20110906)
>
> I am unable to test any other OSes.
>

Should be fixed now.
September 07, 2011
Am 07.09.2011 06:47, schrieb Walter Bright:
>
>
> On 9/6/2011 9:39 PM, Brad Roberts wrote:
>> On Tuesday, September 06, 2011 9:24:03 PM, Walter Bright wrote:
>>> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
>> Back on July 30 there were 68 regression + blocker bugs.  As of tonight, there's only 48 of them.  37 were marked resolved in that time frame.
>>
>> A huge thanks to everyone who contributed to this super important class of bugs.
>>
>
> 118 Bugzilla issues addressed, a new record!
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
And it's great to see that you can actually "feel" the quality improving! I almost always had to make a lot of workarounds for each release, but lately they are just beeing kicked out of the code base one by one :)

Btw. the DLL/TSL issue is fixed for me by the backend_init() change.
« First   ‹ Prev
1 2