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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from GoldMax <[email protected]> 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: -------