diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mde/mergetag/doc/issues.txt	Sat Oct 27 18:05:39 2007 +0100
@@ -0,0 +1,17 @@
+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).
+    
\ No newline at end of file