summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011]dkf2009-11-241-1/+18
| |
* | Let [$obj varname x(y)] work. [Bug 2883857]dkf2009-10-221-1/+12
| |
* | Fix [Bug 2811598].dkf2009-06-241-1/+2
| |
* | More test suite cleanup for "-singleproc 1 -debug 1" testing.dgp2009-06-241-1/+2
| |
* | Added more introspection: ability to look up namespace of an object.dkf2009-05-151-2/+10
| |
* | Fix [Bug 2414858].dkf2009-05-081-3/+14
| |
* | Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-111-1/+93
| |
* | Fix [Bug 2704302]dkf2009-03-241-1/+26
| |
* | Fix tricky point that meant it was next to impossible to extend [oo::define].dkf2009-02-121-1/+20
| |
* | Fix [Bug 2519474]dkf2009-01-291-1/+13
| |
* | Fix [Bug 2531577]dkf2009-01-271-1/+22
| |
* | Narrow the focus of a failing test so that it succeeds (by only testing thatdkf2009-01-071-2/+2
| | | | | | | | which is supposed to be tested...)
* | Fix [Bug 2489836]dkf2009-01-061-1/+17
| |
* | Fix [Bug 2481109]dkf2009-01-061-3/+8
| |
* | Version bump of TclOOdkf2008-11-011-2/+2
| |
* | Fix [Bug 2200824] and make class constructor error handling much more robust.dkf2008-10-311-1/+50
| |
* | Fix [Bug 2155658]dkf2008-10-101-1/+23
| |
* | TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-1/+11
| | | | | | | | | | | | * doc/object.n: Revise standard oo method [my variable] to * generic/tclOOBasic.c: accept zero variable names. * tests/oo.test:
* | Fix [Bug 2120903]dkf2008-09-251-12/+25
| |
* | Implementation of TIP #320.#320.#320.dkf2008-09-231-3/+190
| |
* | Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-201-8/+23
| |
* | * 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