From: Andreas K. <aku...@sh...> - 2019-08-21 06:47:48
|
I have started the work on Tcllib release 1.20. See https://core.tcl-lang.org/tcllib/timeline?r=tcllib-1-20-rc for the branch this work is happening on. It passed the testsuite for me: Platform: Linux amd64 Core: 8.4.20, 8.5.19, 8.6.9 With: tcllibc Please test this revision in your environments as well. My test controller: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #!/bin/bash set -x log=../ALL clear echo rm -rf modules/tcllibc rm -f ${log}.* ./sak.tcl critcl > ${log}.critcl time nice ./sak.tcl test run -l ${log} "$@" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- See you, Andreas Kupries <aku...@sh...> <http://core.tcl.tk/akupries/> Developer @ SUSE Software Canada ULC <and...@su...> Tcl'2019, Nov 5-8, Houston, TX, USA. http://www.tcl.tk/community/tcl2019/ ------------------------------------------------------------------------------- |