Bug #6785
closedDocumentation for RubyVM::InstructionSequence
Description
I've attached a patch with documentation for the RubyVM::InstructionSequence class. It's of decent size, and I'm just getting familiar with the VM, so please send comments and corrections if you have any. I'm happy to do further passes if need be.
Files
Updated by davidbalbert (David Albert) over 12 years ago
- File 0001-Documentation-for-RubyVM-InstructionSequence-draft-2.patch 0001-Documentation-for-RubyVM-InstructionSequence-draft-2.patch added
I've attached a second draft that incorporates some feedback from rue on #ruby-lang and a few extra edits of mine.
Updated by drbrain (Eric Hodel) over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r36525.
David, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- iseq.c: Added documentation. Patch by David Albert. [Bug #6785]
Updated by ko1 (Koichi Sasada) about 10 years ago
- Status changed from Closed to Open
Please mark they are implementaton and version dependent methods.
Updated by hsbt (Hiroshi SHIBATA) about 8 years ago
- Status changed from Open to Feedback
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- File iseq-doc.patch iseq-doc.patch added
Attached is a documentation patch to mark this class's methods as implementation and version dependent.
Updated by jeremyevans (Jeremy Evans) about 5 years ago
- Status changed from Feedback to Closed
Applied in changeset git|96cec6b27741cbdeb51ea3acdeba0e813d51035f.
Document that RubyVM::InstructionSequence methods are implementation and version dependent
Fixes [Bug #6785]