EUforum Messages
- Powered by Euphoria -
Post Reply Previous Next All Messages
Date: Thu May 8 22:10
From: Jeremy Cowgar <jeremy at co?gar.co?>
Subject: Re: Revision 417 -- tests are broke

CChris wrote:
> 
> 
> Ok, reverting the changes to stack.e then.
> 

push() acts differently depending on type of stack... FIFO = First in first
out or FILO = First in last out. So, since push alters which end of the stack
items are added to, that allows functions like dup(), top(), at(), swap() all
to work the same way regardless of stack type.

BTW... Just SVN up'ed

636 tests run, 636 passed, 0 failed, 100% success

Yay! Yay! Yay! Thanks!

--
Jeremy Cowgar
http://jeremy.cowgar.com

 
Post Reply Previous Next All Messages