No registered users in community xowiki
in last 10 minutes
in last 10 minutes
[Xotcl] Is this a bug?
From: Murr, Florian <florian.murr_at_siemens.com>
Date: Thu, 8 Dec 2005 12:14:48 +0100
package require XOTcl 1.3.8
namespace import xotcl::*
Class X -parameter {
{y y0}
}
X instproc init {args} { puts "[self] init '$args'"; next }
X instproc y {args} {
set x [next]
puts "[self] y '$args'"
set x
}
X create x -y y1
puts "expected 'y1', but got: '[x y]'"
regards,
- Florian Murr
Date: Thu, 8 Dec 2005 12:14:48 +0100
package require XOTcl 1.3.8
namespace import xotcl::*
Class X -parameter {
{y y0}
}
X instproc init {args} { puts "[self] init '$args'"; next }
X instproc y {args} {
set x [next]
puts "[self] y '$args'"
set x
}
X create x -y y1
puts "expected 'y1', but got: '[x y]'"
regards,
- Florian Murr