ruby / csv

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

Enhanced Rdoc for CSV #122

Closed BurdetteLamar closed 4 years ago

BurdetteLamar commented 4 years ago

I've begun working on enhanced rdoc for CSV. Mostly, I'm interested in adding example code, beginning with the options.

I'm creating this PR to give The Powers That Be a chance to warn me if they are not interested in this work.

kou commented 4 years ago

Thanks. I've added support for generating RDoc by Rake on master. Could you rebase on master when this is ready to be reviewed?

BurdetteLamar commented 4 years ago

13/21 options done, + a few odds and ends. For me, git rebase is deep and dark. Can I save my files, make a new fork/clone, then restore my files? Does that work?

Oh, and thanks for your interest.

kou commented 4 years ago

OK. I'll do it. Please notify me when you complete this.

BurdetteLamar commented 4 years ago

I think this is good enough for you to look at.

BurdetteLamar commented 4 years ago

@kou, the tests did not work on my machine. Old error, I think. I ran 'rake test'.

BurdetteLamar commented 4 years ago

A few more things to do for options.

BurdetteLamar commented 4 years ago

@kou, ready when you are.

BurdetteLamar commented 4 years ago

Back to draft; working on converters.

BurdetteLamar commented 4 years ago

@kou, ready for you. I will not push anything more (except very minor corrections) until we've had a chance to begin review/remark/rework/repush. Suggest we do this piecemeal, maybe beginning with one or two options at a time?

kou commented 4 years ago

I've rebased and reverted code changes. Because the code changes break our CI.

It was good that we create a pull request per option but we already did for many options. I couldn't review this large change. I'll merge this time. We can improve documents we added as follow-up pull requests.