[Issue 8685] sha1UUID does not show up on http://dlang.org/phobos/std_uuid.html

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 18 02:14:52 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8685


Johannes Pfau <johannespfau at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |johannespfau at gmail.com
         Resolution|                            |FIXED


--- Comment #1 from Johannes Pfau <johannespfau at gmail.com> 2012-11-18 02:14:49 PST ---
Phobos 2.060 had no SHA1 implementation so the sha1UUID code was deliberately
commented out and the documentation was therefore not generated.

The new std.digest has a SHA1 implementation and sha1UUID will be available in
phobos 2.061:

https://github.com/D-Programming-Language/phobos/commit/f6acdbb2be119b26c79e55fbb80c0a9316294c15
http://dlang.org/phobos-prerelease/std_uuid.html#sha1UUID

As a nice bonus sha1UUID and md5UUID are pure functions now as well.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list