digitalmars.D.bugs - [Issue 3317] New: std.conv.to, string to multidimensional array support
- d-bugmail puremagic.com Sep 14 2009
- d-bugmail puremagic.com Jan 08 2011
- d-bugmail puremagic.com Jan 09 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3317 Summary: std.conv.to, string to multidimensional array support Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: moi667 hotmail.com --- Comment #0 from assorted <moi667 hotmail.com> 2009-09-14 16:07:20 PDT --- I've written some code which can convert a string of an array to the appropriate array. more information on: http://www.dsource.org/projects/ddata Could this be included into std.conv.to? Not sure whether my code is up to par, but love to learn if it is not. The implementation doesn't use recursion, thought I'd mention that. Also, maybe add hex conversions? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 14 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3317 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei metalanguage.com AssignedTo|nobody puremagic.com |andrei metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 08 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3317 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Andrei Alexandrescu <andrei metalanguage.com> 2011-01-09 13:44:48 PST --- http://www.dsource.org/projects/phobos/changeset/2294 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 09 2011









d-bugmail puremagic.com 