view mde/mergetag/doc/issues.txt @ 1:18491334a525

Finished format.d and parse.d modules; moved to mde/text. Partway implementing mde.mergetag.write.TextWriter. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 30 Oct 2007 17:08:12 +0000
parents d547009c104c
children b544c3a7c9ca
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:
	Threading support?

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

write.d:
	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.