view mde/mergetag/doc/issues.txt @ 0:d547009c104c

Repository creation. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 27 Oct 2007 18:05:39 +0100
parents
children 18491334a525
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).