[dmd-beta] Fighting with 2.059 and not quite winning

Vladimir Panteleev thecybershadow.lists at gmail.com
Thu Apr 5 20:59:58 PDT 2012


On Fri, 06 Apr 2012 06:43:43 +0300, Jonathan M Davis <jmdavisProg at gmx.com>  
wrote:

> On Friday, April 06, 2012 06:26:19 Vladimir Panteleev wrote:
>> The first problem was due to std.conv not being pure-friendly. I don't
>> know why text(1) or to!string(1) aren't pure. (I've left this alone for
>> now to figure out later.)
>
> They never have been.

Yes; this is not a regression, but the enforcements of  
const-pure- at safe-nothrow of the struct methods are forcing me to use only  
pure/nothrow functions all the way. And I can't even do a number-to-string  
conversion.

-- 
Best regards,
  Vladimir                            mailto:vladimir at thecybershadow.net


More information about the dmd-beta mailing list