Feature #15982
Remove y2racc and racc2y
Description
The y2racc and racc2y are not available upstream anymore:
https://github.com/ruby/racc/commit/2d360188e9ed474d559ad2fa9bb0636feb445ea2
I know this is development branch commit, but is it worth of shipping them in Ruby if they are going to be removed in the future?
History
Updated by vo.x (Vit Ondruch) 6 months ago
BTW I am asking this question, because their shebang should be updated otherwise:
Updated by hsbt (Hiroshi SHIBATA) 5 months ago
- Assignee set to hsbt (Hiroshi SHIBATA)
- Status changed from Open to Assigned
Updated by hsbt (Hiroshi SHIBATA) 5 months ago
https://github.com/ruby/racc/tree/1-4-stable/bin still have them. We can remove them when releasing racc-2.0.
Updated by vo.x (Vit Ondruch) 4 months ago
Yes, the stable racc has them, but
- They were never shipped in Ruby, so if they won't be shipped, nobody should miss them.
- It is not clear if they outputs are useful or reliable, so why to ship them if you can't tell they are useful at all.
Updated by jeremyevans0 (Jeremy Evans) about 2 months ago
- Backport deleted (
2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN) - ruby -v deleted (
ruby 2.7.0dev (2019-07-03T10:29:12Z master e44c9b1147) [x86_64-linux]) - Tracker changed from Bug to Feature
Updated by vo.x (Vit Ondruch) 6 days ago
hsbt (Hiroshi SHIBATA) Would you mind to reconsider as we are getting closer to the release?