Re: [Ironruby-core] Code Review: netinterop1

2009-02-05 Thread Jim Deville
Updated shelveset, and diff. JD -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jimmy Schementi Sent: Wednesday, February 04, 2009 2:02 PM To: ironruby-core@rubyforge.org; IronRuby External Code Reviewers; Srivatsn N

[Ironruby-core] Git Pushed

2009-02-05 Thread Jim Deville
Enjoy! JD ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] automating VS

2009-02-05 Thread Michael Letterle
Ivan, The RubyConf2008 talk? It's on confreaks: http://rubyconf2008.confreaks.com/ironruby.html I'm pretty sure it's using the new managed API for VS2010.. EnvDTE is painfull... On Thu, Feb 5, 2009 at 1:30 PM, Ivan Porto Carrero wrote: > Hi > > A while ago I remeber seeing a screencast where Jo

Re: [Ironruby-core] automating VS

2009-02-05 Thread Michael Letterle
D'oh, it's not RubyConf it's PDC: http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL44.wmv check around the 35minute mark. On Thu, Feb 5, 2009 at 2:11 PM, Michael Letterle wrote: > Ivan, > > The RubyConf2008 talk? It's on confreaks: > http://rubyconf2008.confreaks.com/ironruby.html > > I'm pretty su

[Ironruby-core] automating VS

2009-02-05 Thread Ivan Porto Carrero
Hi A while ago I remeber seeing a screencast where John Lam shows how to use ironruby to automate visual studio. I can't find the screencast anymore but I would be interested to know which API was used. Was that just using EnvDTE ? I'm asking because at work we are using GAT to automate visual st

[Ironruby-core] automating VS

2009-02-05 Thread Ivan Porto Carrero
Hi A while ago I remeber seeing a screencast where John Lam shows how to use ironruby to automate visual studio. I can't find the screencast anymore but I would be interested to know which API was used. Was that just using EnvDTE ? I'm asking because at work we are using GAT to automate visual st

Re: [Ironruby-core] Silverlight + Silverline

2009-02-05 Thread Ivan Porto Carrero
Sweet I will try that tonight. 2009/2/5 Jimmy Schementi > No problem. The stuff hasn't made it to master yet, so it's all in the > dev/window branch. So, just make sure to run: > > > > git branch --track -b dev/window origin/dev/window > > > > ... and then do a build. > > > > ~js > > > > *Fro

Re: [Ironruby-core] Ruby 1.9.1 stable released

2009-02-05 Thread Nathan Stott
Hah, I've never heard modulo used in any sense except "1 % 6". Learn something new everyday. Thanks guys. On Thu, Feb 5, 2009 at 12:05 AM, Curt Hagenlocher wrote: > "modulo" in this sense means "excluding" -- that we're not considering > the item. Continuations are described at > http://en.wi

Re: [Ironruby-core] Silverlight + Silverline

2009-02-05 Thread Jimmy Schementi
No problem. The stuff hasn’t made it to master yet, so it’s all in the dev/window branch. So, just make sure to run: git branch --track -b dev/window origin/dev/window ... and then do a build. ~js From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf