Itcl - the [incr Tcl] extension

View Ticket
Login
2013-11-09
15:25 Closed ticket [36577626c3]: can not create objects inside class namespace plus 3 other changes artifact: 7529e54fdf user: wiede
2012-02-25
16:00 Fixed ticket [36577626c3]. artifact: 2cea35838b user: wiede
2012-02-09
13:03 New ticket [36577626c3]. artifact: 00e933cd10 user: anonymous

Ticket Hash: 36577626c340ad59615f0a0238d67872c009a8c9
Title: can not create objects inside class namespace
Status: Closed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2013-11-09 15:25:00
Version Found In: 4.0b7
Description:
Using version 4.0b7 and the following code snippet:

package req Itcl ::itcl::class ::a { constructor args {puts $args} destructor {} } ::a ::a::b

I got the error message:

no valid method implementation

The code was working in itcl 3.4.


wiede added on 2012-02-25 16:00:01 UTC:
was a special case when having the object in a child namespace of the class.

User Comments:
wiede added on 2013-11-09 15:25:00:
closed