parenthetcl/bugs-and-limitations.txt _______________________________________________________________________________ CURRENT LIMITATIONS * Only ONE parenthetcl .so object file may be loaded in any Tcl process * unset d($key) only works if d is a local (dict) variable _______________________________________________________________________________ BUGS * ` return "${s}i" ' caused a core dump * Calling a dynamic function without matching all parameter types can be broken -- this also shows up when invoking lambdas. * Unary - not implemnted. Niether is ~ * If you try to use a non-existant key in a dictionary, it creates the key. (Moderatley difficult to fix) _______________________________________________________________________________ QUESTIONABLE ISSUES * Sometimes something like this evaluates to true: ( "" eq 0 ) How to reproduce? Was I mistaken? Is 0 still a special typed literal? See tests/statements.p7 test_funny_0 * Other issues with null and 0, in test_funny_0 _______________________________________________________________________________