[Ironruby-core] Code Review: Tutorial and Silverlight

2009-08-25 Thread Jimmy Schementi
commit 2450aad19c6e49e375156c38a845b851a236a81e Run the newer Silverlight tests with with "run.rb"; uses Watir to drive the browser. Fixes a couple exceptions that the error formatter can raise if the

Re: [Ironruby-core] Code Review: SSLContext shell and basic specs

2009-08-25 Thread Shri Borde
Is there a typo in http://github.com/kradcliffe/ironruby/blob/5bbe752c286967f30b01b88bde2ed6f287ecbb4e/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/rubyspec/library/net/https/ssl_timeout_spec.rb? The lambda block does net.timeout=10. Did you mean to do net.ssl_timeout=10? http://githu

Re: [Ironruby-core] Code Review: SSLContext shell and basic specs

2009-08-25 Thread Kevin Radcliffe
I have a commit which hopefully addresses these concerns: http://github.com/kradcliffe/ironruby/commit/5bbe752c286967f30b01b88bde2ed6f287ecbb4e Cleaned up OpenSSL::SSL specs a bit, and added a couple of specs for net/https (to catch corner case errors) Files Added: Merlin/External.LCA_RESTRICT

Re: [Ironruby-core] Issues with using Procs for events

2009-08-25 Thread Martin Smith
Hi, Sorry for the multiple posts on this matter, but i did a little more digging. If I change the original code to include the following function: def clear_handler if @wc.is_alive @wc.target.text_changed.remove @handler @handler = nil # without this line, the Tester will still

[Ironruby-core] Code Review: fixrakecompile

2009-08-25 Thread Jim Deville
FYI. tfpt review "/shelveset:fixrakecompile;REDMOND\jdeville" Comment : Fixes rake compile fixrakecompile.diff Description: fixrakecompile.diff ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/iro

Re: [Ironruby-core] Issues with using Procs for events

2009-08-25 Thread Martin Smith
Thanks Tomas. Do you have any idea why this would be occurring? I'm somewhat concerned that this will cause all of my ui elements that attach and detach events to leak. Thanks for looking into it, Martin On Mon, Aug 24, 2009 at 9:13 AM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: >