Proposal for a Rosettacode task

bearophile bearophileHUGS at lycos.com
Sat Oct 19 05:12:11 PDT 2013


Daniel Davidson:

> I get following errors when trying to run:
>
> STDERR| asciiart.d(17): Error: pure function 'commitCurrent' 
> cannot call impure function 'text'
> STDERR| asciiart.d(17): Error: safe function 
> 'asciiart.makeStructFromDiagram.commitCurrent' cannot call 
> system function 'std.conv.text!(uint).text'

Rosettacode entries are designed to work with the latest updates 
of the compiler. In dmd 2.064beta2 text is pure.

Bye,
bearophile


More information about the Digitalmars-d mailing list