Re: [Ironruby-core] Building IronRuby under Mono

2008-12-07 Thread Seo Sanghyeon
2008/12/8 Michael Letterle <[EMAIL PROTECTED]>: > I'm curious... I'm running into a number of issues just compiling... is this > from the SVN or Git repo? He is using old SVN version. The latest doesn't compile for me. -- Seo Sanghyeon ___ Ironruby-cor

Re: [Ironruby-core] Building IronRuby under Mono

2008-12-07 Thread Michael Letterle
I'm curious... I'm running into a number of issues just compiling... is this from the SVN or Git repo? On Sat, Dec 6, 2008 at 3:51 PM, Antonio Cangiano <[EMAIL PROTECTED]>wrote: > Using Mono 2.0 I was able to build IronRuby but it's not working properly: > > ~/code/ruby/ironruby/build/mono_debug$

Re: [Ironruby-core] New revisions

2008-12-07 Thread Michael Letterle
Indeed, the casing program does not appear to be so easily solved by simply ignoring it. The only problem is that casing issues will ONLY be discovered under linux... On Sun, Dec 7, 2008 at 2:33 PM, Tomas Matousek <[EMAIL PROTECTED] > wrote: > It might be worth it to fix the casing rather than

Re: [Ironruby-core] New revisions

2008-12-07 Thread Tomas Matousek
It might be worth it to fix the casing rather than hide the bad casings. Problems with inconsistent casing might be discovered earlier if the right casing is enforced everywhere. Tomas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Letterle Sent: Sunday, December 07, 200

Re: [Ironruby-core] Code Review: ScopesAndCrossRuntime

2008-12-07 Thread Martin Maly
Outer ring changes look beautiful too. This sure is a victory! Thank you, Tomas! Martin -Original Message- From: Curt Hagenlocher Sent: Saturday, December 06, 2008 9:47 PM To: Tomas Matousek; IronRuby External Code Reviewers; DLR Code Reviews Cc: ironruby-core@rubyforge.org Subject: RE: C

Re: [Ironruby-core] New revisions

2008-12-07 Thread Terence Lewis
Installing a newer version of MRI (186-26) has fixed my problems! I can now compile ironruby using rake compile. Thanks for the helpful advice in getting this working. On Sat, Dec 6, 2008 at 1:07 PM, Terence Lewis <[EMAIL PROTECTED]> wrote: > Still not working, but a little better: > > D:\Projec

Re: [Ironruby-core] New revisions

2008-12-07 Thread Michael Letterle
Uppercase EVIL! No worries, it's easy enough to change on my branch (it's really only two directory names), the important changes are making the Rakefile case insensitive (or going through and updating everything with the proper case, which seems much more tedious). On Sun, Dec 7, 2008 at 4:04 AM

Re: [Ironruby-core] New revisions

2008-12-07 Thread Tomas Matousek
The lowercase names are wrong. Jim might already be looking at fixing it. We should have the same casing in GIT as we have internally in TFS. Tomas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Letterle Sent: Saturday, December 06, 2008 11:58 PM To: ironruby-core@rubyforg