View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] Bug with obs in namespaces

From: Kristoffer Lawson <setok_at_fishpool.com>
Date: Sat, 4 Sep 2004 19:54:49 +0300 (EEST)

This could be related to what others have reported but:

[~/svn/codebase/trunk/tcl] package require XOTcl
1.3
[~/svn/codebase/trunk/tcl] namespace import xotcl::*
[~/svn/codebase/trunk/tcl] namespace eval foo {
>Class Foo
>Foo instproc blah {} {puts jou}
>Foo proc bar {} {puts bar}
>}
[~/svn/codebase/trunk/tcl] namespace delete foo
called Tcl_FindHashEntry on deleted table
Abort


                               / http://www.fishpool.com/~setok/