[MacRuby] #1046: DietRB gets confused about Strings and Symbols when I pass an Integer
#1046: DietRB gets confused about Strings and Symbols when I pass an Integer ---------------------------------------+------------------------------------ Reporter: joshua.ballanco@… | Owner: eloy.de.enige@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ This doesn't seem to be right at all: {{{ irb(main):001:0> require 'digest' => true irb(main):002:0> digest = Digest::SHA2.new(512) TypeError: can't convert Symbol into String }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1046> MacRuby <http://macruby.org/>
#1046: DietRB gets confused about Strings and Symbols when I pass an Integer ---------------------------------------+------------------------------------ Reporter: joshua.ballanco@… | Owner: eloy.de.enige@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------------+------------------------------------ Changes (by eloy.de.enige@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 1.0 => MacRuby 0.11 -- Ticket URL: <http://www.macruby.org/trac/ticket/1046#comment:1> MacRuby <http://macruby.org/>
#1046: DietRB gets confused about Strings and Symbols when I pass an Integer ---------------------------------------+------------------------------------ Reporter: joshua.ballanco@… | Owner: eloy.de.enige@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------------+------------------------------------ Comment(by eloy.de.enige@…): Fixed in: https://github.com/MacRuby/MacRuby/commit/fd961f342a879096acf2cb17591b4616d2... -- Ticket URL: <http://www.macruby.org/trac/ticket/1046#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby