Re: [Ironruby-core] Code Review: WEBrick

2008-05-25 Thread Peter Bacon Darwin
Hi Tomas, What happens if someone calls TCPServer.Accept() without calling TCPServer#CreateReadWaitHandle() first? [The new implementation of Accept method needs a WaitHandle to have been created. It seems that the only time this occurs is when RubyIO.Select() is called.] Pete -Original Mes

Re: [Ironruby-core] Code Review: WEBrick

2008-05-25 Thread Tomas Matousek
I forgot to check the result, will fix that. Thanks for finding this. Tomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Bacon Darwin Sent: Sunday, May 25, 2008 5:26 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Code Review: WE

[Ironruby-core] IronRuby Binaries and Known DLR build

2008-05-25 Thread Ben Hall
Hello, Scenario. I want to host the DLR within my application, as such I reference MS.Scripting and MS.Scripting.Core. I can then happily reference IP2 because it was compiled against the same version. However, the same can't be said for IronRuby. Because there aren't any binaries available to d

[Ironruby-core] Code Review: Regex2

2008-05-25 Thread Tomas Matousek
tfpt review "/shelveset:Regex2;REDMOND\tomat" Implements regex pattern rewriter: some escape sequences that are valid in Ruby are not valid in .NET regex and need to fixed in the pattern. Rough implementation of Regexp::union, will finish it next checkin. Fixes bugs: [ ironruby-Bugs-20205 ] Reg

[Ironruby-core] Code Review: regex3

2008-05-25 Thread Tomas Matousek
tfpt review "/shelveset:regex3;REDMOND\tomat" Improves Regexp#union, implements Regexp#eql?, Regexp#==, Regexp#hash. Fixes Regexp#escape to match MRI. Tomas regex3.diff Description: regex3.diff ___ Ironruby-core mailing list Ironruby-core@rubyforge.or

Re: [Ironruby-core] IronRuby Binaries and Known DLR build

2008-05-25 Thread Jim Deville
We don't currently host binaries, in part because it hasn't been set up, and in part because IR is such a fast moving target right now. After RailsConf we can figure out what and where to host some stuff. Jim Deville From: [EMAIL PROTECTED] [EMAIL PROTECT