From: Pietro C. <ga...@ga...> - 2014-02-03 12:53:45
|
On 2014-Jan-31, 10:19, Andreas Kupries wrote: > I am currently working on getting a Tcllib 1.16 release done. > The relevant branch is tclib-1-16-rc, see > > https://core.tcl.tk/tcllib/timeline?n=200&r=tcllib-1-16-rc > > for the timeline. > > While I am still holding back a bit in the hope of getting the > data/feedback necessary to fix an issue in the spaghetti monster (*) > that is the ftp internals the head of this RC branch is now in a state > which is good for testing, and release. > > Archives (tarball, and zip) of this RC work can be gotten at > > http://core.tcl.tk/tcllib/zip/Tcllib1.16.zip?uuid=tcllib-1-16-rc > http://core.tcl.tk/tcllib/tarball/Tcllib-1.16.tar.gz?uuid=tcllib-1-16-rc > > (Note: The spider defense requires site login as anon or better before > allowing access to these links) > > The README summarizing the changes is at > > https://core.tcl.tk/tcllib/doc/tcllib-1-16-rc/support/releases/history/README-1.16.txt > > If you have time, please download and test. Hello Andreas, first off, thanks for the effort in getting 1.6 ready! I have a failing test on FreeBSD: @@ Testsuite modules/struct/sets.test @@ StartFile 1391432017 - tcllib::testutils 1.2 * struct::set 2.2.3 > pure Tcl ---- set-tcl-1.0 start ==== set-tcl-1.0 nothing FAILED ==== Contents of test case: catch {setop} msg set msg ---- Result was: wrong # args: should be "::struct::set cmd ?arg ...?" ---- Result should have been (exact matching): wrong # args: should be "setop cmd ?arg ...?" ==== set-tcl-1.0 FAILED I think it's because of the interp alias at line 42 of sets.test: interp alias {} setop {} ::struct::set It works fine with both 8.5 and 8.4. Also, the attached patch fixes a typo in the debug manpage. Thanks, -- Pietro Cerutti ga...@ga... PGP Public Key: http://gahr.ch/pgp |