[Ironruby-core] Code Review: dash_r

2010-01-29 Thread Shri Borde
tfpt review "/shelveset:dash_r;REDMOND\sborde" Comment : Config::CONFIG["libdir"] was not normalized in non-dev environments. This was causing "igem install" to install bat files for the gems to a less than ideal location. Adds some dash_r specs dash_r.diff Description: dash_r.diff

Re: [Ironruby-core] "igem install rake" raise an System.UnauthorizedAccessException (Windows 7)

2010-01-29 Thread Shri Borde
Yup, it is. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Will Green Sent: Friday, January 29, 2010 9:40 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] "igem install rake" raise an System.UnauthorizedAccessException (Windows

Re: [Ironruby-core] "igem install rake" raise an System.UnauthorizedAccessException (Windows 7)

2010-01-29 Thread Will Green
In MRI, when you attempt to gem install, but don't have access to the system gems path, you get a warning before putting them in ~/.gems Is this behavior preserved for IronRuby? -- Will Green http://hotgazpacho.org/ On Wed, Jan 27, 2010 at 1:26 PM, Shri Borde wrote: > With yesterday's fix for

Re: [Ironruby-core] "igem install rake" raise an System.UnauthorizedAccessException (Windows 7)

2010-01-29 Thread Thibaut Barrère
> > With yesterday's fix for System.UnauthorizedAccessException and another fix > I will do today for File.basename, "igem install" works in either elevated > or unelevated mode. In the former case, it will install to %ProgramFiles% > allowing for sharing with other users. In the second mode, it fa