summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Collapse)AuthorAgeFilesLines
* [593baa032c] Additional fix for the mixinSubs list.dgp2015-12-221-0/+6
|
* [593baa032c] Possible fix (with test) for segfault in superclass teardown.dgp2015-12-221-0/+7
|
* [3d96b7076e] Prevent crashes when destroying an object's class inside a ↵dkf2015-11-211-0/+51
| | | | method call.
* Added tests.tip_436dkf2015-07-101-0/+24
|
* [ad6696285c] Demonstrate that filters are not called for destructors.dkf2015-05-171-0/+28
|
* [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor ↵dkf2015-05-151-0/+25
| | | | even when construction didn't complete.
* Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-141-1/+1
|
* Exceptional handling of oo::class has to be consistent throughout.dgp2014-09-081-0/+10
|
* [7d52e1101b] oo::object should know that oo::class is a subclass.dkf2014-08-171-0/+17
|
* [75b8433707] Plug a subtle memory leak in TclOO. bug_75b8433707dkf2014-07-181-0/+13
| | | | Test suite very unhappy with this. Shoving into a mistake branch until that's sorted.
* Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" ↵jan.nijtmans2013-10-111-1/+1
| | | | is more appropriate in those two places.
* Bump TclOO version to 1.0.1dkf2013-09-181-2/+2
|
* define tests for this bug; no fix yetdkf2013-08-211-0/+30
|
* merge trunkbug_3610404dgp2013-08-141-0/+36
|\
| * Deal with the elaborate rip-apart-a-metaclass case as well.dkf2013-08-021-0/+19
| |
| * [9d61624b3d]: Stop crashes when emptying the superclass slot.dkf2013-08-021-0/+17
| |
* | added some test cases, based on bug reportdkf2013-04-091-0/+63
|/
* characterize bugdkf2013-02-081-0/+19
|
* Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0dgp2012-11-081-1/+1
|
* Update TclOO package to 0.7, correct copyright dates.dkf2012-07-121-2/+2
|
* * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-5/+105
| | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings.
* Fix [Bug 3396896]dkf2012-04-091-2/+16
|
* Fix [Bug 2712377]: [info vars] and object declared variablesdkf2012-04-091-0/+72
|
* Fix [Bug 3514761] and related ensemble/construction problems.dkf2012-04-041-1/+35
|
* Added characterisation of Bug 3514761; currently knownBug...dkf2012-04-041-0/+16
|
* Implementation of TIP #397dkf2012-03-271-5/+52
|
* Implementation of TIP #380dkf2012-03-261-1/+241
|
* * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: Whendkf2012-01-251-0/+22
| | | | copying an object, make sure that the configuration of the variable resolver is also duplicated.
* Noticed that a test now works.dkf2011-09-161-1/+1
|
* [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!dkf2011-09-161-0/+10
|
* [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-101-0/+132
| | | produces the right sort of message.
* Ensure that TclOO is properly found by all the various package mechanisms (bydkf2011-07-261-13/+6
| | | adding a dummy ifneeded script) and not just some of them.
* Bump TclOO version.corresponds_to_TclOO_0_6_3dkf2011-05-251-1/+1
|
* Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-251-2/+2
|
* [Bug 3185009]: Keep references to resolved object variables so that an unset ↵dkf2011-03-051-0/+16
|\ | | | | | | doesn't leave any dangling pointers for code to trip over.
| * [Bug 3185009]: Keep references to resolved object variables so that an unset ↵Bug_3185009dkf2011-03-041-0/+16
| | | | | | | | doesn't leave any dangling pointers for code to trip over.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ |/| cause more harm than good. Purged them (except in zlib files).
* | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Makedkf2011-01-181-1/+13
| | | | | | | | | | | | | | sure that the cmdPtr field of the procPtr is correct and relevant at all times so that [info frame] can report sensible information about a frame after a return to it from a recursive call, instead of probably crashing (depending on what else has overwritten the Tcl stack!)
* | Clean up of tests and conversion to tcltest 2. Target has been to get init anddkf2011-01-011-3/+3
| | | | | | | | cleanup code out of the test body and into the -setup/-cleanup stanzas.
* | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped thisdkf2010-11-181-1/+35
| | | | | | | | issue.
* | Clarify the tests so that what is being tested is in the body... :-)dkf2010-11-091-7/+10
| |
* | * tests/oo.test: Various tests for memory leaks.dkf2010-11-091-1/+35
| |
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)dkf2010-03-241-7/+9
| | | | | | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors.
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion.dkf2010-03-041-1/+25
| |
* | Fix [Bug 2950259] so that deleting an object by killing its namespace willdkf2010-02-151-8/+52
| | | | | | | | reliably call the object's destructor.
* | [Bug 2944404] Be careful in case an object deletes itself in its destructor.dkf2010-02-021-1/+17
| |
* | Improvements to destructor handling.dkf2010-01-281-1/+111
| | | | | | | | Stop crashes from odd destruction routes.
* | Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed.dgp2009-12-091-2/+2
| |
* | Match the version-bump of TclOO.dkf2009-11-271-2/+2
| |
* | [Bug 2903811]: Remove unneeded restrictions on usefully calling thedkf2009-11-271-1/+34
| | | | | | | | oo::object->variable method. Leaving it hidden is enough.