Hi, I'm having a trouble to make embedding tests pass right now.
After the commit, commit ebb0459ec816c5aebb2dd49387ac0fb324a8eae7 Author: Charles Oliver Nutter <[email protected]> Date: Wed Feb 17 15:59:31 2010 -0600 Fix an issue I introduced where -r flag with a missing file causes NPE. embedding tests started failing. The problem is in parsing. The first parsing succeeds, but the second, thrird, .. parsing always fail as in http://gist.github.com/307782. I looked the change made by that commit, but I'm not sure how to fix this. At least, Ruby#tearDown has no effect as far as I tried without executing tearDown method. I'm using ThreadContext.getCurrentScope method to get ManyVarsDynamicScope, http://gist.github.com/307821, for sharing local variables. Do I have a better way to get the scope? -Yoko --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
