view mde/mergetag/doc/issues.txt @ 8:f63f4f41a2dc

Big changes to init; got some way towards input event support; changed mergetag ID to char[] from uint. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 25 Jan 2008 18:17:38 +0000
parents b544c3a7c9ca
children 4c3575400769
line wrap: on
line source

This is mostly just a list of potential minor issues noticed while coding but not seen worth throwing an error about.

Overall:

read.d:
	Allow only partially loading a file.
	parseSection(): as mentioned at end of function
	formatting errors could be more informative; in particular say where the error is
	No binary support.

write.d:
	Threading support?
	There is currently no way to specify the base in which numbers are written (in text form).

parse.d:
	No support for escaped quotes in strings during tokenisation (by tango.text.Util.quotes).
	Doesn't support cent/ucent.

format.d:
	No support for cent/ucent or ulong where val > long.max.