[MacRuby] #1012: Inconsistent Regex behaviour

MacRuby ruby-noreply at macosforge.org
Tue Nov 30 16:12:36 PST 2010


#1012: Inconsistent Regex behaviour
-------------------------------------------+--------------------------------
 Reporter:  harry@…                        |        Owner:  lsansonetti@…        
     Type:  defect                         |       Status:  reopened             
 Priority:  minor                          |    Milestone:                       
Component:  MacRuby                        |   Resolution:                       
 Keywords:                                 |  
-------------------------------------------+--------------------------------

Comment(by watson1978@…):

 hmm.

 With Trunk HEAD, when I executed an above test code, MacRuby displayed no
 message in my environment.

 {{{
 #$ cat tg.rb
 require 'net/imap'
 Thread.start {
   imap = Net::IMAP.new('imap.gmail.com', 25, false)
 }

 sleep 30
 puts :Timeout
 }}}

 {{{
 $ macruby tg.rb
 Timeout
 $ ruby19 tg.rb
 Timeout
 }}}

 So I can't examine it what is the cause of this issue X(

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1012#comment:9>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list