www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8685] New: sha1UUID does not show up on http://dlang.org/phobos/std_uuid.html

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8685

           Summary: sha1UUID does not show up on
                    http://dlang.org/phobos/std_uuid.html
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: jens.k.mueller gmx.de



The ddoc for std.uuid.sha1UUID is broken. There is no documentation generated
for the function sha1UUID. I leave this here that it won't be forgotten.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 18 2012
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8685


Johannes Pfau <johannespfau gmail.com> changed:

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



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: -------
Nov 18 2012