Open BurdetteLamar opened 1 year ago
It's a manual operation. We use https://github.com/ruby/ruby/blob/master/tool/sync_default_gems.rb for it. We run it when new major Ruby version is released or we want to do.
e.g.:
If you want changes only in ruby/csv soon, I can do it.
I'm not sure I understand the issue here. What I think has happened is that the RDoc containing the link to the recipes was copied downstream, but the RDoc containing the recipes themselves was not copied. Is there something in the gemspec that specifieis what is to be copied?
the RDoc
What does it refer? A documentation that you generated by RDoc from ruby/ruby?
All I know is that the first link in https://docs.ruby-lang.org/en/master/CSV.html is broken, and I don't know how to fix it.
@hsbt Do you know how we build https://docs.ruby-lang.org/en/master ?
We built RDoc html with https://github.com/ruby/docs.ruby-lang.org/blob/master/Rakefile#L47
A while back, I wrote a bunch of recipes for CSV. I don't think they're being copied downstream to ruby/ruby. I don't know how to fix that.