September 06, 2010 [Issue 4827] New: std.format.formatValue for AArray | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=4827 Summary: std.format.formatValue for AArray Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: patch Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: rayerd.wiz@gmail.com --- Comment #0 from Haruki Shigemori <rayerd.wiz@gmail.com> 2010-09-05 20:53:28 PDT --- Created an attachment (id=747) Replace to "FormatSpec" from "ref FormatSpec" import std.stdio; void main() { int[string] aa = ["hhhhh":10, "jjjjj":20, "kkkkkk":30]; writeln(aa);//hhhhh:10 j:20 k:30 } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 18, 2010 [Issue 4827] patch: std.format.formatValue for AArray | ||||
---|---|---|---|---|
| ||||
Posted in reply to Haruki Shigemori | http://d.puremagic.com/issues/show_bug.cgi?id=4827 SHOO <zan77137@nifty.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |zan77137@nifty.com Resolution| |FIXED --- Comment #1 from SHOO <zan77137@nifty.com> 2010-09-18 06:58:58 PDT --- I fixed this at r2030. http://www.dsource.org/projects/phobos/changeset/2030 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation