Feature #6530
closedImprove Racc documentation coverage
Description
I've added a patch to improve documentation for Racc module.
Not sure what to do with debug functions racc_*()
Or what to do with ext/racc?
Feedback welcome
Files
Updated by drbrain (Eric Hodel) over 12 years ago
- Priority changed from Normal to 3
Since this documentation was sourced from https://github.com/tenderlove/racc/tree/master/doc/en I think it's best to import the tenderlove/racc doc/ directory into ruby as doc/racc, then we can use :include: to pull the grammar reference and whatnot into the right place.
The method documentation, though should be integrated directly. I think it's best to work on this against tenderlove/racc first then import it here as I think Aaron is doing primary development on github.
Updated by mame (Yusuke Endoh) over 12 years ago
- Status changed from Open to Feedback
Aaron, do you have any opinion?
--
Yusuke Endoh mame@tsg.ne.jp
Updated by zzak (zzak _) over 12 years ago
I would also like to hear Aaron's feedback regarding the debug
functions racc_*()
I plan on rewriting this patch, with Eric's comments and submitting as
a pull request to tenderlove/racc on github. Eric encouraged me to
submit a pull request for racc instead of submitting patches to
ruby-trunk. I will update this ticket when I've sent the pull request,
thank you for your patience.
On Tue, Jun 12, 2012 at 1:15 PM, mame (Yusuke Endoh) mame@tsg.ne.jp wrote:
Issue #6530 has been updated by mame (Yusuke Endoh).
Status changed from Open to Feedback
Aaron, do you have any opinion?
--
Yusuke Endoh mame@tsg.ne.jpFeature #6530: Improve Racc documentation coverage
https://bugs.ruby-lang.org/issues/6530#change-27186Author: zzak (Zachary Scott)
Status: Feedback
Priority: Low
Assignee: drbrain (Eric Hodel)
Category: DOC
Target version: 2.0.0I've added a patch to improve documentation for Racc module.
Not sure what to do with debug functions racc_*()
Or what to do with ext/racc?
Feedback welcome
Updated by zzak (zzak _) about 12 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Closing in favor of github pull request for racc:
https://github.com/tenderlove/racc/pull/10