From: Andreas K. <AKu...@su...> - 2019-08-21 17:01:34
|
On Wed, 21 Aug 2019 11:17:07 +0000 "Pietro Cerutti" <ga...@ga...> wrote: > On Aug 21 2019, 06:32 UTC, Andreas Kupries <aku...@sh...> wrote: > > > >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. > >Please test this revision in your environments as well. > > Two "hook" and three "string" tests fail with 8.7 because of (I > think) how it reports the name of namespaces ensemble commands. > Everything else is fine with both 8.6 and 8.7. This is FreeBSD > 12.0-RELEASE-p9 amd64. Thanks. Looking at the results it certainly looks to be a core change in the reporting of ensembles (full command getting reported now). I guess I should add 8.7 into my lineup as well, despite being alpha still, I believe. That said, given the alpha-ness of 8.7 I am willing to let these issues slide. > ---- string-token-shell-1.0 start > ==== string-token-shell-1.0 string token shell, wrong#args, not > ---- Result was: > wrong # args: should be > "::string::token::shell ?-indices? ?-partial? ?--? text" > ---- Result should have been (exact matching): > wrong # args: should be > "shell ?-indices? ?-partial? ?--? text" ==== string-token-shell-1.0 > FAILED -- Andreas Kupries SUSE Software Canada ULC Tcl'2019, Nov 5-8, Houston, TX, USA. http://www.tcl.tk/community/tcl2019/ |