No registered users in community xowiki
in last 10 minutes
in last 10 minutes
[Xotcl] old bug
From: Kristoffer Lawson <setok_at_fishpool.com>
Date: Sat, 20 Jan 2001 05:39:17 +0200 (EET)
Apparently a bug I think was fixed at one point has managed to creep in:
[~] Class Foo
Foo
[~] Foo instproc init {foo} {
> [self] instvar {foo fooAlias}
> puts "yeah"
>}
[~] Foo ob bar
variable "foo" already exists
while evaluating {Foo ob bar}
Ie. although an alias is created, the foo variable conflicts.
- ---------- = = ---------//--+
| / Kristoffer Lawson | www.fishpool.fi|.com
+-> | setok_at_fishpool.com | - - --+------
|-- Fishpool Creations Ltd - / |
+-------- = - - - = --------- /~setok/
Date: Sat, 20 Jan 2001 05:39:17 +0200 (EET)
Apparently a bug I think was fixed at one point has managed to creep in:
[~] Class Foo
Foo
[~] Foo instproc init {foo} {
> [self] instvar {foo fooAlias}
> puts "yeah"
>}
[~] Foo ob bar
variable "foo" already exists
while evaluating {Foo ob bar}
Ie. although an alias is created, the foo variable conflicts.
- ---------- = = ---------//--+
| / Kristoffer Lawson | www.fishpool.fi|.com
+-> | setok_at_fishpool.com | - - --+------
|-- Fishpool Creations Ltd - / |
+-------- = - - - = --------- /~setok/