It seems that filter is broken on the Win32 platform(ver 0.91 and ver 0.93). The following code runs ok on Linux(XOTcl ver 0.91) but not on the Win32 platforms(>= 0.91). I don't think my installation is at fault.(library installed ok, etc) but I could be wrong. I haven't tried ver 0.93 on Linux as I am waiting on the RPM.
Code: Class A A instproc ma args { puts "method ma of A" }
A instproc f args { puts "filter f of A" next }
A instfilter f A a a ma
The Result on Win32:
method ma of A
Regards, --sheik
I've tried it on Win NT with xotcl 0.9.3 (as released two days ago) and the result is the same as on my linux machine:
filter f of A filter f of A filter f of A method ma of A filter f of A
Perhaps there's some problem with your xotcl/tcl installation on your win platform?
--uwe
On Tuesday 18 December 2001 23:15, Sheik Yussuff wrote:
It seems that filter is broken on the Win32 platform(ver 0.91 and ver 0.93). The following code runs ok on Linux(XOTcl ver 0.91) but not on the Win32 platforms(>= 0.91). I don't think my installation is at fault.(library installed ok, etc) but I could be wrong. I haven't tried ver 0.93 on Linux as I am waiting on the RPM.
Code: Class A A instproc ma args { puts "method ma of A" }
A instproc f args { puts "filter f of A" next }
A instfilter f A a a ma
The Result on Win32:
method ma of A
Regards, --sheik
Xotcl mailing list - Xotcl@alice.wu-wien.ac.at http://alice.wu-wien.ac.at/mailman/listinfo/xotcl