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 11.67 years ago |
Created: |
2012-02-09 13:03:54 13.42 years ago |
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: | ||||
User Comments: | ||||
wiede added on 2013-11-09 15:25:00:
closed |