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 cu...@microsoft.comwrote: modulo in this sense means excluding -- that we're not considering the item. Continuations are described at

Re: [Ironruby-core] Silverlight + Silverline

2009-02-05 Thread Ivan Porto Carrero
Sweet I will try that tonight. 2009/2/5 Jimmy Schementi jimmy.scheme...@microsoft.com 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.

[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

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 michael.lette...@gmail.com wrote: Ivan, The RubyConf2008 talk? It's on confreaks:

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 i...@flanders.co.nzwrote: Hi A while ago I remeber seeing a