Created
November 11, 2010 20:27
-
-
Save goyox86/673119 to your computer and use it in GitHub Desktop.
This file contains 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
Class | |
An exception occurred running boot/load.rb | |
Error trying to compile examples/blocks.fy (Rubinius::CompileError) | |
Backtrace: | |
Rubinius::Compiler.compiler_error at /Users/goyox86/.rvm/rubies/rbx-head/lib/compiler/compiler.rbc:11 | |
Fancy::Compiler.compile_file:to:line:print: at boot/compiler/compiler.fy:35 | |
Fancy::Compiler::Command.compile:info:print: at boot/compiler/command.fy:12 | |
Fancy::Compiler::Command.run: {} at boot/compiler/command.fy:6 | |
Rubinius::BlockEnvironment#Block {} at rbx/fancy_ext/block_env.rb:18 | |
Array#each: {} at lib/rbx/array.fy:50 | |
Array#each at kernel/bootstrap/array.rb:163 | |
Array#each: at lib/rbx/array.fy:50 | |
Fancy::Compiler::Command.run: at boot/compiler/command.fy:7 | |
main.__script__ at boot/compile.fy:4 | |
Object#fancy_require at boot/load.rb:19 | |
main.__script__ at boot/load.rb:27 | |
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:67 | |
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:91 | |
Rubinius::Loader#script at kernel/loader.rb:429 | |
Rubinius::Loader#main at kernel/loader.rb:521 | |
Rubinius::Loader.main at kernel/loader.rb:558 | |
Object#__script__ at kernel/loader.rb:570 | |
Caused by: no method 'new:' on true:TrueClass. (NoMethodError) | |
Backtrace: | |
Kernel(TrueClass)#new: (method_missing) at kernel/delta/kernel.rb:85 | |
Fancy::AST::BlockLiteral#initialize:args:body: at boot/compiler/ast/literals.fy:88 | |
Fancy::AST::BlockLiteral.Class {} at rbx/fancy_ext/class.rb:15 | |
Fancy::Parser#ast:block: at boot/parser/methods.fy:164 | |
Fancy::Parser.parse_file:line: at boot/parser/methods.fy:5 | |
Fancy::Compiler::Stages::FancyFileParser#:run at boot/compiler/stages.fy:56 | |
Fancy::Compiler::Stages::Stage(Fancy::Compiler::Stages::FancyFileParser)#Stage {} at boot/compiler/stages.fy:17 | |
Rubinius::Compiler(Fancy::Compiler)#run at /Users/goyox86/.rvm/rubies/rbx-head/lib/compiler/compiler.rbc:115 | |
Fancy::Compiler.compile_file:to:line:print: at boot/compiler/compiler.fy:33 | |
Fancy::Compiler::Command.compile:info:print: at boot/compiler/command.fy:12 | |
Fancy::Compiler::Command.run: {} at boot/compiler/command.fy:6 | |
Rubinius::BlockEnvironment#Block {} at rbx/fancy_ext/block_env.rb:18 | |
Array#each: {} at lib/rbx/array.fy:50 | |
Array#each at kernel/bootstrap/array.rb:163 | |
Array#each: at lib/rbx/array.fy:50 | |
Fancy::Compiler::Command.run: at boot/compiler/command.fy:7 | |
main.__script__ at boot/compile.fy:4 | |
Object#fancy_require at boot/load.rb:19 | |
main.__script__ at boot/load.rb:27 | |
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:67 | |
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:91 | |
Rubinius::Loader#script at kernel/loader.rb:429 | |
Rubinius::Loader#main at kernel/loader.rb:521 | |
Rubinius::Loader.main at kernel/loader.rb:558 | |
Object#__script__ at kernel/loader.rb:570 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment