-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use rb_ary_entry() and rb_ary_subseq() instead of RARRAY_PTR
* Based on a patch by Dirkjan Bussink * See MRI Bug #8399: https://bugs.ruby-lang.org/issues/8399
- Loading branch information
Showing
1 changed file
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c43068f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this breaks Ruby 1.8 support, which RDoc still supports afaik, I will open a ticket to try to get some feedback
c43068f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit should be reverted. @tenderlove?
c43068f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be enough just to use an alternative for the
rb_ary_subseq()
.