[MacRuby-devel] [MacRuby] #287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ... )

MacRuby ruby-noreply at macosforge.org
Wed Aug 26 14:56:24 PDT 2009


#287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ...
)
--------------------------------------+-------------------------------------
 Reporter:  eskimag@…                 |        Owner:  lsansonetti@…        
     Type:  defect                    |       Status:  closed               
 Priority:  blocker                   |    Milestone:  MacRuby 0.5          
Component:  MacRuby                   |   Resolution:  fixed                
 Keywords:  macruby digest typeerror  |  
--------------------------------------+-------------------------------------
Changes (by lsansonetti@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 Should be fixed in trunk.

 {{{
 $ macruby -r digest -e "p Digest::MD5.hexdigest('hello')"
 "5d41402abc4b2a76b9719d911017c592"
 $ ruby19 -r digest -e "p Digest::MD5.hexdigest('hello')"
 "5d41402abc4b2a76b9719d911017c592"
 }}}

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



More information about the MacRuby-devel mailing list