Menu

#83 Update all.tcl

open
None
6
2003-05-02
2003-01-06
No

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.

Discussion

  • Pat Thoyts

    Pat Thoyts - 2003-05-02

    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.

     
  • Pat Thoyts

    Pat Thoyts - 2003-05-02
    • priority: 5 --> 6
     
  • Andreas Kupries

    Andreas Kupries - 2003-05-02

    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)