Hi MINOS users,

There's a incompatible API change in the current SVN repository. The 
textwidget classes have now a different order how they are initialized. The 
previous stack effect was

( actor x [addr u] -- )

with x either a double number or an addr u pair, depending on the actor.

the current is
( x actor [addr u] -- )

with x either double number, addr u pair or floating point number, depending 
on the actor (there's a new float-action in minos-float.fs, which is not 
compiled into the normal build process, so you have to load it if you want 
to use it).

You can automatically convert Theseus-generated .m files with a one-liner in 
bash:

for i in *.m; do sed -f field.sed $i >$i+; mv $i+ $i; done

This sed script worked with all the examples, but it might have problems 
with reality.

Apologies for the inconvenience, but the old stack effect was simply broken.

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to