view mde/mergetag/doc/issues.txt @ 7:b544c3a7c9ca

Some changes to exceptions and a few more debug commands. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 16 Jan 2008 12:48:07 +0000
parents 18491334a525
children f63f4f41a2dc
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?
	Use string IDs instead of integers? Could actually be faster due to no conversion being necessary.

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.