summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Expand)AuthorAgeFilesLines
* Also test the interpreted path.donal.k.fellows@manchester.ac.uk2016-07-071-5/+7
* Demonstrate that there is a problem.donal.k.fellows@manchester.ac.uk2016-07-051-0/+30
* New tests to demo the remaining flaw in ensemble dispatch revisions.dgp@users.sourceforge.net2016-07-051-0/+12
* [593baa032c] Additional fix for the mixinSubs list.dgp@users.sourceforge.net2015-12-221-0/+6
* [593baa032c] Possible fix (with test) for segfault in superclass teardown.dgp@users.sourceforge.net2015-12-221-0/+7
* [3d96b7076e] Prevent crashes when destroying an object's class inside a metho...donal.k.fellows@manchester.ac.uk2015-11-211-0/+51
* Added tests.donal.k.fellows@manchester.ac.uk2015-07-101-0/+24
* [ad6696285c] Demonstrate that filters are not called for destructors.donal.k.fellows@manchester.ac.uk2015-05-171-0/+28
* [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even...donal.k.fellows@manchester.ac.uk2015-05-151-0/+25
* Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp@users.sourceforge.net2014-10-141-1/+1
* Exceptional handling of oo::class has to be consistent throughout.dgp@users.sourceforge.net2014-09-081-0/+10
* [7d52e1101b] oo::object should know that oo::class is a subclass.donal.k.fellows@manchester.ac.uk2014-08-171-0/+17
* [75b8433707] Plug a subtle memory leak in TclOO. donal.k.fellows@manchester.ac.uk2014-07-181-0/+13
* Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" is...nijtmans@users.sourceforge.net2013-10-111-1/+1
* Bump TclOO version to 1.0.1donal.k.fellows@manchester.ac.uk2013-09-181-2/+2
* define tests for this bug; no fix yetdonal.k.fellows@manchester.ac.uk2013-08-211-0/+30
* merge trunkdgp@users.sourceforge.net2013-08-141-0/+36
|\
| * Deal with the elaborate rip-apart-a-metaclass case as well.donal.k.fellows@manchester.ac.uk2013-08-021-0/+19
| * [9d61624b3d]: Stop crashes when emptying the superclass slot.donal.k.fellows@manchester.ac.uk2013-08-021-0/+17
* | added some test cases, based on bug reportdonal.k.fellows@manchester.ac.uk2013-04-091-0/+63
|/
* characterize bugdonal.k.fellows@manchester.ac.uk2013-02-081-0/+19
* Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0dgp@users.sourceforge.net2012-11-081-1/+1
* Update TclOO package to 0.7, correct copyright dates.donal.k.fellows@manchester.ac.uk2012-07-121-2/+2
* * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdonal.k.fellows@manchester.ac.uk2012-05-201-5/+105
* Fix [Bug 3396896]donal.k.fellows@manchester.ac.uk2012-04-091-2/+16
* Fix [Bug 2712377]: [info vars] and object declared variablesdonal.k.fellows@manchester.ac.uk2012-04-091-0/+72
* Fix [Bug 3514761] and related ensemble/construction problems.donal.k.fellows@manchester.ac.uk2012-04-041-1/+35
* Added characterisation of Bug 3514761; currently knownBug...donal.k.fellows@manchester.ac.uk2012-04-041-0/+16
* Implementation of TIP #397donal.k.fellows@manchester.ac.uk2012-03-271-5/+52
* Implementation of TIP #380donal.k.fellows@manchester.ac.uk2012-03-261-1/+241
* * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: Whendonal.k.fellows@manchester.ac.uk2012-01-251-0/+22
* Noticed that a test now works.donal.k.fellows@manchester.ac.uk2011-09-161-1/+1
* [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!donal.k.fellows@manchester.ac.uk2011-09-161-0/+10
* [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdonal.k.fellows@manchester.ac.uk2011-09-101-0/+132
* Ensure that TclOO is properly found by all the various package mechanisms (bydonal.k.fellows@manchester.ac.uk2011-07-261-13/+6
* Bump TclOO version.donal.k.fellows@manchester.ac.uk2011-05-251-1/+1
* Implementation of TIP #381: Call Chain Introspection and Controldonal.k.fellows@manchester.ac.uk2011-05-251-2/+2
* [Bug 3185009]: Keep references to resolved object variables so that an unset ...donal.k.fellows@manchester.ac.uk2011-03-051-0/+16
|\
| * [Bug 3185009]: Keep references to resolved object variables so that an unset ...donal.k.fellows@manchester.ac.uk2011-03-041-0/+16
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/ |/|
* | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Makedonal.k.fellows@manchester.ac.uk2011-01-181-1/+13
* | Clean up of tests and conversion to tcltest 2. Target has been to get init anddonal.k.fellows@manchester.ac.uk2011-01-011-3/+3
* | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped thisdonal.k.fellows@manchester.ac.uk2010-11-181-1/+35
* | Clarify the tests so that what is being tested is in the body... :-)donal.k.fellows@manchester.ac.uk2010-11-091-7/+10
* | * tests/oo.test: Various tests for memory leaks.donal.k.fellows@manchester.ac.uk2010-11-091-1/+35
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)donal.k.fellows@manchester.ac.uk2010-03-241-7/+9
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion.donal.k.fellows@manchester.ac.uk2010-03-041-1/+25
* | Fix [Bug 2950259] so that deleting an object by killing its namespace willdonal.k.fellows@manchester.ac.uk2010-02-151-8/+52
* | [Bug 2944404] Be careful in case an object deletes itself in its destructor.donal.k.fellows@manchester.ac.uk2010-02-021-1/+17
* | Improvements to destructor handling.donal.k.fellows@manchester.ac.uk2010-01-281-1/+111