[Ironruby-core] Code Review: StringGsubWithStringPatternAndBlock

2008-07-03 Thread Dave Remy
tfpt review "/shelveset:StringGsubWithStringPatternAndBlock;REDMOND\dremy" Comment : This change fixes the rest of the gsub coverage minus one (String#gsub with pattern and block raises a RuntimeError if the string is modified while substituting). We had a similar issue implementing squeeze s

Re: [Ironruby-core] HOME and USERPROFILE aliasing under Windows

2008-07-03 Thread Jirapong
same problem reported at #20475. and i agree that HOME Env should handle by that class -Jirapong On Jul 2, 2008, at 5:31 AM, "John Lam (IRONRUBY)" <[EMAIL PROTECTED]> wrote: MRI currently expects the HOME environment variable to be set under Windows. Various operations involving ~ and Di