comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:d547009c104c
1 This is mostly just a list of potential minor issues noticed while coding but not seen worth throwing an error about.
2
3 Overall:
4 Threading support?
5
6 read.d:
7 Allow only partially loading a file.
8 parseSection():
9 as mentioned at end of function
10 formatting errors could be more informative; in particular say where the error is
11
12 write.d:
13 There is currently no way to specify the base in which numbers are written (in text form).
14
15 parse.d:
16 No support for escaped quotes in strings during tokenisation (by tango.text.Util.quotes).
17