| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
are not introspectable directly. [cherrypick]
|
| |
|
| |
|
|
|
| |
Itcl 4 also demonstrated these problems.
|
| |
|
| |
|
|
|
|
| |
method call.
|
| |
|
| |
|
|
|
|
| |
even when construction didn't complete.
|
| |
|
| |
|
| |
|
|
|
|
| |
Test suite very unhappy with this. Shoving into
a mistake branch until that's sorted.
|
|
|
|
| |
is more appropriate in those two places.
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
copying an object, make sure that the configuration of the variable
resolver is also duplicated.
|
| |
|
| |
|
|
|
| |
produces the right sort of message.
|
|
|
| |
adding a dummy ifneeded script) and not just some of them.
|
| |
|
| |
|
|\
| |
| |
| | |
doesn't leave any dangling pointers for code to trip over.
|
| |
| |
| |
| | |
doesn't leave any dangling pointers for code to trip over.
|
|\ \
| |/
|/| |
cause more harm than good. Purged them (except in zlib files).
|
| |
| |
| |
| |
| |
| |
| | |
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!)
|
| |
| |
| |
| | |
cleanup code out of the test body and into the -setup/-cleanup stanzas.
|
| |
| |
| |
| | |
issue.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
(InfoClassMethodTypeCmd): Added introspection of method types so that
it is possible to find this info out without using errors.
|
| | |
|
| |
| |
| |
| | |
reliably call the object's destructor.
|
| | |
|