[MacRuby] #1012: Inconsistent Regex behaviour

MacRuby ruby-noreply at macosforge.org
Tue Nov 30 18:32:39 PST 2010


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

Comment(by lsansonetti@…):

 As of trunk:

 {{{
 $ DYLD_LIBRARY_PATH=. ./macruby -I./lib -r net/imap -e
 "Net::IMAP.new('imap.gmail.com', 993, true)"
 -e:1:in `<main>': undefined method `upcase' for nil:NilClass
 (NoMethodError)
 $ DYLD_LIBRARY_PATH=. ./macruby -I./lib -r net/imap -e
 "Net::IMAP.new('imap.gmail.com', 25, true)"
 -e:1:in `<main>': SSL_connect returned=1 errno=0 state=SSLv2/v3 read
 server hello A: unknown protocol (OpenSSL::SSL::SSLError)
 $ DYLD_LIBRARY_PATH=. ./macruby -I./lib -r net/imap -e
 "Net::IMAP.new('imap.gmail.com', 25, false)"
 -e:1:in `<main>': can't convert nil into String (TypeError)
 }}}

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



More information about the macruby-tickets mailing list