aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-02-27 11:28:01 +0000
committerantirez <antirez>2005-02-27 11:28:01 +0000
commit1e36e4656b9cd5cb69ca32a7088ad147b0a67d05 (patch)
treed854f8e80d74c4f79fdcead6e83391b48f037a96 /TODO
parenta52c478f7d07b44a58ef88974a06de8f3e7ed0e2 (diff)
downloadjimtcl-1e36e4656b9cd5cb69ca32a7088ad147b0a67d05.zip
jimtcl-1e36e4656b9cd5cb69ca32a7088ad147b0a67d05.tar.gz
jimtcl-1e36e4656b9cd5cb69ca32a7088ad147b0a67d05.tar.bz2
Now there is implicit subst in expr's strings like expr {"foo $i" eq $bar}.
More tests. A fix in the parsing code for line number calculation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9c65ff5..bbaa98d 100644
--- a/TODO
+++ b/TODO
@@ -37,3 +37,14 @@ IMPLEMENTATION ISSUES
- Remove SetTypeFromAny() method from the Jim_ObjType structure.
It's not useful, and it may be useful to have different prototypes
for the Set*FromAny() procedures of different types.
+
+ERROR MESSAGES
+
+- Display the procedure relative file number where the error happened.
+ Like:
+
+ In procedure 'check' line 11, called at file "test.tcl", line 1024
+
+ instead of just:
+
+ In procedure 'check' called at file "test.tcl", line 1024