Skip to content

Instantly share code, notes, and snippets.

@cheald
Created July 2, 2015 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheald/5417ab577218766c474f to your computer and use it in GitHub Desktop.
Save cheald/5417ab577218766c474f to your computer and use it in GitHub Desktop.
$ rake -T
ManyVarsDynamicScope.java:145:in `setValueDepthZero': java.lang.ArrayIndexOutOfBoundsException: 2
from ManyVarsDynamicScope.java:138:in `setValue'
from DynamicScope.java:223:in `setValue'
from InterpreterEngine.java:535:in `setResult'
from StartupInterpreterEngine.java:144:in `processOtherOp'
from StartupInterpreterEngine.java:107:in `interpret'
from Interpreter.java:127:in `INTERPRET_EVAL'
from Interpreter.java:182:in `evalCommon'
from Interpreter.java:207:in `evalWithBinding'
from RubyKernel.java:1012:in `evalCommon'
from RubyKernel.java:979:in `eval19'
from RubyKernel$INVOKER$s$0$3$eval19.gen:-1:in `call'
from DynamicMethod.java:225:in `call'
from DynamicMethod.java:221:in `call'
from CachingCallSite.java:353:in `cacheAndCall'
from CachingCallSite.java:227:in `call'
from /usr/local/rvm/gems/jruby-head/bin/jruby_executable_hooks:-1:in `invokeOther17:eval'
from /usr/local/rvm/gems/jruby-head/bin/jruby_executable_hooks:15:in `RUBY$script'
from MethodHandle.java:636:in `invokeWithArguments'
from Compiler.java:111:in `load'
from Ruby.java:824:in `runScript'
from Ruby.java:813:in `runScript'
from Ruby.java:751:in `runNormally'
from Ruby.java:573:in `runFromMain'
from Main.java:401:in `doRunFromMain'
from Main.java:296:in `internalRun'
from Main.java:225:in `run'
from Main.java:197:in `main'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment