diff options
author | antirez <antirez> | 2005-02-27 11:28:01 +0000 |
---|---|---|
committer | antirez <antirez> | 2005-02-27 11:28:01 +0000 |
commit | 1e36e4656b9cd5cb69ca32a7088ad147b0a67d05 (patch) | |
tree | d854f8e80d74c4f79fdcead6e83391b48f037a96 /TODO | |
parent | a52c478f7d07b44a58ef88974a06de8f3e7ed0e2 (diff) | |
download | jimtcl-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-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |