Sorry, that's \[1-7][0-7]+
It *may* be possible to further narrow it to \[1-7][0-7][0-7]+ if Ruby
requires escaped octals to have at least three digits...which it may.
- Charlie
On 1/25/06, Charles O Nutter <[EMAIL PROTECTED]> wrote:
> This fix adds a zero to everything that matches \[1-7][1-7]+
This fix adds a zero to everything that matches \[1-7][1-7]+ in a
regular expression, which should all be escaped octal values. I think
this gets around the issue David mentioned whereby we might
accidentally add a zero to backrefs.
Committed to cnutter_work1 already...necessary for Rails.
- Char
> On 1/25/06, Thomas E Enebo <[EMAIL PROTECTED]> wrote:
> >
> > So it sounds like we should add the ability to specify a "classpath-only"
> > directory specifier so we can allow people to set up these embedded
> > environments better.
Anyone have ideas on how we should specific classpath-only pa
Yeah, that all sounds reasonable. I guess my biggest interest is
having a way to take a JRuby distribution, Gem in a few libraries, and
JAR that whole thing up for deployment. I would have a similar
scenario for rolling my Rails stuff into a deployable JAR, and the
whole thing would get stuff in a
On Tue, 24 Jan 2006, Charles O Nutter defenestrated me:
>
> Whew, quite a mouthful.
>
> If we were going to see JRuby used in a typical Java-like deployment,
> what would Rails and friends look like? I think we can rule out the
> possibility of keeping them loose on the filesystem as with stock
>
Stephenson9Samuel