Bug #9100
closedJust a typo in a #define that is not used anywhere
Description
re.h, lines 29,30
#define RMATCH(obj) (R_CAST(RMatch)(obj))
#define RMATCH_REGS(obj) (R_MATCH(obj)->regs)
Obviously, R_MATCH has an underscore too much.
Files
Updated by BertramScharpf (Bertram Scharpf) almost 11 years ago
Reminder: Not one single reaction for ten days.
Updated by BertramScharpf (Bertram Scharpf) almost 11 years ago
Reminder: Not one single reaction in more than two weeks.
Updated by zzak (zzak _) almost 11 years ago
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
if nobu doesn't commit this, i will test it and commit.
Updated by luislavena (Luis Lavena) almost 11 years ago
@zzak (zzak _), 1.8.7 has reached EOL and has no maintainer.
Updated by zzak (zzak _) almost 11 years ago
@luis (Luis Lopez) Is this bug only present in 1.8.7?
Updated by BertramScharpf (Bertram Scharpf) almost 11 years ago
zzak (Zachary Scott) wrote:
Is this bug only present in 1.8.7?
Definitely yes. If it were present in 1.9, I would have reported it there.
Updated by luislavena (Luis Lavena) almost 11 years ago
zzak (Zachary Scott) wrote:
@luis (Luis Lopez) Is this bug only present in 1.8.7?
Only exists in ruby_1_8_7 branch, so someone checking out the branch it will be affected by this.
Again, Ruby 1.8.7 has reached EOL with no maintainer, so dunno who is allowed to apply such patch, even applied, there is not going to be a new release of it.
Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
- Status changed from Assigned to Rejected
- Assignee changed from nobu (Nobuyoshi Nakada) to shyouhei (Shyouhei Urabe)
The maintainer was shyouhei, IIRC.