Advertisement
Azure

Installing Cinch from Github, YARD error.

Sep 17th, 2011
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. Mark Seymour@AVALON ~/gitstuff/cinch (master)
  2. $ gem install cinch-1.1.3.gem
  3. Successfully installed cinch-1.1.3
  4. 1 gem installed
  5. Installing ri documentation for cinch-1.1.3...
  6. Building YARD (yri) index for cinch-1.1.3...
  7. [error]: Unhandled exception in YARD::Handlers::Ruby::ExceptionHandler:
  8. [error]: in `lib/cinch/logger/logger.rb`:12:
  9.  
  10. 12: raise
  11.  
  12. [error]: NoMethodError: undefined method `parameters' for s(:var_ref, s(:ident,"raise")):YARD::Parser::Ruby::ReferenceNode
  13. [error]: Stack trace:
  14. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/ruby/exception_handler.rb:11:in `block in <class:ExceptionHandler>'
  15. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:128:in `block (2 levels) in process'
  16. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `each'
  17. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `block in process'
  18. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each'
  19. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each_with_index'
  20.  
  21. [error]: Unhandled exception in YARD::Handlers::Ruby::ExceptionHandler:
  22. [error]: in `lib/cinch/logger/logger.rb`:20:
  23.  
  24. 20: raise
  25.  
  26. [error]: NoMethodError: undefined method `parameters' for s(:var_ref, s(:ident,"raise")):YARD::Parser::Ruby::ReferenceNode
  27. [error]: Stack trace:
  28. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/ruby/exception_handler.rb:11:in `block in <class:ExceptionHandler>'
  29. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:128:in `block (2 levels) in process'
  30. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `each'
  31. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `block in process'
  32. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each'
  33. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each_with_index'
  34.  
  35. [error]: Unhandled exception in YARD::Handlers::Ruby::ExceptionHandler:
  36. [error]: in `lib/cinch/logger/logger.rb`:32:
  37.  
  38. 32: raise
  39.  
  40. [error]: NoMethodError: undefined method `parameters' for s(:var_ref, s(:ident,"raise")):YARD::Parser::Ruby::ReferenceNode
  41. [error]: Stack trace:
  42. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/ruby/exception_handler.rb:11:in `block in <class:ExceptionHandler>'
  43. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:128:in `block (2 levels) in process'
  44. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `each'
  45. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `block in process'
  46. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each'
  47. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each_with_index'
  48.  
  49. [error]: Unhandled exception in YARD::Handlers::Ruby::ExceptionHandler:
  50. [error]: in `lib/cinch/logger/logger.rb`:40:
  51.  
  52. 40: raise
  53.  
  54. [error]: NoMethodError: undefined method `parameters' for s(:var_ref, s(:ident,"raise")):YARD::Parser::Ruby::ReferenceNode
  55. [error]: Stack trace:
  56. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/ruby/exception_handler.rb:11:in `block in <class:ExceptionHandler>'
  57. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:128:in `block (2 levels) in process'
  58. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `each'
  59. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:126:in `block in process'
  60. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each'
  61. c:/Ruby192/lib/ruby/gems/1.9.1/gems/yard-0.7.2/lib/yard/handlers/processor.rb:125:in `each_with_index'
  62.  
  63. Installing RDoc documentation for cinch-1.1.3...
  64.  
  65. Mark Seymour@AVALON ~/gitstuff/cinch (master)
  66. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement