Re: [Ironruby-core] Git push

2010-05-25 Thread Jim Deville
I'll pull them in as is. From: Ryan Riley Sent: Tuesday, May 25, 2010 12:09 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Git push What do I need to do to get my etc updates ready? http://github.com/panesofglass/ironruby/blob/master/M

Re: [Ironruby-core] Git push

2010-05-25 Thread Ryan Riley
What do I need to do to get my etc updates ready? http://github.com/panesofglass/ironruby/blob/master/Merlin/Main/Languages/Ruby/Libs/etc.rb http://github.com/panesofglass/ironruby/tree/master/Merlin/Exter

Re: [Ironruby-core] Git push

2010-05-19 Thread Jim Deville
Oh, I thought the directions were changed to send to the Codeplex team. I'll update them From: Will Green Sent: Tuesday, May 18, 2010 5:33 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Git push I have a change. Single commit in this b

Re: [Ironruby-core] Git push

2010-05-18 Thread Will Green
I have a change. Single commit in this branch: http://github.com/hotgazpacho/ironruby/tree/gem-update-fix This allows gem update --system to work :-) I've sent an email to ssiad...@microsoft.com, but haven't heard back yet.

[Ironruby-core] Git push

2010-05-17 Thread Jim Deville
I've done a push of the IronRuby sources, finally. This push includes some crazy changes to the layout, and will probably require some churn to the dev infrastructure (dev.bat, rakefiles, irtests, etc). Just so you know, if you have changes that you want to get into the old layout, I will accept

[Ironruby-core] Git push

2009-12-07 Thread Jim Deville
I've pushed out a new TFS update. Sorry for the delay, but my computer's clock was off and I wasn't able to remote in. I know that there may be an issue with ActiveSupport tests in irtests, so I'll be investigating that. Enjoy JD PS: Would anyone be ready for a pull if I did one? _

Re: [Ironruby-core] Git push

2009-05-03 Thread Jimmy Schementi
e-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Xerxes Battiwalla > Sent: Sunday, May 03, 2009 6:57 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Git push > > Hi there - does this mean that the rspec fixes a

Re: [Ironruby-core] Git push

2009-05-03 Thread Xerxes Battiwalla
Hi there - does this mean that the rspec fixes are in there too? (http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=572) Thanks, Xerxes On Sat, May 2, 2009 at 10:01 AM, Jim Deville wrote: > Hey everyone, > > > > I usually just quietly push changes out, but I wanted to say something abo

[Ironruby-core] Git push

2009-05-01 Thread Jim Deville
Hey everyone, I usually just quietly push changes out, but I wanted to say something about the changes that went out today. Today's changes have changed the interpreter to be an Adaptive Compiling interpreter. For those who don't know, that means that the code is interpreted, but after 2 (this

Re: [Ironruby-core] Git Push

2009-03-18 Thread Jim Deville
Behalf Of Jim Deville Sent: Tuesday, March 17, 2009 10:54 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Git Push Today's git push includes the last set of changes to make things easier for everyone developing from Git. It reintroduces MERLIN_ROOT, but MERLIN_ROOT now comes

[Ironruby-core] Git Push

2009-03-17 Thread Jim Deville
Today's git push includes the last set of changes to make things easier for everyone developing from Git. It reintroduces MERLIN_ROOT, but MERLIN_ROOT now comes with benefits. We recommend you start your developing by running C:\path\to\Merlin\Main\Languages\Ruby\Scripts\Dev.bat. This script se

[Ironruby-core] Git push

2009-03-06 Thread Jim Deville
Sorry about missing yesterday. I was out sick. JD ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] GIT Push

2009-03-02 Thread Jim Deville
New git revision pushed. From: Tomas Matousek Sent: Monday, March 02, 2009 9:17 PM To: Jim Deville Subject: GIT Push Just remainder... we should push the latest bits asap to unblock all Mono users. (Assembly resolution also went in, which might help others as well). Tomas ___

[Ironruby-core] Git push

2009-02-11 Thread Jim Deville
I have pushed TFS to Git. Just an FYI, the building where the IronRuby team is located is having a building move the rest of the week. In addition, TFS is undergoing upgrades during that time. Due to all of this, I won't push again until Monday. JD __

Re: [Ironruby-core] Git push

2009-02-03 Thread Jimmy Schementi
, 2009 10:47 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Git push I just pushed again, fixing this error. I tested before I did the merge to master, and apparently that merge got messed up. I have tested this version before pushing. JD From: ironruby-core-boun..

Re: [Ironruby-core] Git push

2009-02-03 Thread Jim Deville
: Tuesday, February 03, 2009 7:25 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Git push FWIW, the major issue seems to be Merlin/Main/Runtime/Microsoft.Scripting/Microsoft.Scripting.Build.csproj not including Runtime\BindingRestrictionsHelpers.cs On Tue, Feb 3, 2009 at 9:19 PM

Re: [Ironruby-core] Git push

2009-02-03 Thread Michael Letterle
FWIW, the major issue seems to be Merlin/Main/Runtime/Microsoft.Scripting/Microsoft.Scripting.Build.csproj not including Runtime\BindingRestrictionsHelpers.cs On Tue, Feb 3, 2009 at 9:19 PM, Michael Letterle wrote: > Build is currently broken and it appears that MERLIN_ROOT is still > required?

Re: [Ironruby-core] Git push

2009-02-03 Thread Michael Letterle
Build is currently broken and it appears that MERLIN_ROOT is still required? On Fri, Jan 30, 2009 at 4:48 PM, Jim Deville wrote: > Sorry for missing the past couple of days, but I have finally pushed a > new revision to Github. As of this change (1ee05cdd), MERLIN_ROOT is no > longer required.

[Ironruby-core] Git push

2009-01-30 Thread Jim Deville
Sorry for missing the past couple of days, but I have finally pushed a new revision to Github. As of this change (1ee05cdd), MERLIN_ROOT is no longer required. You can now download it, get into a VS Command prompt, and run rake compile from Merlin/Main/Languages/Ruby. Let me know if you have pro

Re: [Ironruby-core] Git push

2009-01-27 Thread Jimmy Schementi
Looking at it now ... =P From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Tuesday, January 27, 2009 2:57 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Git push As you may have seen via the RSS feed, I have pushed

[Ironruby-core] Git push

2009-01-27 Thread Jim Deville
As you may have seen via the RSS feed, I have pushed a new IronRuby revision out. This still requires the MERLIN_ROOT variable and the CSPROJ has load issues due to SpecSharp.targets, but both of those are being phased out. I'm waiting on a code review for the shelveset that will get rid of MERL

Re: [Ironruby-core] Git push

2009-01-22 Thread Jim Deville
What, you don't like my emails? From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Michael Letterle Sent: Thursday, January 22, 2009 5:48 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Git push Now that github is the pr

Re: [Ironruby-core] Git push

2009-01-22 Thread Michael Letterle
Now that github is the primary external repo, how about those of us who are really interested (like me ;)) just subscribe to the rss feed? http://github.com/feeds/ironruby/commits/ironruby/master On Thu, Jan 22, 2009 at 7:57 PM, Jim Deville wrote: > I've been doing daily pushes, but I forgot to

[Ironruby-core] Git push

2009-01-22 Thread Jim Deville
I've been doing daily pushes, but I forgot to send the emails. Sorry about that. I've just pushed a new Git Revision. Enjoy JD ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core