Skip to content

Instantly share code, notes, and snippets.

@DoktahWorm
Created January 5, 2011 00:25
Show Gist options
  • Save DoktahWorm/765712 to your computer and use it in GitHub Desktop.
Save DoktahWorm/765712 to your computer and use it in GitHub Desktop.
Errors generated by Yard during Project Sprouts install
~/CurrentProjects/OFServer:game_channel$ gem install sprout --pre
Successfully installed sprout-1.1.7.pre
1 gem installed
Installing ri documentation for sprout-1.1.7.pre...
Building YARD (yri) index for sprout-1.1.7.pre...
[error]: Unhandled exception in YARD::Handlers::Ruby::Legacy::ModuleHandler:
[error]: in `lib/sprout/generators/ruby/templates/ruby_base.rb`:3:
3: module <%= input.camel_case %>
[error]: ArgumentError: invalid empty object name
[error]: Stack trace:
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/code_objects/base.rb:167:in `new'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/ruby/legacy/module_handler.rb:7:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:90:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:88:in `each'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:88:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/ruby/legacy/class_handler.rb:50:in `each_with_index'
[error]: Unhandled exception in YARD::Handlers::Ruby::Legacy::ModuleHandler:
[error]: in `lib/sprout/generators/library/templates/library.rb`:3:
3: module <%= input.camel_case %>
[error]: ArgumentError: invalid empty object name
[error]: Stack trace:
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/code_objects/base.rb:167:in `new'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/ruby/legacy/module_handler.rb:7:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:90:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:88:in `each'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:88:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/code_objects/base.rb:167:in `each_with_index'
[error]: Unhandled exception in YARD::Handlers::Ruby::Legacy::ModuleHandler:
[error]: in `lib/sprout/generators/ruby/templates/ruby_input.rb`:3:
3: module <%= input.camel_case %>
[error]: ArgumentError: invalid empty object name
[error]: Stack trace:
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/code_objects/base.rb:167:in `new'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/ruby/legacy/module_handler.rb:7:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:90:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:88:in `each'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/handlers/processor.rb:88:in `process'
/Users/dan/.rvm/gems/ree-1.8.7-2010.02/gems/yard-0.6.1/lib/yard/code_objects/base.rb:167:in `each_with_index'
Installing RDoc documentation for sprout-1.1.7.pre...
~/CurrentProjects/OFServer:game_channel$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment