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
// under `build/`
$ export RDOC_USE_PRISM_PARSER=1
$ make html
Generating RDoc HTML files
=========================================================================
RDoc is using the experimental Prism parser to generate the documentation
=========================================================================
Parsing sources...
100% [838/838] yjit.rb
/Users/hung-wulo/src/github.com/Shopify/ruby/lib/rdoc/code_object/class_module.rb:703:in 'RDoc::ClassModule#superclass': stack level too deep (SystemStackError)
from /Users/hung-wulo/src/github.com/Shopify/ruby/lib/rdoc/code_object/normal_class.rb:13:in 'RDoc::NormalClass#ancestors'
from /Users/hung-wulo/src/github.com/Shopify/ruby/lib/rdoc/code_object/normal_class.rb:18:in 'RDoc::NormalClass#ancestors'
from /Users/hung-wulo/src/github.com/Shopify/ruby/lib/rdoc/code_object/normal_class.rb:18:in 'RDoc::NormalClass#ancestors'
from /Users/hung-wulo/src/github.com/Shopify/ruby/lib/rdoc/code_object/normal_class.rb:18:in 'RDoc::NormalClass#ancestors'
from /Users/hung-wulo/src/github.com/Shopify/ruby/lib/rdoc/code_object/normal_class.rb:18:in 'RDoc::NormalClass#ancestors'
from /Users/hung-wulo/src/github.com/Shopify/ruby/lib/rdoc/code_object/normal_class.rb:18:in 'RDoc::NormalClass#ancestors'
The text was updated successfully, but these errors were encountered:
To reproduce:
The text was updated successfully, but these errors were encountered: