Thread overview
[dmd-beta] New D2 2.057 beta
Dec 07, 2011
Walter Bright
Dec 07, 2011
Don Clugston
Dec 08, 2011
David Simcha
Dec 08, 2011
Nick Sabalausky
Dec 08, 2011
David Simcha
Dec 08, 2011
David Simcha
Dec 08, 2011
David Simcha
Dec 08, 2011
Walter Bright
December 07, 2011
http://ftp.digitalmars.com/dmd2beta.zip
December 07, 2011
On 7 December 2011 10:56, Walter Bright <walter at digitalmars.com> wrote:
> http://ftp.digitalmars.com/dmd2beta.zip

There's a formatting problem with changelog, but the content looks good. Regressions 6881 and 7027 are still open.
December 07, 2011
On 12/7/2011 4:56 AM, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
The issue I was having getting SciD to build is, of course, gone, but now I have a new one.  I'm not sure if it's a latent bug in SciD or a DMD regression, but I've got DustMite chugging away on it.  I learned my lesson last night:  DustMite actually isn't hard to use and you don't want to hand-reduce SciD because you'll be chasing long chains of template instantiations.
December 08, 2011
From: "David Simcha" <dsimcha at gmail.com>
> On 12/7/2011 4:56 AM, Walter Bright wrote:
>> http://ftp.digitalmars.com/dmd2beta.zip
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>
> The issue I was having getting SciD to build is, of course, gone, but now I have a new one.  I'm not sure if it's a latent bug in SciD or a DMD regression, but I've got DustMite chugging away on it.  I learned my lesson last night:  DustMite actually isn't hard to use and you don't want to hand-reduce SciD because you'll be chasing long chains of template instantiations.

Yup, DustMite is fantastic. It deserves to be a headling feature of D. It does sound intimidating at first, but then you read the docs and find it's dead simple to use.

December 08, 2011
Ok, I don't think the issue I was working on is a DMD regression anymore.  I think the problem is that the SciD code should have never worked in the first place.  Maybe there was a latent bug in 2.056. Therefore, I'm giving my green light for a release.

On 12/8/2011 1:14 AM, Nick Sabalausky wrote:
> From: "David Simcha" <dsimcha at gmail.com>
>> On 12/7/2011 4:56 AM, Walter Bright wrote:
>>> http://ftp.digitalmars.com/dmd2beta.zip
>>> _______________________________________________
>>> dmd-beta mailing list
>>> dmd-beta at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>>
>> The issue I was having getting SciD to build is, of course, gone, but now I have a new one.  I'm not sure if it's a latent bug in SciD or a DMD regression, but I've got DustMite chugging away on it.  I learned my lesson last night:  DustMite actually isn't hard to use and you don't want to hand-reduce SciD because you'll be chasing long chains of template instantiations.
>
> Yup, DustMite is fantastic. It deserves to be a headling feature of D. It does sound intimidating at first, but then you read the docs and find it's dead simple to use.
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>

December 08, 2011
On 12/8/2011 1:14 AM, Nick Sabalausky wrote:
> From: "David Simcha" <dsimcha at gmail.com>
>> On 12/7/2011 4:56 AM, Walter Bright wrote:
>>> http://ftp.digitalmars.com/dmd2beta.zip
>>> _______________________________________________
>>> dmd-beta mailing list
>>> dmd-beta at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>>
>> The issue I was having getting SciD to build is, of course, gone, but now I have a new one.  I'm not sure if it's a latent bug in SciD or a DMD regression, but I've got DustMite chugging away on it.  I learned my lesson last night:  DustMite actually isn't hard to use and you don't want to hand-reduce SciD because you'll be chasing long chains of template instantiations.
>
> Yup, DustMite is fantastic. It deserves to be a headling feature of D. It does sound intimidating at first, but then you read the docs and find it's dead simple to use.
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>

On looking at this further, I can see how it worked in the first place. Dustmite dropped the ball because it reproduced the error, but for the wrong reason.  Maybe it is a regression.  I'll try harder to reproduce it tonight.
December 08, 2011
Sorry for the ridiculous number of messages.  I keep thinking I'm going to go do something other than work on this bug, and then having new insights. I've figured out that the SciD issues are definitely NOT issues with 2.057.  SciD was actually inadvertently relying on a bug that got FIXED. I'm go for a release.

On Thu, Dec 8, 2011 at 9:45 AM, David Simcha <dsimcha at gmail.com> wrote:

> On 12/8/2011 1:14 AM, Nick Sabalausky wrote:
>
>> From: "David Simcha" <dsimcha at gmail.com>
>>
>>> On 12/7/2011 4:56 AM, Walter Bright wrote:
>>>
>>>> http://ftp.digitalmars.com/**dmd2beta.zip<http://ftp.digitalmars.com/dmd2beta.zip>
>>>> ______________________________**_________________
>>>> dmd-beta mailing list
>>>> dmd-beta at puremagic.com
>>>> http://lists.puremagic.com/**mailman/listinfo/dmd-beta<http://lists.puremagic.com/mailman/listinfo/dmd-beta>
>>>>
>>>>  The issue I was having getting SciD to build is, of course, gone, but
>>> now I have a new one.  I'm not sure if it's a latent bug in SciD or a DMD regression, but I've got DustMite chugging away on it.  I learned my lesson last night:  DustMite actually isn't hard to use and you don't want to hand-reduce SciD because you'll be chasing long chains of template instantiations.
>>>
>>
>> Yup, DustMite is fantastic. It deserves to be a headling feature of D. It does sound intimidating at first, but then you read the docs and find it's dead simple to use.
>>
>> ______________________________**_________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/**mailman/listinfo/dmd-beta<http://lists.puremagic.com/mailman/listinfo/dmd-beta>
>>
>>
> On looking at this further, I can see how it worked in the first place.
>  Dustmite dropped the ball because it reproduced the error, but for the
> wrong reason.  Maybe it is a regression.  I'll try harder to reproduce it
> tonight.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20111208/653089f4/attachment.html>
December 08, 2011
Phew!

On 12/8/2011 8:09 AM, David Simcha wrote:
> Sorry for the ridiculous number of messages.  I keep thinking I'm going to go do something other than work on this bug, and then having new insights.  I've figured out that the SciD issues are definitely NOT issues with 2.057.  SciD was actually inadvertently relying on a bug that got FIXED.  I'm go for a release.
>