tfpt review /shelveset:rails-2;REDMOND\jflam This shelveset introduces fixes that are blocking us from - Added missing define_method overload for Proc - Adding missing default constructors to StringIO and StringScanner - We canonicalize paths returned from a few key File methods (\ -> /) - Introducing new Ruby\Libs directory to hold our redirect .rb files and hacks - Modifying aliases and checking in ir.cmd - Removing .EXE directory from $: search path Thanks, -John -------------- next part -------------- A non-text attachment was scrubbed... Name: rails-2.diff Type: application/octet-stream Size: 27404 bytes Desc: rails-2.diff URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080521/87da78df/attachment-0001.obj>
In rbconfig.rb:
  TOPDIR = File.dirname(__FILE__).chomp!("/lib/ruby/1.8/i386-mswin32")
the path "/lib/ruby/1.8/i386-mswin32" needs to be replaced by the tail
of the directory path where rbconfig.rb resides.
(otherwise chomp! will return nil)
Cheers, Wayne.
> -----Original Message-----
> From: ironruby-core-bounces at rubyforge.org
> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of
> John Lam (IRONRUBY)
> Sent: Thursday, 22 May 2008 8:06 AM
> To: IronRuby External Code Reviewers
> Cc: ironruby-core at rubyforge.org
> Subject: [Ironruby-core] Code Review: rails-2
>
> tfpt review /shelveset:rails-2;REDMOND\jflam
>
> This shelveset introduces fixes that are blocking us from
>
> - Added missing define_method overload for Proc
> - Adding missing default constructors to StringIO and StringScanner
> - We canonicalize paths returned from a few key File methods (\ -> /)
> - Introducing new Ruby\Libs directory to hold our redirect
> .rb files and hacks
> - Modifying aliases and checking in ir.cmd
> - Removing .EXE directory from $: search path
>
> Thanks,
> -John
>
>
Nice catch! Thanks!
Thanks,
-John
-----Original Message-----
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at
rubyforge.org] On Behalf Of Wayne Kelly
Sent: Wednesday, May 21, 2008 6:08 PM
To: ironruby-core at rubyforge.org
Subject: Re: [Ironruby-core] Code Review: rails-2
In rbconfig.rb:
  TOPDIR = File.dirname(__FILE__).chomp!("/lib/ruby/1.8/i386-mswin32")
the path "/lib/ruby/1.8/i386-mswin32" needs to be replaced by the tail
of the directory path where rbconfig.rb resides.
(otherwise chomp! will return nil)
Cheers, Wayne.
> -----Original Message-----
> From: ironruby-core-bounces at rubyforge.org
> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of
> John Lam (IRONRUBY)
> Sent: Thursday, 22 May 2008 8:06 AM
> To: IronRuby External Code Reviewers
> Cc: ironruby-core at rubyforge.org
> Subject: [Ironruby-core] Code Review: rails-2
>
> tfpt review /shelveset:rails-2;REDMOND\jflam
>
> This shelveset introduces fixes that are blocking us from
>
> - Added missing define_method overload for Proc
> - Adding missing default constructors to StringIO and StringScanner
> - We canonicalize paths returned from a few key File methods (\ -> /)
> - Introducing new Ruby\Libs directory to hold our redirect
> .rb files and hacks
> - Modifying aliases and checking in ir.cmd
> - Removing .EXE directory from $: search path
>
> Thanks,
> -John
>
>
_______________________________________________
Ironruby-core mailing list
Ironruby-core at rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core