Created
July 31, 2015 19:02
-
-
Save nlowe/25e0ccda973154cafc5e to your computer and use it in GitHub Desktop.
`gollum` and `gollum-lib` unit tests under windows and JRuby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bundle : io/console not supported; tty will not be manipulated | |
| At line:1 char:1 | |
| + bundle exec rake test > gollum.lib.tests.log 2>&1 | |
| + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| + CategoryInfo : NotSpecified: (io/console not ... be manipulated:String) [], RemoteException | |
| + FullyQualifiedErrorId : NativeCommandError | |
| io/console not supported; tty will not be manipulated | |
| C:/jruby-1.7.21/bin/jruby.exe -I"lib;lib;test;." -I"C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rake-10.4.2/lib" | |
| "C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/rake_test_loader.rb" "test/**/test_*.rb" | |
| io/console not supported; tty will not be manipulated | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rouge-1.9.1/lib/rouge/lexers/shell.rb:20 warning: already initialized constant KEYWORDS | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rouge-1.9.1/lib/rouge/lexers/shell.rb:25 warning: already initialized constant BUILTINS | |
| Loaded suite C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/rake_test_loader | |
| Started | |
| The system cannot find the path specified. | |
| ...E | |
| ================================================================================ | |
| Error: test_on_disk_file__with_symlink__raw_data(File_with_checkout): NoMethodError: undefined method `raw_data' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_file.rb:69:in `test_on_disk_file__with_symlink__raw_data' | |
| 66: test "on disk file, with symlink, raw_data" do | |
| 67: file = @wiki.file("Data-Two.csv") | |
| 68: | |
| => 69: assert_match /^FirstName,LastName\n/, file.raw_data | |
| 70: end | |
| 71: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_on_disk_file_access(File_with_checkout): NoMethodError: undefined method `on_disk_path' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_file.rb:52:in `test_on_disk_file_access' | |
| 49: | |
| 50: test "on disk file access" do | |
| 51: file = @wiki.file("Bilbo-Baggins.md", 'master', true) | |
| => 52: path = file.on_disk_path | |
| 53: | |
| 54: assert ::File.exist?(path) | |
| 55: assert_match /^# Bilbo Baggins\n\nBilbo Baggins/, IO.read(path) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_on_disk_file_detection(File_with_checkout): NoMethodError: undefined method `on_disk?' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_file.rb:47:in `test_on_disk_file_detection' | |
| 44: | |
| 45: test "on disk file detection" do | |
| 46: file = @wiki.file("Bilbo-Baggins.md", 'master', true) | |
| => 47: assert file.on_disk? | |
| 48: end | |
| 49: | |
| 50: test "on disk file access" do | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_symbolic_link(File_with_checkout): NoMethodError: undefined method `raw_data' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_file.rb:42:in `test_symbolic_link' | |
| 39: test "symbolic link" do | |
| 40: file = @wiki.file("Data-Two.csv") | |
| 41: | |
| => 42: assert_match /^FirstName,LastName\n/, file.raw_data | |
| 43: end | |
| 44: | |
| 45: test "on disk file detection" do | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_symbolic_link__with_on_disk(File_with_checkout): NoMethodError: undefined method `on_disk?' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_file.rb:61:in `test_symbolic_link__with_on_disk' | |
| 58: test "symbolic link, with on-disk" do | |
| 59: file = @wiki.file("Data-Two.csv", 'master', true) | |
| 60: | |
| => 61: assert file.on_disk? | |
| 62: assert_match /Data\.csv$/, file.on_disk_path | |
| 63: assert_match /^FirstName,LastName\n/, IO.read(file.on_disk_path) | |
| 64: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| .......E | |
| ================================================================================ | |
| Error: test_tag_processing_time_is_not_exponential_in_number_of_tags(Gollum__Filter__Tags): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RUBY.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:233) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_tag_processing_time_is_not_exponential_in_number_of_tags(C:/Users/nlowe/Projects/gollum-lib/test/filter/test_tags.rb:21) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| ...............................F | |
| ================================================================================ | |
| Failure: "<p>a</p><pre class=\"highlight\"><code>\u251C\u2500foo</code></pre><p>b</p>" expected to be HTML equivalent to "<p>a</p>\n\n<pre class=\"highlight\"><code>??foo</code></pre>\n\n\n<p>b</p>". | |
| test_code_blocks_with_ascii_characters(Markup) | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/assertions.rb:16:in `assert_html_equal' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_markup.rb:1052:in `compare' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_markup.rb:679:in `test_code_blocks_with_ascii_characters' | |
| 676: test "code blocks with ascii characters" do | |
| 677: content = "a\n\n```\nΓö£ΓöÇfoo\n```\n\nb" | |
| 678: output = %(<p>a</p><pre class=\"highlight\"><code>Γö£ΓöÇfoo</code></pre><p>b</p>) | |
| => 679: compare(content, output) | |
| 680: end | |
| 681: | |
| 682: test "code with wiki links" do | |
| ================================================================================ | |
| .F | |
| ================================================================================ | |
| Failure: "<p>a</p>\n\n<pre class=\"highlight\"><code><span class=\"n\">s</span> <span class=\"o\">=</span> <span class=\"s1\">'\u3084\u304F\u3057\u307E\u308B\u3048\u3064\u3053'</span></code></pre>\n\n<p>b</p>" expected to be HTML equivalent to "<p>a</p>\n\n<pre class=\"highlight\"><code><span class=\"n\">s</span> <span class=\"o\">=</span> <span class=\"s1\">'????????'</span></code></pre>\n\n\n<p>b</p>". | |
| test_code_blocks_with_multibyte_characters_indent(Markup) | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/assertions.rb:16:in `assert_html_equal' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_markup.rb:673:in `test_code_blocks_with_multibyte_characters_indent' | |
| 670: | |
| 671: page = @wiki.page("Bilbo Baggins") | |
| 672: rendered = Gollum::Markup.new(page).render(false, 'utf-8') | |
| => 673: assert_html_equal output, rendered | |
| 674: end | |
| 675: | |
| 676: test "code blocks with ascii characters" do | |
| ================================================================================ | |
| ................................................................................ | |
| The system cannot find the path specified. | |
| .....................................E | |
| ================================================================================ | |
| Error: test_cannot_revert_conflicting_commit(Page_Reverting): Java::OrgEclipseJgitErrors::MissingObjectException: Missing unknown 302a5491a9a5ba12c7652ac831a44961afa312d2 | |
| org.eclipse.jgit.internal.storage.file.WindowCursor.open(org/eclipse/jgit/internal/storage/file/WindowCursor.java:148) | |
| org.eclipse.jgit.lib.ObjectReader.open(org/eclipse/jgit/lib/ObjectReader.java:229) | |
| org.eclipse.jgit.revwalk.RevWalk.parseAny(org/eclipse/jgit/revwalk/RevWalk.java:840) | |
| org.eclipse.jgit.lib.Repository.parseSimple(org/eclipse/jgit/lib/Repository.java:728) | |
| org.eclipse.jgit.lib.Repository.resolve(org/eclipse/jgit/lib/Repository.java:440) | |
| org.eclipse.jgit.lib.Repository.resolve(org/eclipse/jgit/lib/Repository.java:384) | |
| RUBY.diff(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:128) | |
| RUBY.diff(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:384) | |
| RUBY.full_reverse_diff_for(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:862) | |
| RUBY.revert_page(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:512) | |
| RUBY.test_cannot_revert_conflicting_commit(C:/Users/nlowe/Projects/gollum-lib/test/test_page_revert.rb:55) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_push_and_pull(Pushing_and_pulling): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum-lib/test/examples/Pushing_and_pulling20150731-8044-js89aw/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:56) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:121) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:296) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_1_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| .F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_absolute_directory(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:713:in `test_rename_page_absolute_directory' | |
| 710: source = @wiki.page("B") | |
| 711: | |
| 712: # B.md => C.md | |
| => 713: assert @wiki.rename_page(source, "/C", rename_commit_details) | |
| 714: | |
| 715: assert_renamed source, @wiki.page("C") | |
| 716: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_absolute_directory_with_subdir_creation(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:777:in `test_rename_page_absolute_directory_with_subdir_creation' | |
| 774: source = @wiki.paged("H", "G") | |
| 775: | |
| 776: # G/H.md => G/K/F.md | |
| => 777: assert @wiki.rename_page(source, "/G/K/F", rename_commit_details) | |
| 778: | |
| 779: new_page = @wiki.paged("F", "G/K") | |
| 780: assert_not_nil new_page | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_absolute_directory_with_subdir_creation_containing_space(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:789:in `test_rename_page_absolute_directory_with_subdir_creation_containing_space' | |
| 786: source = @wiki.paged("H", "G") | |
| 787: | |
| 788: # G/H.md => G/K L/F.md | |
| => 789: assert @wiki.rename_page(source, "/G/K L/F", rename_commit_details) | |
| 790: | |
| 791: new_page = @wiki.paged("F", "G/K L") | |
| 792: assert_not_nil new_page | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_absolute_directory_with_subdirs(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:733:in `test_rename_page_absolute_directory_with_subdirs' | |
| 730: source = @wiki.paged("H", "G") | |
| 731: | |
| 732: # G/H.md => G/F.md | |
| => 733: assert @wiki.rename_page(source, "/G/F", rename_commit_details) | |
| 734: | |
| 735: assert_renamed source, @wiki.paged("F", "G") | |
| 736: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| ..F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_containing_space_absolute_directory_with_subdir(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:743:in `test_rename_page_containing_space_absolute_directory_with_subdir' | |
| 740: source = @wiki.paged("H", "G") | |
| 741: | |
| 742: # G/H.md => G/F H.md | |
| => 743: assert @wiki.rename_page(source, "/G/F H", rename_commit_details) | |
| 744: | |
| 745: assert_renamed source, @wiki.paged("F H", "G") | |
| 746: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_containing_space_with_subdir(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:686:in `test_rename_page_containing_space_with_subdir' | |
| 683: source = @wiki.paged("H", "G") | |
| 684: | |
| 685: # G/H.md => G/F H.md | |
| => 686: assert @wiki.rename_page(source, "G/F H", rename_commit_details) | |
| 687: | |
| 688: assert_renamed source, @wiki.paged("F H", "G") | |
| 689: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_containing_space_without_directories(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:666:in `test_rename_page_containing_space_without_directories' | |
| 663: source = @wiki.page("B") | |
| 664: | |
| 665: # B.md => C D.md | |
| => 666: assert @wiki.rename_page(source, "C D", rename_commit_details) | |
| 667: | |
| 668: assert_renamed source, @wiki.page("C D") | |
| 669: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| .F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_relative_directory_with_new_dir_creation(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:753:in `test_rename_page_relative_directory_with_new_dir_creation' | |
| 750: source = @wiki.paged("H", "G") | |
| 751: | |
| 752: # G/H.md => G/K/F.md | |
| => 753: assert k = @wiki.rename_page(source, "K/F", rename_commit_details) | |
| 754: | |
| 755: new_page = @wiki.paged("F", "K") | |
| 756: assert_not_nil new_page | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_relative_directory_with_new_dir_creation_containing_space(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:765:in `test_rename_page_relative_directory_with_new_dir_creation_containing_space' | |
| 762: source = @wiki.paged("H", "G") | |
| 763: | |
| 764: # G/H.md => G/K L/F.md | |
| => 765: assert k = @wiki.rename_page(source, "K L/F", rename_commit_details) | |
| 766: | |
| 767: new_page = @wiki.paged("F", "K L") | |
| 768: assert_not_nil new_page | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_rename_page_with_a_name_of_an_already_existing_page_does_not_clobber_that_page(Renames_directory_traversal): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RJGit::Plumbing::TreeBuilder.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RJGit::Plumbing::TreeBuilder.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RJGit::Plumbing::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RJGit::Plumbing::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| Gollum::Git::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| Gollum::Git::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| Gollum::Committer.commit(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| Gollum::Committer.commit(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| Gollum::Wiki.write_page(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| Gollum::Wiki.write_page(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_rename_page_with_a_name_of_an_already_existing_page_does_not_clobber_that_page(C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:797) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_with_space_absolute_directory(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:723:in `test_rename_page_with_space_absolute_directory' | |
| 720: source = @wiki.page("B") | |
| 721: | |
| 722: # B.md => C D.md | |
| => 723: assert @wiki.rename_page(source, "/C D", rename_commit_details) | |
| 724: | |
| 725: assert_renamed source, @wiki.page("C D") | |
| 726: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_with_subdirs(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:676:in `test_rename_page_with_subdirs' | |
| 673: source = @wiki.paged("H", "G") | |
| 674: | |
| 675: # G/H.md => G/F.md | |
| => 676: assert @wiki.rename_page(source, "G/F", rename_commit_details) | |
| 677: | |
| 678: assert_renamed source, @wiki.paged("F", "G") | |
| 679: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_rename_page_without_directories(Renames_directory_traversal) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:656:in `test_rename_page_without_directories' | |
| 653: source = @wiki.page("B") | |
| 654: | |
| 655: # B.md => C.md | |
| => 656: assert @wiki.rename_page(source, "C", rename_commit_details) | |
| 657: | |
| 658: assert_renamed source, @wiki.page("C") | |
| 659: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_create_and_read_non_latin_page_with_anchor_1(Unicode_Support): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum-lib/test/examples/Unicode_Support20150731-8044-1xvlexr/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:56) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:261) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:366) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:238) | |
| org.jruby.ast.CallThreeArgNode.interpret(CallThreeArgNode.java:61) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_1_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_create_and_read_non_latin_page_with_anchor_2(Unicode_Support): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum-lib/test/examples/Unicode_Support20150731-8044-10d34he/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:56) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:261) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:366) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:238) | |
| org.jruby.ast.CallThreeArgNode.interpret(CallThreeArgNode.java:61) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_1_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_create_and_read_non_latin_page_with_anchor_3(Unicode_Support): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum-lib/test/examples/Unicode_Support20150731-8044-ob1dp9/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:56) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:261) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:366) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:238) | |
| org.jruby.ast.CallThreeArgNode.interpret(CallThreeArgNode.java:61) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_1_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_unicode_with_existing_format_rules(Unicode_Support): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum-lib/test/examples/Unicode_Support20150731-8044-yda98x/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:56) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| rubyjit.Gollum::Wiki$$write_page_4faff3cda7a8c6a8fcb5ba08a4bf2dede4d9dbc61442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:261) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:366) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:238) | |
| org.jruby.ast.CallThreeArgNode.interpret(CallThreeArgNode.java:61) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_1_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| ...E | |
| ================================================================================ | |
| Error: test_post_commit_hooks_called_after_committing(Wiki): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum-lib/test/examples/Wiki20150731-8044-34br8i/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:56) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_1_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| ..E | |
| ================================================================================ | |
| Error: test_yield_after_commit_callback(Wiki): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum-lib/test/examples/Wiki20150731-8044-ocp1d2/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:56) | |
| rubyjit.Gollum::Committer$$actor_a3196e701690b0e665411e2184e8b0a51c8df35b1442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| rubyjit.Gollum::Committer$$commit_f881d9a3d630dbcbcd57d5fe0e5ebef1231791501442407170.__file__(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| rubyjit.Test::Unit::TestCase$$run_test_a1cc227ce5b107b52aee54d1de424f70f2e28c261442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_1_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| rubyjit.Test::Unit::TestCase$$run_2ce31433d912b163978849fb723cabc753873a471442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| rubyjit.Test::Unit::TestSuite$$run_test_d6c59b6ffcd6ac262a5643abadd93b19eb7fb3701442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| .....E | |
| ================================================================================ | |
| Error: test_gets_scoped_page_from_specified_directory(Wiki): Gollum::Git::NoSuchShaFound: Gollum::Git::NoSuchShaFound | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:263:in `read_tree' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:107:in `test_gets_scoped_page_from_specified_directory' | |
| 104: begin | |
| 105: wiki = Gollum::Wiki.new(@path) | |
| 106: index = wiki.repo.index | |
| => 107: index.read_tree 'master' | |
| 108: index.add('Foobar/Elrond.md', 'Baz') | |
| 109: index.commit 'Add Foobar/Elrond.', [wiki.repo.head.commit], Gollum::Git::Actor.new('Tom Preston-Werner', 'tom@github.com') | |
| 110: | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| .........................E | |
| ================================================================================ | |
| Error: test_update_page(Wiki_page_writing_with_whitespace__filename_contains_whitespace_): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:399:in `test_update_page' | |
| 396: end | |
| 397: | |
| 398: test "update_page" do | |
| => 399: assert_equal :mediawiki, @wiki.page("Samwise Gamgee").format | |
| 400: assert_equal "Samwise Gamgee.mediawiki", @wiki.page("Samwise Gamgee").filename | |
| 401: | |
| 402: page = @wiki.page("Samwise Gamgee") | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_update_page_with_format_change__verify_non_canonicalization_of_filename___where_filename_contains_Whitespace(Wiki_page_writing_with_whitespace__filename_contains_whitespace_): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:411:in `test_update_page_with_format_change__verify_non_canonicalization_of_filename___where_filename_contains_Whitespace' | |
| 408: end | |
| 409: | |
| 410: test "update page with format change, verify non-canonicalization of filename, where filename contains Whitespace" do | |
| => 411: assert_equal :mediawiki, @wiki.page("Samwise Gamgee").format | |
| 412: assert_equal "Samwise Gamgee.mediawiki", @wiki.page("Samwise Gamgee").filename | |
| 413: | |
| 414: page = @wiki.page("Samwise Gamgee") | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_update_page_with_name_and_format_change__verify_canonicalization_of_filename__where_filename_contains_Whitespace(Wiki_page_writing_with_whitespace__filename_contains_whitespace_): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:434:in `test_update_page_with_name_and_format_change__verify_canonicalization_of_filename__where_filename_contains_Whitespace' | |
| 431: end | |
| 432: | |
| 433: test "update page with name and format change, verify canonicalization of filename, where filename contains Whitespace" do | |
| => 434: assert_equal :mediawiki, @wiki.page("Samwise Gamgee").format | |
| 435: assert_equal "Samwise Gamgee.mediawiki", @wiki.page("Samwise Gamgee").filename | |
| 436: | |
| 437: page = @wiki.page("Samwise Gamgee") | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_update_page_with_name_change__verify_canonicalization_of_filename__where_filename_contains_Whitespace(Wiki_page_writing_with_whitespace__filename_contains_whitespace_): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:423:in `test_update_page_with_name_change__verify_canonicalization_of_filename__where_filename_contains_Whitespace' | |
| 420: end | |
| 421: | |
| 422: test "update page with name change, verify canonicalization of filename, where filename contains Whitespace" do | |
| => 423: assert_equal :mediawiki, @wiki.page("Samwise Gamgee").format | |
| 424: assert_equal "Samwise Gamgee.mediawiki", @wiki.page("Samwise Gamgee").filename | |
| 425: | |
| 426: page = @wiki.page("Samwise Gamgee") | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| .............E | |
| ================================================================================ | |
| Error: test_delete_a_page(Wiki_sync_with_working_directory__filename_contains_whitespace_): NoMethodError: undefined method `path' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:477:in `delete_page' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:544:in `test_delete_a_page' | |
| 541: | |
| 542: test "delete a page" do | |
| 543: page = @wiki.page("Samwise Gamgee") | |
| => 544: @wiki.delete_page(page, commit_details) | |
| 545: assert !File.exist?(File.join(@path, "Samwise Gamgee.mediawiki")) | |
| 546: end | |
| 547: | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_delete_a_page(Wiki_sync_with_working_directory__filename_contains_whitespace_): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/Wiki_sync_with_working_directory__filename_contains_whitespace_20150731-8044-1m9xvv2 | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:549:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_different_name_and_different_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): NoMethodError: undefined method `path' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:432:in `update_page' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:537:in `test_update_a_page_with_different_name_and_different_format' | |
| 534: | |
| 535: test "update a page with different name and different format" do | |
| 536: page = @wiki.page("Samwise Gamgee") | |
| => 537: @wiki.update_page(page, "Sam Gamgee", :textile, "What we need is a few good taters.", commit_details) | |
| 538: assert_equal "What we need is a few good taters.", File.read(File.join(@path, "Sam-Gamgee.textile")) | |
| 539: assert !File.exist?(File.join(@path, "Samwise Gamgee.mediawiki")) | |
| 540: end | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_different_name_and_different_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/Wiki_sync_with_working_directory__filename_contains_whitespace_20150731-8044-f9fmzt | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:549:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_different_name_and_same_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:523:in `test_update_a_page_with_different_name_and_same_format' | |
| 520: | |
| 521: test "update a page with different name and same format" do | |
| 522: page = @wiki.page("Samwise Gamgee") | |
| => 523: @wiki.update_page(page, "Sam Gamgee", page.format, "What we need is a few good taters.", commit_details) | |
| 524: assert_equal "What we need is a few good taters.", File.read(File.join(@path, "Sam-Gamgee.mediawiki")) | |
| 525: assert !File.exist?(File.join(@path, "Samwise Gamgee")) | |
| 526: end | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_different_name_and_same_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/Wiki_sync_with_working_directory__filename_contains_whitespace_20150731-8044-owtuyk | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:549:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_same_name_and_different_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): NoMethodError: undefined method `name' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:530:in `test_update_a_page_with_same_name_and_different_format' | |
| 527: | |
| 528: test "update a page with same name and different format" do | |
| 529: page = @wiki.page("Samwise Gamgee") | |
| => 530: @wiki.update_page(page, page.name, :textile, "What we need is a few good taters.", commit_details) | |
| 531: assert_equal "What we need is a few good taters.", File.read(File.join(@path, "Samwise-Gamgee.textile")) | |
| 532: assert !File.exist?(File.join(@path, "Samwise-Gamgee.mediawiki")) | |
| 533: end | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_same_name_and_different_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/Wiki_sync_with_working_directory__filename_contains_whitespace_20150731-8044-1tb0yve | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:549:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_same_name_and_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): NoMethodError: undefined method `name' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:517:in `test_update_a_page_with_same_name_and_format' | |
| 514: end | |
| 515: test "update a page with same name and format" do | |
| 516: page = @wiki.page("Samwise Gamgee") | |
| => 517: @wiki.update_page(page, page.name, page.format, "What we need is a few good taters.", commit_details) | |
| 518: assert_equal "What we need is a few good taters.", File.read(File.join(@path, "Samwise Gamgee.mediawiki")) | |
| 519: end | |
| 520: | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_update_a_page_with_same_name_and_format(Wiki_sync_with_working_directory__filename_contains_whitespace_): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/Wiki_sync_with_working_directory__filename_contains_whitespace_20150731-8044-jrpx1a | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:549:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| ......F | |
| ================================================================================ | |
| Failure: <nil> is not true. | |
| test_a_file_in_page_file_dir_should_be_found(page_file_dir_option) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:572:in `test_a_file_in_page_file_dir_should_be_found' | |
| 569: end | |
| 570: | |
| 571: test "a file in page file dir should be found" do | |
| => 572: assert @wiki.page("foo") | |
| 573: end | |
| 574: | |
| 575: test "a file out of page file dir should not be found" do | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_a_file_in_page_file_dir_should_be_found(page_file_dir_option): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/page_file_dir_option20150731-8044-1ji3fth | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:586:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_a_file_out_of_page_file_dir_should_not_be_found(page_file_dir_option): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/page_file_dir_option20150731-8044-mdftn | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:586:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_edit_a_page_in_a_sub_directory(page_file_dir_option): NoMethodError: undefined method `name' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:568:in `test_edit_a_page_in_a_sub_directory' | |
| 565: | |
| 566: test "edit a page in a sub directory" do | |
| 567: page = @wiki.page('foo') | |
| => 568: @wiki.update_page(page, page.name, page.format, 'new contents', commit_details) | |
| 569: end | |
| 570: | |
| 571: test "a file in page file dir should be found" do | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_edit_a_page_in_a_sub_directory(page_file_dir_option): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/page_file_dir_option20150731-8044-prvuug | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:586:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_search_results_should_be_restricted_in_page_filer_dir(page_file_dir_option): NoMethodError: undefined method `each' for nil:NilClass | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:158:in `grep' | |
| C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:604:in `search' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:580:in `test_search_results_should_be_restricted_in_page_filer_dir' | |
| 577: end | |
| 578: | |
| 579: test "search results should be restricted in page filer dir" do | |
| => 580: results = @wiki.search("foo") | |
| 581: assert_equal 1, results.size | |
| 582: assert_equal "docs/foo", results[0][:name] | |
| 583: end | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_search_results_should_be_restricted_in_page_filer_dir(page_file_dir_option): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/page_file_dir_option20150731-8044-1bj5k8o | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:586:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_write_a_page_in_sub_directory(page_file_dir_option): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RJGit::Plumbing::TreeBuilder.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RJGit::Plumbing::TreeBuilder.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:233) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:233) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RJGit::Plumbing::TreeBuilder.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RJGit::Plumbing::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RJGit::Plumbing::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| Gollum::Git::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| Gollum::Git::Index.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| Gollum::Committer.commit(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| Gollum::Committer.commit(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/committer.rb:170) | |
| Gollum::Wiki.write_page(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| Gollum::Wiki.write_page(C:/Users/nlowe/Projects/gollum-lib/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_write_a_page_in_sub_directory(C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:561) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_write_a_page_in_sub_directory(page_file_dir_option): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum-lib/test/examples/page_file_dir_option20150731-8044-rwd06f | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_wiki.rb:586:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: test_get_existing_page_with_symbolic_link(with_a_checkout) | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum-lib/test/test_page.rb:221:in `test_get_existing_page_with_symbolic_link' | |
| 218: | |
| 219: test "get existing page with symbolic link" do | |
| 220: page = @wiki.page("Hobbit") | |
| => 221: assert_equal Gollum::Page, page.class | |
| 222: assert page.raw_data =~ /^# Bilbo Baggins\n\nBilbo Baggins/ | |
| 223: | |
| 224: expected = "<h1><a class=\"anchor\" id=\"bilbo-baggins\" href=\"#bilbo-baggins\"><i class=\"fa fa-link\"></i></a>Bilbo Baggins</h1>\n\n<p>Bilbo Baggins is the protagonist of The <a class=\"internal present\" href=\"/Hobbit\">Hobbit</a> and also makes a few\nappearances in The Lord of the Rings, two of the most well-known of <a class=\"internal absent\" href=\"/J.-R.-R.-Tolkien\">J. R. R.\nTolkien</a>'s fantasy writings. The story of The Hobbit featuring Bilbo is also\nretold from a different perspective in the Chapter The Quest of Erebor in\nUnfinished Tales.</p>\n\n<p>In Tolkien's narrative conceit, in which all the writings of Middle-earth are\n'really' translations from the fictitious volume of The Red Book of Westmarch,\nBilbo is the author of The Hobbit and translator of The Silmarillion.</p>\n\n<p>From <a href=\"http://en.wikipedia.org/wiki/Bilbo_Baggins\">http://en.wikipedia.org/wiki/Bilbo_Baggins</a>.</p>" | |
| <Gollum::Page> expected but was | |
| <NilClass> | |
| diff: | |
| ? Gol lum::Page | |
| ? Ni C ss | |
| ================================================================================ | |
| ..... | |
| Finished in 37.742 seconds. | |
| -------------------------------------------------------------------------------- | |
| 267 tests, 451 assertions, 16 failures, 38 errors, 0 pendings, 0 omissions, 0 notifications | |
| 83.5206% passed | |
| -------------------------------------------------------------------------------- | |
| 7.07 tests/s, 11.95 assertions/s | |
| rake aborted! | |
| SignalException: 1 | |
| C:\jruby-1.7.21\bin\rake:23:in `(root)' | |
| Tasks: TOP => test | |
| (See full trace by running task with --trace) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bundle : io/console not supported; tty will not be manipulated | |
| At line:1 char:1 | |
| + bundle exec rake test > gollum.tests.log 2>&1 | |
| + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| + CategoryInfo : NotSpecified: (io/console not ... be manipulated:String) [], RemoteException | |
| + FullyQualifiedErrorId : NativeCommandError | |
| io/console not supported; tty will not be manipulated | |
| C:/jruby-1.7.21/bin/jruby.exe -I"lib;lib;test;." -I"C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rake-10.4.2/lib" | |
| "C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/rake_test_loader.rb" "test/**/test_*.rb" | |
| io/console not supported; tty will not be manipulated | |
| Loaded suite C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rake-10.4.2/lib/rake/rake_test_loader | |
| Started | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_UTF_8_headers_href_preserved(Frontend): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RUBY.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_UTF_8_headers_href_preserved(C:/Users/nlowe/Projects/gollum/test/test_app.rb:76) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| .E | |
| ================================================================================ | |
| Error: test_accessing_redirectory_redirects_to_index_page(Frontend): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:296) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| org.jruby.ast.YieldTwoNode.interpret(YieldTwoNode.java:31) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:290) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:243) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.cacheAndCall(SuperCallSite.java:366) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:192) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:376) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:247) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| The system cannot find the path specified. | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_add_custom_js_if_setting(Frontend): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RUBY.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_add_custom_js_if_setting(C:/Users/nlowe/Projects/gollum/test/test_app.rb:512) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_add_noindex_tags_to_history_pages(Frontend) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:541:in `test_add_noindex_tags_to_history_pages' | |
| 538: test "add noindex tags to history pages" do | |
| 539: get "A" | |
| 540: | |
| => 541: assert last_response.ok? | |
| 542: assert_no_match /meta name="robots" content="noindex, nofollow"/, last_response.body | |
| 543: | |
| 544: get "A/fc66539528eb96f21b2bbdbf557788fe8a1196ac" | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_author_details_in_session_are_used(Frontend): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:484:in `test_author_details_in_session_are_used' | |
| 481: gollum_author = { :name => 'ghi', :email => 'jkl' } | |
| 482: session = { 'gollum.author' => gollum_author } | |
| 483: | |
| => 484: post "/edit/A", { :content => 'abc', :page => 'A', :format => page1.format, :message => 'def' }, { 'rack.session' => session } | |
| 485: follow_redirect! | |
| 486: assert last_response.ok? | |
| 487: | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_broken_four_space(Frontend): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RUBY.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_broken_four_space(C:/Users/nlowe/Projects/gollum/test/test_app.rb:55) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_create_redirects_to_page_if_already_exists(Frontend): Rack::Test::Error: Last response was not a redirect. Cannot follow_redirect! | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-test-0.6.3/lib/rack/test.rb:184:in `follow_redirect!' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:311:in `test_create_redirects_to_page_if_already_exists' | |
| 308: test "create redirects to page if already exists" do | |
| 309: name = "A" | |
| 310: get "/create/#{name}" | |
| => 311: follow_redirect! | |
| 312: assert_equal "/#{name}", last_request.fullpath | |
| 313: assert last_response.ok? | |
| 314: end | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| ..E | |
| ================================================================================ | |
| Error: test_creates_page(Frontend): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:296) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:376) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:247) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_creates_pages_with_escaped_characters_in_title(Frontend): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_delete_a_page(Frontend): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:296) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.cacheAndCall(SuperCallSite.java:366) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:192) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:376) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:247) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_do_not_add_custom_js_by_default(Frontend): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RUBY.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_do_not_add_custom_js_by_default(C:/Users/nlowe/Projects/gollum/test/test_app.rb:500) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_edit_page_with_empty_message(Frontend): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:130:in `test_edit_page_with_empty_message' | |
| 127: | |
| 128: test "edit page with empty message" do | |
| 129: page_1 = @wiki.page('A') | |
| => 130: post "/edit/A", :content => 'abc', :page => 'A', | |
| 131: :format => page_1.format | |
| 132: follow_redirect! | |
| 133: assert last_response.ok? | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_edit_page_with_slash(Frontend): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:144:in `test_edit_page_with_slash' | |
| 141: | |
| 142: test "edit page with slash" do | |
| 143: page_1 = @wiki.page('A') | |
| => 144: post "/edit/A", :content => 'abc', :page => 'A', :path => '/////', | |
| 145: :format => page_1.format, :message => 'def' | |
| 146: follow_redirect! | |
| 147: assert last_response.ok? | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| ..E | |
| ================================================================================ | |
| Error: test_edits_page(Frontend): NoMethodError: private method `format' called for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:116:in `test_edits_page' | |
| 113: | |
| 114: test "edits page" do | |
| 115: page_1 = @wiki.page('A') | |
| => 116: post "/edit/A", :content => 'abc', :page => 'A', | |
| 117: :format => page_1.format, :message => 'def' | |
| 118: follow_redirect! | |
| 119: assert last_response.ok? | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_edits_page_header_footer_and_sidebar(Frontend): NoMethodError: undefined method `header' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:153:in `test_edits_page_header_footer_and_sidebar' | |
| 150: test "edits page header footer and sidebar" do | |
| 151: commits = @wiki.repo.commits('master').size | |
| 152: page_1 = @wiki.page('A') | |
| => 153: header_1 = page_1.header | |
| 154: foot_1 = page_1.footer | |
| 155: side_1 = page_1.sidebar | |
| 156: | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_guards_against_creation_of_existing_page(Frontend): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:376) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:247) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_page_create_and_edit_with_dash___page_rev(Frontend): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:376) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:247) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| .....E | |
| ================================================================================ | |
| Error: test_renames_page(Frontend): Rack::Test::Error: Last response was not a redirect. Cannot follow_redirect! | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-test-0.6.3/lib/rack/test.rb:184:in `follow_redirect!' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:186:in `test_renames_page' | |
| 183: page_1 = @wiki.page("B") | |
| 184: post "/rename/B", :rename => "/C", :message => 'def' | |
| 185: | |
| => 186: follow_redirect! | |
| 187: assert_equal '/C', last_request.fullpath | |
| 188: assert last_response.ok? | |
| 189: | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| .F | |
| ================================================================================ | |
| Failure: | |
| <nil> expected to be != to | |
| <nil>. | |
| test_renames_page_in_subdirectory(Frontend) | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:222:in `test_renames_page_in_subdirectory' | |
| 219: | |
| 220: test "renames page in subdirectory" do | |
| 221: page_1 = @wiki.paged("H", "G") | |
| => 222: assert_not_equal page_1, nil | |
| 223: post "/rename/G/H", :rename => "/I/C", :message => 'def' | |
| 224: | |
| 225: follow_redirect! | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: | |
| <nil> expected to be != to | |
| <nil>. | |
| test_renames_page_relative_in_subdirectory(Frontend) | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:239:in `test_renames_page_relative_in_subdirectory' | |
| 236: | |
| 237: test "renames page relative in subdirectory" do | |
| 238: page_1 = @wiki.paged("H", "G") | |
| => 239: assert_not_equal page_1, nil | |
| 240: post "/rename/G/H", :rename => "K/C", :message => 'def' | |
| 241: | |
| 242: follow_redirect! | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_retain_edit_information(Frontend): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RUBY.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_retain_edit_information(C:/Users/nlowe/Projects/gollum/test/test_app.rb:96) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_show_edit_page_with_header_and_footer_and_sidebar_of_multibyte(Frontend): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:296) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:72) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_show_revision_of_specific_file(Frontend): NoMethodError: undefined method `tree' for nil:NilClass | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:132:in `tree' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:45:in `index' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:100:in `add_to_index' | |
| C:/Users/nlowe/Projects/gollum/test/helper.rb:98:in `commit_test_file' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:553:in `test_show_revision_of_specific_file' | |
| 550: test "show revision of specific file" do | |
| 551: shas = {} | |
| 552: ["First revision of testfile", "Second revision of testfile"].each do |content| | |
| => 553: new_commit = commit_test_file(@wiki, "revisions", "testfile", "log", content) | |
| 554: shas[new_commit] = content | |
| 555: end | |
| 556: shas.each do |sha, content| | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:552:in `test_show_revision_of_specific_file' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_show_sidebar__header__footer_when_present(Frontend): NoMethodError: undefined method `formatted_data' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:87:in `test_show_sidebar__header__footer_when_present' | |
| 84: end | |
| 85: | |
| 86: test "show sidebar, header, footer when present" do | |
| => 87: divs = [@wiki.page("_Header").formatted_data, @wiki.page("_Footer").formatted_data, @wiki.page("_Sidebar").formatted_data] | |
| 88: @wiki.write_page("HeaderTest", :markdown, "Test", commit_details) | |
| 89: get "/HeaderTest" | |
| 90: divs.each {|div| assert_match div, last_response.body} | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| ..E | |
| ================================================================================ | |
| Error: test_creates_korean_page_which_contains_korean_content(Frontend_Unicode_support): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend_Unicode_support/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:100) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| The system cannot find the path specified. | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_heavy_use_1(Frontend_Unicode_support): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend_Unicode_support/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:376) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:247) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_heavy_use_2(Frontend_Unicode_support): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend_Unicode_support/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:356) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:213) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:376) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:247) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_transliteration(Frontend_Unicode_support): Java::JavaIo::IOException: The system cannot find the path specified | |
| java.io.WinNTFileSystem.createFileExclusively(Native Method) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.newTempFile(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:233) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.toTemp(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:199) | |
| org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter.insert(org/eclipse/jgit/internal/storage/file/ObjectDirectoryInserter.java:91) | |
| org.eclipse.jgit.lib.ObjectInserter.insert(org/eclipse/jgit/lib/ObjectInserter.java:338) | |
| RUBY.write_blob(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:247) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:237) | |
| org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
| RUBY.build_tree(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:226) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:321) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_transliteration(C:/Users/nlowe/Projects/gollum/test/test_unicode.rb:94) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: | |
| /pages should include the page 'Bilbo Baggins'. | |
| <false> is not true. | |
| test__pages(Frontend_with_lotr) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:615:in `test__pages' | |
| 612: | |
| 613: body = last_response.body | |
| 614: | |
| => 615: assert body.include?("Bilbo Baggins"), "/pages should include the page 'Bilbo Baggins'" | |
| 616: assert body.include?("Gondor"), "/pages should include the folder 'Gondor'" | |
| 617: assert !body.include?("Boromir"), "/pages should NOT include the page 'Boromir'" | |
| 618: assert body.include?("Mordor"), "/pages should include the folder 'Mordor'" | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: | |
| /pages/Mordor/ should include the page 'Eye Of Sauron'. | |
| <false> is not true. | |
| test__pages_Mordor_(Frontend_with_lotr) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:630:in `test__pages_Mordor_' | |
| 627: body = last_response.body | |
| 628: | |
| 629: assert !body.include?("Bilbo Baggins"), "/pages/Mordor/ should NOT include the page 'Bilbo Baggins'" | |
| => 630: assert body.include?("Eye Of Sauron"), "/pages/Mordor/ should include the page 'Eye Of Sauron'" | |
| 631: end | |
| 632: | |
| 633: test "symbolic link pages" do | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_create_pages_within_sub_directories(Frontend_with_lotr): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend_with_lotr/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_create_pages_within_sub_directories_using_base_path(Frontend_with_lotr): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend_with_lotr/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_create_pages_within_sub_directories_using_page_file_dir(Frontend_with_lotr): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend_with_lotr/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| E | |
| ================================================================================ | |
| Error: test_edit_pages_within_sub_directories(Frontend_with_lotr): Java::JavaIo::IOException: No such file or directory - C:/Users/nlowe/Projects/gollum/test/examples/Frontend_with_lotr/.git/config | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) | |
| sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) | |
| java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| org.jruby.javasupport.JavaConstructor.newInstanceDirect(JavaConstructor.java:268) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:83) | |
| org.jruby.java.invokers.ConstructorInvoker.call(ConstructorInvoker.java:174) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.java.proxies.ConcreteJavaProxy$InitializeMethod.call(ConcreteJavaProxy.java:56) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183) | |
| org.jruby.RubyClass.newInstance(RubyClass.java:856) | |
| org.jruby.RubyClass$INVOKER$i$newInstance.call(RubyClass$INVOKER$i$newInstance.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:299) | |
| org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.call(ConcreteJavaProxy.java:155) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueBodyNode.interpret(RescueBodyNode.java:108) | |
| org.jruby.ast.RescueNode.handleException(RescueNode.java:174) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:120) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.OrNode.interpret(OrNode.java:97) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.AttrAssignTwoArgNode.interpret(AttrAssignTwoArgNode.java:36) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) | |
| org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:102) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:57) | |
| org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:178) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) | |
| org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyMethod.call(RubyMethod.java:116) | |
| org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.call(JavaMethod.java:282) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call19(RubyProc.java:271) | |
| org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:177) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:140) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:129) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.block_2$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014) | |
| rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__.call(rubyjit$Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170$block_2$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.chained_0_ensure_1$RUBY$__ensure__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| rubyjit.Sinatra::Base$$process_route_1017ea8e8bbdbf076e4019c39e72871a96aa964d1442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:281) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:256) | |
| org.jruby.ast.FCallThreeArgBlockNode.interpret(FCallThreeArgBlockNode.java:36) | |
| org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
| org.jruby.RubyArray.each(RubyArray.java:1613) | |
| org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.block_0$RUBY$__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__.call(rubyjit$Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170$block_0$RUBY$__file__) | |
| org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135) | |
| org.jruby.runtime.Block.yield(Block.java:142) | |
| org.jruby.RubyContinuation.enter(RubyContinuation.java:107) | |
| org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1249) | |
| org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1242) | |
| org.jruby.RubyKernel$INVOKER$s$rbCatch19.call(RubyKernel$INVOKER$s$rbCatch19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066) | |
| rubyjit.Sinatra::Base$$invoke_86aa43a774e5efa36a786253019c0c30f9b63fc21442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49) | |
| rubyjit.Rack::Protection::Base$$call_b2db184a20a3939d83a3a6565c53844b5ef7c2f11442407170.__file__(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb) | |
| org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190) | |
| org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197) | |
| org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108) | |
| org.jruby.ast.ZSuperNode.interpret(ZSuperNode.java:103) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.ArrayNode.interpretPrimitive(ArrayNode.java:94) | |
| org.jruby.ast.ArrayNode.interpret(ArrayNode.java:84) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
| org.jruby.ast.MultipleAsgn19Node.interpret(MultipleAsgn19Node.java:104) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:587) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1554) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:245) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:251) | |
| org.jruby.ast.CallSpecialArgBlockPassNode.interpret(CallSpecialArgBlockPassNode.java:68) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:64) | |
| org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202) | |
| org.jruby.RubyClass.finvoke(RubyClass.java:528) | |
| org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1542) | |
| org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen) | |
| org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:352) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
| org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:247) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:227) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:217) | |
| org.jruby.ast.FCallTwoArgBlockPassNode.interpret(FCallTwoArgBlockPassNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.WhileNode.interpret(WhileNode.java:131) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.CallOneArgBlockNode.interpret(CallOneArgBlockNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
| org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96) | |
| org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.VCallNode.interpret(VCallNode.java:88) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204) | |
| org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
| org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:130) | |
| org.jruby.runtime.Block.yieldSpecific(Block.java:111) | |
| org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:316) | |
| The system cannot find the path specified. | |
| org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
| org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
| org.jruby.ast.FCallNoArgBlockNode.interpret(FCallNoArgBlockNode.java:32) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
| org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
| org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
| org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
| org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
| org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
| org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
| org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
| org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
| org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
| org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194) | |
| org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125) | |
| org.jruby.runtime.Block.call(Block.java:101) | |
| org.jruby.RubyProc.call(RubyProc.java:290) | |
| org.jruby.RubyProc.call(RubyProc.java:228) | |
| org.jruby.Ruby.tearDown(Ruby.java:3183) | |
| org.jruby.Ruby.tearDown(Ruby.java:3167) | |
| org.jruby.Main.internalRun(Main.java:294) | |
| org.jruby.Main.run(Main.java:217) | |
| org.jruby.Main.main(Main.java:197) | |
| ================================================================================ | |
| F | |
| ================================================================================ | |
| Failure: <false> is not true. | |
| test_streaming_files_to_browser(Frontend_with_lotr) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:640:in `test_streaming_files_to_browser' | |
| 637: | |
| 638: test "streaming files to browser" do | |
| 639: get "/Data.csv" | |
| => 640: assert last_response.ok? | |
| 641: assert last_response.headers.include? 'Content-Disposition' | |
| 642: end | |
| 643: | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| F | |
| ================================================================================ | |
| Failure: | |
| </Bilbo Baggins/> expected to be =~ | |
| <"">. | |
| test_symbolic_link_pages(Frontend_with_lotr) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_app.rb:635:in `test_symbolic_link_pages' | |
| 632: | |
| 633: test "symbolic link pages" do | |
| 634: get "/Hobbit" | |
| => 635: assert_match /Bilbo Baggins/, last_response.body | |
| 636: end | |
| 637: | |
| 638: test "streaming files to browser" do | |
| ================================================================================ | |
| .....E | |
| ================================================================================ | |
| Error: test_frontend_links_for_editing_are_not_blocked(Precious__Views__Editing): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum/test/examples/test.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum/test/test_allow_editing.rb:15:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_frontend_links_for_editing_blocked(Precious__Views__Editing): NoMethodError: undefined method `path' for nil:NilClass | |
| C:/Users/nlowe/Projects/gollum/lib/gollum/app.rb:416:in `HEAD (?x-mi: | |
| \/compare\/ # match any URL beginning with \/compare\/ | |
| (.+) # extract the full path (including any directories) | |
| \/ # match the final slash | |
| ([^.]+) # match the first SHA1 | |
| \.{2,3} # match .. or ... | |
| (.+) # match the second SHA1 | |
| )' | |
| org/jruby/RubyMethod.java:128:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1609:in `compile!' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `route!' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:993:in `route_eval' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `route!' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014:in `process_route' | |
| org/jruby/RubyKernel.java:1242:in `catch' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012:in `process_route' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:972:in `route!' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:971:in `route!' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1084:in `dispatch!' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke' | |
| org/jruby/RubyKernel.java:1242:in `catch' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1081:in `dispatch!' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:906:in `call!' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke' | |
| org/jruby/RubyKernel.java:1242:in `catch' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:906:in `call!' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:894:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb:16:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb:18:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb:31:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-1.6.4/lib/rack/logger.rb:15:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-1.6.4/lib/rack/commonlogger.rb:33:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:218:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:211:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-1.6.4/lib/rack/head.rb:13:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:181:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:2021:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1486:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1795:in `synchronize' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/sinatra-1.4.6/lib/sinatra/base.rb:1486:in `call' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request' | |
| C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get' | |
| C:/Users/nlowe/Projects/gollum/test/test_allow_editing.rb:71:in `test_frontend_links_for_editing_blocked' | |
| 68: | |
| 69: assert_no_match /Edit/, last_response.body, "'Edit' link not blocked in history template" | |
| 70: | |
| => 71: get '/compare/A/fc66539528eb96f21b2bbdbf557788fe8a1196ac..b26b791cb7917c4f37dd9cb4d1e0efb24ac4d26f' | |
| 72: | |
| 73: assert_no_match /Edit Page/, last_response.body, "'Edit Page' link not blocked in compare template" | |
| 74: assert_no_match /Revert Changes/, last_response.body, "'Revert Changes' link not blocked in compare template" | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_frontend_links_for_editing_blocked(Precious__Views__Editing): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum/test/examples/test.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum/test/test_allow_editing.rb:15:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| .F | |
| ================================================================================ | |
| Failure: | |
| /latest_changes should include the Author Charles Pence. | |
| <false> is not true. | |
| test_displays_latest_changes(Precious__Views__LatestChanges) | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyProc.java:271:in `call' | |
| C:/Users/nlowe/Projects/gollum/test/test_latest_changes_view.rb:23:in `test_displays_latest_changes' | |
| 20: get('/latest_changes') | |
| 21: body = last_response.body | |
| 22: | |
| => 23: assert body.include?('<span class="username">Charles Pence</span>'), "/latest_changes should include the Author Charles Pence" | |
| 24: assert body.include?('a8ad3c0'), "/latest_changes should include the :latest_changes_count commit" | |
| 25: assert !body.include?('60f12f4'), "/latest_changes should not include more than latest_changes_count commits" | |
| 26: assert body.include?('<a href="Data-Two.csv/874f597a5659b4c3b153674ea04e406ff393975e">Data-Two.csv</a>'), "/latest_changes include links to modified files in #{body}" | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| The system cannot find the path specified. | |
| ..E | |
| ================================================================================ | |
| Error: test_h1_title_can_be_disabled(Precious__Views__Page): Java::OrgEclipseJgitErrors::MissingObjectException: Missing unknown 084a558a1fb3cded23129e2dfad3a17d07d73fd3 | |
| org.eclipse.jgit.internal.storage.file.WindowCursor.open(org/eclipse/jgit/internal/storage/file/WindowCursor.java:148) | |
| org.eclipse.jgit.lib.ObjectReader.open(org/eclipse/jgit/lib/ObjectReader.java:229) | |
| org.eclipse.jgit.revwalk.RevWalk.parseAny(org/eclipse/jgit/revwalk/RevWalk.java:840) | |
| org.eclipse.jgit.lib.Repository.parseSimple(org/eclipse/jgit/lib/Repository.java:728) | |
| org.eclipse.jgit.lib.Repository.resolve(org/eclipse/jgit/lib/Repository.java:440) | |
| org.eclipse.jgit.lib.Repository.resolve(org/eclipse/jgit/lib/Repository.java:384) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:319) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_h1_title_can_be_disabled(C:/Users/nlowe/Projects/gollum/test/test_page_view.rb:34) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_h1_title_can_be_disabled(Precious__Views__Page): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum/test/examples/test.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum/test/test_page_view.rb:14:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_h1_title_sanitizes_correctly(Precious__Views__Page): Java::OrgEclipseJgitErrors::MissingObjectException: Missing unknown 084a558a1fb3cded23129e2dfad3a17d07d73fd3 | |
| org.eclipse.jgit.internal.storage.file.WindowCursor.open(org/eclipse/jgit/internal/storage/file/WindowCursor.java:148) | |
| org.eclipse.jgit.lib.ObjectReader.open(org/eclipse/jgit/lib/ObjectReader.java:229) | |
| org.eclipse.jgit.revwalk.RevWalk.parseAny(org/eclipse/jgit/revwalk/RevWalk.java:840) | |
| org.eclipse.jgit.lib.Repository.parseSimple(org/eclipse/jgit/lib/Repository.java:728) | |
| org.eclipse.jgit.lib.Repository.resolve(org/eclipse/jgit/lib/Repository.java:440) | |
| org.eclipse.jgit.lib.Repository.resolve(org/eclipse/jgit/lib/Repository.java:384) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/rjgit-0.3.12/lib/rjgit.rb:319) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-rjgit_adapter-0.3.1-java/lib/rjgit_adapter/git_layer_rjgit.rb:249) | |
| RUBY.commit(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/committer.rb:170) | |
| RUBY.write_page(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/gollum-lib-4.0.3-java/lib/gollum-lib/wiki.rb:353) | |
| RUBY.test_h1_title_sanitizes_correctly(C:/Users/nlowe/Projects/gollum/test/test_page_view.rb:19) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:718) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:458) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestCase.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testcase.rb:456) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| Test::Unit::TestSuite.run_test(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:124) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/testsuite.rb:53) | |
| RUBY.run_suite(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:65) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:44) | |
| RUBY.with_listener(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:100) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnermediator.rb:40) | |
| RUBY.start_mediator(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:40) | |
| RUBY.start(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunner.rb:25) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/ui/testrunnerutilities.rb:24) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:411) | |
| RUBY.change_work_directory(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:467) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:410) | |
| RUBY.run(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit/autorunner.rb:59) | |
| RUBY.(root)(C:/jruby-1.7.21/lib/ruby/gems/shared/gems/test-unit-3.1.3/lib/test/unit.rb:502) | |
| ================================================================================ | |
| E | |
| ================================================================================ | |
| Error: test_h1_title_sanitizes_correctly(Precious__Views__Page): Errno::EACCES: Permission denied - C:/Users/nlowe/Projects/gollum/test/examples/test.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack | |
| org/jruby/RubyFile.java:1141:in `unlink' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1416:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1421:in `platform_support' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1415:in `remove_file' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1404:in `remove' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:780:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1454:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1458:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1453:in `postorder_traverse' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:1452:in `postorder_traverse' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:778:in `remove_entry' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:635:in `rm_r' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| C:/jruby-1.7.21/lib/ruby/1.9/fileutils.rb:631:in `rm_r' | |
| C:/Users/nlowe/Projects/gollum/test/test_page_view.rb:14:in `teardown' | |
| org/jruby/RubyProc.java:271:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| ================================================================================ | |
| The system cannot find the path specified. | |
| ...... | |
| Finished in 8.028 seconds. | |
| -------------------------------------------------------------------------------- | |
| 68 tests, 73 assertions, 8 failures, 36 errors, 0 pendings, 0 omissions, 0 notifications | |
| 41.1765% passed | |
| -------------------------------------------------------------------------------- | |
| 8.47 tests/s, 9.09 assertions/s | |
| rake aborted! | |
| SignalException: 1 | |
| C:\jruby-1.7.21\bin\rake:23:in `(root)' | |
| Tasks: TOP => test | |
| (See full trace by running task with --trace) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment