[phobos] [D-Programming-Language/phobos] cc37a7: Removed std.encodingbase.
noreply at github.com
noreply at github.com
Wed Jun 15 00:25:00 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: cc37a7b40d3a439e0a33fb2b6774dbebe40f2fc4
https://github.com/D-Programming-Language/phobos/commit/cc37a7b40d3a439e0a33fb2b6774dbebe40f2fc4
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2011-06-15 (Wed, 15 Jun 2011)
Changed paths:
M posix.mak
M std/encoding.d
M win32.mak
Log Message:
-----------
Removed std.encodingbase.
I was _sure_ that I tested std.encodingbase on Linux, but it's
segfaulting, and after I had added it, I determined that it wasn't
actually needed (simply removing the unused imports for std.encoding in
std.string and std.array fixed the circular dependency with
std.datetime), much as it theoretically would be less likely to cause
problems later to have std.encodingbase. So, for the moment, I'm
removing it. We need to revisit std.encoding's existance anyway.
More information about the phobos
mailing list