July 05, 2011

On 7/5/2011 11:05 PM, Walter Bright wrote:
> Ok, I can reproduce it. Will figure it out.
>

Looks like my install script failed.
July 06, 2011
That's why we do these betas! :)
July 06, 2011
Where is rdmd for Mac OS X and FreeBSD?

/Jacob Carlborg?


On 06 Jul, 2011,at 04:31 AM, Walter Bright <walter at digitalmars.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20110706/b72cd636/attachment.html>
July 05, 2011
Fix uploaded.

On 7/5/2011 11:05 PM, Walter Bright wrote:
> Ok, I can reproduce it. Will figure it out.
>
July 06, 2011
Ok now it works, also the examples compiled, so that's good.

But please compile and ship the latest RDMD from the github repo with DMD. The one you're shipping is the binary equivalent (yes I did a binary diff) to the one in 2.043 with all its quirks left unfixed.
July 06, 2011
D1 changelog is incomplete: All of the CTFE bugfixes (including the new features) apply to  D1 as well.

On 6 July 2011 04:31, Walter Bright <walter at digitalmars.com> 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
>
July 06, 2011
They're not merely quirks: The RDMD from 2.053 and earlier is outright broken for many important use-cases. The latest RDMD from github definitely needs to be in the new release.

----- Original Message ----- 
From: "Andrej Mitrovic" <andrej.mitrovich at gmail.com>
To: "Discuss the dmd beta releases for D" <dmd-beta at puremagic.com>
Sent: Wednesday, July 06, 2011 2:48 AM
Subject: Re: [dmd-beta] dmd 1.069 and 2.054 beta


> Ok now it works, also the examples compiled, so that's good.
>
> But please compile and ship the latest RDMD from the github repo with
> DMD. The one you're shipping is the binary equivalent (yes I did a
> binary diff) to the one in 2.043 with all its quirks left unfixed.
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 06, 2011
So what's the status of weak purity?  I second the issues raised by Jonathan and Steve in that a bunch of my code breaks because of the changes made to pure, too.

I *strongly* recommend against making this release official until we either put back weak purity w.r.t. member functions or clarify why it was removed, what will replace it, etc.

On Tue, Jul 5, 2011 at 10:31 PM, Walter Bright <walter at digitalmars.com>wrote:

>
> http://ftp.digitalmars.com/**dmd1beta.zip<http://ftp.digitalmars.com/dmd1beta.zip>
> 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>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20110706/2485751b/attachment.html>
July 07, 2011
I Isolated the other regression that I mentioned this morning.  It's one that I don't think anyone else is likely to run into and I wouldn't be at all annoyed if we just released with it.

http://d.puremagic.com/issues/show_bug.cgi?id=6267

On 7/5/2011 10:31 PM, 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
>

July 08, 2011
module main;

import std.ctype;

void main()
{
}

gives:
"Warning: As of Phobos 2.054, std.ctype has been scheduled for
deprecation in January 2012. Please use std.ascii instead."


There is a file and line number missing.


On 08.07.2011 00:50, David Simcha wrote:
> I Isolated the other regression that I mentioned this morning.  It's one that I don't think anyone else is likely to run into and I wouldn't be at all annoyed if we just released with it.
>
> http://d.puremagic.com/issues/show_bug.cgi?id=6267
>
> On 7/5/2011 10:31 PM, 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
>>
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>