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
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
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
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
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
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