digitalmars.D.bugs - [Issue 8685] New: sha1UUID does not show up on http://dlang.org/phobos/std_uuid.html
- d-bugmail puremagic.com (19/19) Sep 18 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8685
- d-bugmail puremagic.com (18/18) Nov 18 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8685
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 --- Comment #0 from jens.k.mueller gmx.de 2012-09-18 04:52:16 PDT --- 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
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 --- Comment #1 from Johannes Pfau <johannespfau 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: -------
Nov 18 2012