Hi Jonathan,

> Will do, makes sense. Not sure the 'right' way to run all the tests from
> the checked out code? Can you give me a hint?
rake -T ;)

...
rake spec             # Run all tests: Exhaustive.
rake spec:unit        # Only run unit tests: Fast.
...

The integration tests in rake spec might provoke some failures, since 
the output of the examples is tested as well. That's 'normal'.

>
> We already know that Object#tap has to be added to a 1.8.6 env for
> parslet to work; I too am curious to see if all tests pass once this is
> done or not.
>
> Either way, it is in fact _working_ (once I worked around that weird
> issue at the start of this thread) for me in 1.8.6.

I guess I would try to make sure. But whatever fits your needs ;)

More assistance can be had on the IRC channel, btw. And we might ask you 
to explain what it is you're doing, out of curiosity ;)

kaspar






Reply via email to