Enoch,

> I believe that our cmove implementations require a test for zero length
> move. Currently they don't.

And here is what a small test gives

(ATmega16)> s" ABC" pad swap cmove pad 3 type
ABC ok
(ATmega16)> s" DEF" pad swap drop 0 cmove pad 3 type
ABC ok
(ATmega16)> s" DEF" pad swap drop 0 cmove> pad 3 type
ABC ok
(ATmega16)> 

Nothing's wrong here, so please provide a test case which
I can use to reproduce.

Matthias

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to