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
For me, that script ends in "stack level too deep":
$ rdoc rdoc_bug.rb
Parsing sources...
100% [ 1/ 1] rdoc_bug.rb
Generating Darkfish format into /Users/rmosolgo/code/graphql-ruby/doc...
uh-oh! RDoc had a problem:
stack level too deep
run with --debug for full backtrace
I was able to work around it, so this bug is not blocking me, but I thought I'd open it here in case its helpful to anyone else.
The text was updated successfully, but these errors were encountered:
Hi! I think RDoc sometimes wrongly infers module ancestry and then methods can have cyclical
see
references.I encountered this error in the docs for GrpahQL-Ruby (fix: rmosolgo/graphql-ruby#4819) and I created this script to replicate it:
For me, that script ends in "stack level too deep":
I was able to work around it, so this bug is not blocking me, but I thought I'd open it here in case its helpful to anyone else.
The text was updated successfully, but these errors were encountered: