summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclOO.c: Revised TclOO's check for an interpdgp2008-08-061-1/+29
| | | | | | | | | | being deleted during handling of object command deletion. The old code was relying on documented features of command delete traces that do not in fact work. [Bug 2039178]. * tests/oo.test (oo-26.*): Added tests that demonstrate failure of TclOO to check for various kinds of invalid bytecode during method dispatch. [Bug 2037727].
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-3/+3
| | | | | | | | | | | | | | | | | of location for uplevel scripts. Resolved merge conflict on info-37.0, switched !singleTestInterp constraint to glob matching instead. Ditto info-22.8, removed constraint, more glob matching, and reduced the depth of the stack we check. More is coming, right now I want to commit the bug fixes. * tests/oo.test: Updated oo-22.1 for expanded location tracking. * generic/tclCompile.c (TclInitCompileEnv): Reorganized the initialization of the #280 location information to match the flow in TclEvalObjEx to get more absolute contexts. * generic/tclBasic.c (TclEvalObjEx): Added missing cleanup of extended location information.
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
|
* Make [next] work as described in TIP. [Bug 1998244]dkf2008-06-191-11/+13
|
* Fix [Bug 1998221]dkf2008-06-191-1/+18
|
* Plug method-related memory leaks pointed out by Miguel.dkf2008-05-311-1/+8
|
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+1769
|
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-1243/+0
|
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-0/+1243
other developers