ruby / csv

CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
177 stars 113 forks source link

Recipes not copied downstream #284

Open BurdetteLamar opened 1 year ago

BurdetteLamar commented 1 year ago

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.

kou commented 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.

BurdetteLamar commented 1 year ago

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?

kou commented 1 year ago

the RDoc

What does it refer? A documentation that you generated by RDoc from ruby/ruby?

BurdetteLamar commented 1 year ago

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.

kou commented 1 year ago

@hsbt Do you know how we build https://docs.ruby-lang.org/en/master ?

hsbt commented 1 year ago

We built RDoc html with https://github.com/ruby/docs.ruby-lang.org/blob/master/Rakefile#L47