[Issue 12148] New: The function std.uuid.parseUUID changes an input data
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 12 19:54:10 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12148
Summary: The function std.uuid.parseUUID changes an input data
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: goldmax3000 at gmail.com
--- Comment #0 from GoldMax <goldmax3000 at gmail.com> 2014-02-12 19:54:04 PST ---
DMD 2.064.2
string s = "d8011e49-7b28-4506-8ceb-3a5bcda875d3";
auto id = parseUUID(s);
assert(s == "d8011e49-7b28-4506-8ceb-3a5bcda875d3"); // Error
After parse the string has zero length.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list