[phobos] std.base64 replacement

Masahiro Nakagawa repeatedly at gmail.com
Tue Oct 26 09:20:09 PDT 2010


On Tue, 26 Oct 2010 23:41:52 +0900, Daniel Murphy <yebblies at gmail.com>  
wrote:

> Looks awesome!
>
> A couple of things:
>> The output range code should use put(range, data) instead of
> range.put(data)
>> The whole static if at 1136 is dead code and refers to a variable that  
>> is
> never declared

Applied!

http://bitbucket.org/repeatedly/scrap/changeset/faebc7c954d2

>> The unittest block at 1471 doesn't compile for me, but this might be
> because I'm still using 2.047
>> The import comments should probably be replaced with true selective
> imports (unless this is to work around the protection level bugs or
> something)

I want to use selective import, but...
http://d.puremagic.com/issues/show_bug.cgi?id=314


Masahiro


More information about the phobos mailing list