Skip to content

Instantly share code, notes, and snippets.

@briantrice
Created January 27, 2012 06:26
Show Gist options
  • Save briantrice/1687405 to your computer and use it in GitHub Desktop.
Save briantrice/1687405 to your computer and use it in GitHub Desktop.
Boom (not the good kind)
➜ atomy git:(master) ✗ atomy
when loading /Users/briantrice/.rvm/gems/rbx-head/gems/atomy-0.2/kernel/boot.ay...
An exception occurred running /Users/briantrice/.rvm/gems/rbx-head/bin/atomy
undefined method `each' on nil:NilClass. (NoMethodError)
Backtrace:
Kernel(NilClass)#each (method_missing) at kernel/delta/kernel.rb:81
Rubinius::AST::Container(Atomy::AST::Script)#container_bytecode at \
/Users/briantrice/.rvm/rubies/rbx-head/runtime/19/compiler/ast/definitions.rbc:945
Atomy::AST::Script#bytecode at /Users/briantrice/.rvm/gems/rbx-head
/gems/atomy-0.2/lib/atomy/ast
/node.rb:555
Atomy::Compiler::Generator#run at /Users/briantrice/.rvm/gems/rbx-head
/gems/atomy-0.2/lib/atomy/compiler
/stages.rb:18
Rubinius::Compiler::Stage(Atomy::Compiler::FileParser)#run_next at \
/Users/briantrice/.rvm/rubies/rbx-head/runtime/19/compiler/stages.rbc:53
Atomy::Compiler::Parser(Atomy::Compiler::FileParser)#run at \
/Users/briantrice/.rvm/gems/rbx-head/gems/atomy-0.2/lib/atomy/compiler/stages.rb:54
Rubinius::Compiler(Atomy::Compiler)#run at /Users/briantrice/.rvm/rubies
/rbx-head/runtime/19/compiler
/compiler.rbc:372
Atomy::Compiler.compile at /Users/briantrice/.rvm/gems/rbx-head
/gems/atomy-0.2/lib/atomy/compiler
/compiler.rb:23
Atomy::CodeLoader.load_file at /Users/briantrice/.rvm/gems/rbx-head
/gems/atomy-0.2/lib/atomy
/code_loader.rb:129
Kernel(Object)#require at /Users/briantrice/.rvm/gems/rbx-head
/gems/atomy-0.2/lib/atomy
/rubygems.rb:12
Object#__script__ at /Users/briantrice/.rvm/gems/rbx-head
/gems/atomy-0.2/bin/atomy:58
Kernel(Object)#load at kernel/common/kernel.rb:588
Object#__script__ at /Users/briantrice/.rvm/gems/rbx-head
/bin/atomy:19
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:67
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:109
Rubinius::Loader#script at kernel/loader.rb:630
Rubinius::Loader#main at kernel/loader.rb:834
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment