Actions
Feature #19702
closedPromote racc as bundled gems
Feature #19702:
Promote racc as bundled gems
Description
In the past, we need to bundle racc runtime for RD parser of RDoc. Now, We have racc compiler and runtime in ruby repository.
I'm not sure we should bundle and maintain racc as stdlib(= default gems) in the future. Can we promote racc to bundled gems?
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
- Tracker changed from Bug to Feature
- Backport deleted (
3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN)
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
- Description updated (diff)
rails/rails already used gem "racc" under the bundler environment.
https://github.com/rails/rails/blob/main/Gemfile#L145
There is no effect with this changes.
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
I and @nobu (Nobuyoshi Nakada) removed racc/parser dependency from RDoc::RD.
Updated by matz (Yukihiro Matsumoto) over 2 years ago
Sounds OK. Go ahead.
Matz.
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
- Status changed from Assigned to Closed
Thanks. racc is now bundled gems.
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
- Related to Bug #19727: Backport CI fixes for test-bundled-gems added
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
- Related to Feature #19351: Promote bundled gems at Ruby 3.3 added
Actions