[dmd-beta] dmd 1.069 and 2.054 beta

Stephan Dilly Dilly at funatics.de
Fri Jul 8 00:27:42 PDT 2011


module main;

import std.ctype;

void main()
{
     auto foo = isspace(' ');
}


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

The fail here is that every application using isspace is going to have 
to be build with -d because there is nothing equivalent in std.ascii :(



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
>



More information about the dmd-beta mailing list