dgp The all.tcl file in tcllib could be greatly
simplified by [package require Tcl 8.3; package require
tcltest 2.2]
dgp though even then, [getErrorMessage] would
need to be defined, probably in a "loadScript"
aku Possibly. Are you willing to draw up a patch ?
aku getErrorMessage - yes, because the change
happened in 8.4
dgp If you want to register a brief FR in tcllib
about updating all.tcl and assign to me, that's OK./
dgp I don't expect to attack it with a high priority
though./
dgp It'
dgp s
aku Ok.
Logged In: YES
user_id=202636
Currently tcllib supports tcl 8.2. So it is a bug if the
tests cannot be run with tcl8.2. If some tests require
tcltest > 1.0 then we can mask those tests using contraints
or provide the missing test features in all.tcl.
Logged In: YES
user_id=75003
After the changes committed last night the "all.tcl" file does
work with Tcl 8.2, and there are no errors in the testsuite
anymore (8.2/3/4/5, linux)