Still some GC bugs kicking around that neither Leo nor I have been able to find yet. (Note that the bug in [string] may actually be a PGE leak, as that code uses the glob rules).
Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/cmd_global.t 3 768 3 3 100.00% 1-3 t/cmd_proc.t 3 768 5 3 60.00% 1-3 t/cmd_rename.t 2 512 2 2 100.00% 1-2 t/cmd_return.t 1 256 1 1 100.00% 1 t/cmd_string.t 1 256 35 1 2.86% 27
Recent commits:
1) eliminate a .boolean macro for truth checking, and use the appropriate override in TclString; and
2) fix another (apparently only potential) GC bug in TclString; and
3) add a "make tclsh" target to both tcl/ and tcl/examples - this will run the interactive version of tcl. (a stripped down version at the moment, of course).