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

Ticket #853 (assigned defect)

Opened 9 months ago

Last modified 5 months ago

tango.text.convert.Layout.Layout(T).convertOne argument order

Reported by: Oskar Assigned to: kris (accepted)
Priority: normal Milestone: 1.0
Component: Tango Version: trunk
Keywords: triage Cc:

Description

public T[] tango.text.convert.Layout.Layout(T).convertOne(T[] result, TypeInfo? ti, Arg arg)

If convertOne is meant to be a public function, should it not take result as the last argument instead of as the first one and make result default to null like other similar Tango funcs?

Change History

01/10/08 12:15:34 changed by kris

It's not meant to be public, but needs to be visible in another (internal only) package). D does not appear to support that relationship very well :(

02/10/08 22:39:55 changed by kris

  • milestone set to 0.99.6.

02/23/08 00:53:47 changed by kris

Oskar: I'm going to hide this function, if that's ok?

02/23/08 01:08:13 changed by Oskar

Sure. I found a workaround and no longer need it, although it would still be nice to have a means to print something you only have a void* and a TypeInfo? of.

02/23/08 04:23:18 changed by kris

  • status changed from new to assigned.

yeah, you're right

04/18/08 00:59:00 changed by kris

  • milestone changed from 0.99.6 to 1.0.

05/24/08 15:20:21 changed by larsivi

  • keywords set to triage.