Re: [Jruby-devel] Re: String#insert patch

2006-04-05 Thread Charles O Nutter
There are plenty of 1.8 methods that have never been implemented, and many of them are not tested by Rubicon since it was originally written for 1.6. The lack of a spec or a complete set of unit tests continues to complicate our work. I'll have a look at the patch and try to get it committed.On 4/5

[Jruby-devel] Re: String#insert patch

2006-04-05 Thread Nick Sieger
On 4/5/06, Nick Sieger <[EMAIL PROTECTED]> wrote: It seems like there are occasionally methods in the 1.8 API that still aren't implemented in JRuby.  String#insert is one of those I ran into while doing my work on ActiveRecord.Attached is a patch to add it. Eeek, I suppose it would help if I attac