Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #192 (closed enhancement: fixed)

Opened 2 years ago

Last modified 9 months ago

Array formatting

Reported by: KirkMcDonald Assigned to: kris
Priority: minor Milestone: 0.99.4
Component: Tango Version:
Keywords: format array Cc:

Description

Tango does not know how to properly print an array. When Stdout.print is given an array, it simply prints out its type. I feel that this:

Stdout.print([1,2,3]);

Should output this:

[1,2,3]

Change History

03/02/07 19:08:01 changed by kris

  • status changed from new to assigned.
  • milestone set to 1.0.

11/25/07 02:14:23 changed by kris

  • status changed from assigned to closed.
  • resolution set to fixed.
  • milestone changed from 1.0 to 0.99.4.

keinfarbton fixed this recently