ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
833 stars 437 forks source link

Follow up changes for Prism Ruby parser #1145

Closed st0012 closed 1 month ago

st0012 commented 1 month ago
  1. When running RDoc with the Prism Ruby parser, there should be a clear message output
  2. We should run tests with RDOC_USE_PRISM_PARSER on CI too
  3. Since the Prism Ruby parser is optional and disabled by default, it doesn't make sense to require prism as dependency just yet
st0012 commented 1 month ago

@tompng FYI