[Issue 6597] New: to!SomeString should use std.format.formatValue

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 2 12:00:12 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6597

           Summary: to!SomeString should use std.format.formatValue
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: k.hara.pg at gmail.com


--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2011-09-02 12:00:03 PDT ---
I have posted two pull requests around value formatting/unformatting features.
(They are yet not merged.)

Improve std.format.formatValue
https://github.com/D-Programming-Language/phobos/pull/126

Improve value unformatting
https://github.com/D-Programming-Language/phobos/pull/208

After their merging into Phobos, std.conv.to can use them for value to string.

I think we should consolidate formatting/unformatting functions into
std.format.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list