[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: gsub choking on fixnum

Yukihiro Matsumoto

5/21/2009 3:19:00 PM

Hi,

In message "Re: gsub choking on fixnum"
on Thu, 21 May 2009 13:30:27 +0900, Cali Wildman <caliwildman2004-info@yahoo.com> writes:

|This is a change in the REXML code, if I have to make a change, I'm more
|comfortable with changing my own code. Is this change a REXML bug fix or
|simply a fix for my problem? I'm still trying to figure out if 1.8.6
|introduced a bug of some kind whether it be in gsub or REXML.

gsub has no bug. This is a backport from 1.9 rexml.

matz.

1 Answer

Cali Wildman

5/21/2009 3:35:00 PM

0

Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: gsub choking on fixnum"
> on Thu, 21 May 2009 13:30:27 +0900, Cali Wildman
> <caliwildman2004-info@yahoo.com> writes:
>
> |This is a change in the REXML code, if I have to make a change, I'm more
> |comfortable with changing my own code. Is this change a REXML bug fix or
> |simply a fix for my problem? I'm still trying to figure out if 1.8.6
> |introduced a bug of some kind whether it be in gsub or REXML.
>
> gsub has no bug. This is a backport from 1.9 rexml.
>
> matz.

Matz,

Thank you, thank you, thank you, I really mean it, can you tell =), for
clarifying this, I have been trying to figure out where the issue is and
now I know. I'll apply the patch in REXML.
--
Posted via http://www.ruby-....