Hello, >> After looking at it more, there aren't really enough stack functions >> to warrant a test suite. > > Sounds like a fallacious argument to me. ;-) > > Would it be possible for you to add test cases? There are a few tests > under “stacks” in eval.test; perhaps something along these lines would > work?
Yes, you're right. Those tests showed me how to get a stack. I pushed the fix with two new test cases, and then cleaned up the stack-test code a bit. Thanks a lot, Noah