Re: [Ironruby-core] IronRuby::Clr modules

2009-11-21 Thread Tomas Matousek
No strong reason. IronRuby::Clr is a convenient place where to define CLR related modules. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Shay Friedman Sent: Saturday, November 21, 2009 1:25 AM To: ironruby-core Subject: [Ironruby-core]

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Shri Borde
The comment for the “val” parameter says “number of threads, that can enter to section”, and so it seems reasonable that it should be atleast 1. I wonder if this just happens to work in MRI because “run” gets called before “wait”. This could happen predictably with MRI’s green threads because th

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
Yeah I saw that on twitter but you did make it in the end :) Much appreciated thanks --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Author of IronRuby in Ac

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Jim Deville
I’m working on automating the pushes, but they aren’t done yet, and I haven’t had good enough internet while at RubyConf to push. Releasing was hard enough ;) I’ll do a push tonight when I get home. JD From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Be

Re: [Ironruby-core] eventmachine

2009-11-21 Thread Ryan Riley
If I have time, which should be freeing up towards the end of the year, then I would like to work on this. Should we leverage the Reactive Extensions for this? It seems a good fit, and it would give us the ability to more easily mimic sockets (if I understand sockets correctly). Ryan Riley Email

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
I know it has something to do with Threading and the value of @tickets in this class. I've just managed to connect with xmpp4r to my jabber server :=D but then the stream is closed so you can't actually send messages etc. They have this class: ## # This class implements semaphore for threads sy

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
I needed to add I managed to connect by initializing the tickets with another value than 0. I set it to 1 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Google Wave: portocarrero.i...@googlewave.com Twitter: http://twitter.com/casualjim Auth

Re: [Ironruby-core] ironruby RC1

2009-11-21 Thread Jimmy Schementi
The RC1 bits will be in GIT shortly … looks like the pushes to GIT haven’t been happening/working. Also, the RC1 “announcement” and other things from my RubyConf talk will make their way online over the next couple of days, but in short this release is “RC1” because we want more people to start

[Ironruby-core] IronRuby::Clr modules

2009-11-21 Thread Shay Friedman
Hi, I'm looking at the IronRuby class and its members. I've run into the IronRuby::Clr module that contains modules like BigInteger, Float and String. I know that, for example, IronRuby::Clr::BigInteger is included in the Bignum implementation. My question is - why are they available via the IronR

[Ironruby-core] eventmachine

2009-11-21 Thread Ivan Porto Carrero
Anybody wanna join in getting eventmachine working on IronRuby? We can probably do 1 better than the C based implementation on windows simply because .NET has all the necessary classes and exposes the events we need. For example in the C-based version you can't use EM.popen on windows because they

[Ironruby-core] ironruby RC1

2009-11-21 Thread Ivan Porto Carrero
Hi I don't get any changes coming in for the repo for the last 3 days, are those changes that make up RC1 in? Then on a side note I'm still unable to run xmpp4r with IronRuby. it should work but gets stuck in waiting for a thread that never returns. --- Met vriendelijke groeten - Best regards