[phobos] [D-Programming-Language/phobos] 940059: Revert "Deprecate crc32 and move it into std.hash....
GitHub
noreply at github.com
Wed Jun 27 21:19:34 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 940059bbc81b04f241b9c6d3ac92b93ded258ba4
https://github.com/D-Programming-Language/phobos/commit/940059bbc81b04f241b9c6d3ac92b93ded258ba4
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-06-25 (Mon, 25 Jun 2012)
Changed paths:
M crc32.d
M posix.mak
R std/hash/crc32.d
M std/stream.d
M unittest.d
M win32.mak
Log Message:
-----------
Revert "Deprecate crc32 and move it into std.hash.crc32."
This reverts commit d6c2ef0fb6b9ae3b9c5a7dd702261900fee887d7.
These changes are valuable, but after further discussion, we've decided
to review how std.hash looks in general and redesign it, so getting
people to switch from crc32 to std.hash.crc32 will only mean that
they'll have to change their code _again_ once we've sorted out the
std.hash redesign, and we don't want that. So, I'm reverting these
changes for now, and they can become part of the std.hash redesign.
Commit: 9edf710904c52ecebd970a4a54fcaba19cddae0c
https://github.com/D-Programming-Language/phobos/commit/9edf710904c52ecebd970a4a54fcaba19cddae0c
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-06-27 (Wed, 27 Jun 2012)
Changed paths:
M crc32.d
M posix.mak
R std/hash/crc32.d
M std/stream.d
M unittest.d
M win32.mak
Log Message:
-----------
Merge pull request #649 from jmdavis/crc32
Revert "Deprecate crc32 and move it into std.hash.crc32."
Compare: https://github.com/D-Programming-Language/phobos/compare/293aa9eb2ea5...9edf710904c5
More information about the phobos
mailing list