You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to generate the docs for the "mail" gem. I'm getting the following error:
/Users/bogdan/.rbenv/versions/2.1.10/lib/ruby/gems/2.1.0/gems/yard-0.9.14/lib/yard/parser/ruby/ast_node.rb:212: stack level too deep (SystemStackError)
Looks like there is some hard-to-parse code in lib/mail/address_list_parser.rb causing YARD to crash. As a temporary workaround, you can use yard doc --exclude mail/parsers since those are code-generated / internal Ragel parsers anyway.
I'm not able to generate the docs for the "mail" gem. I'm getting the following error:
Steps to reproduce
The text was updated successfully, but these errors were encountered: