[MacRuby] #285: File.join broken/inconsistent with MRI
#285: File.join broken/inconsistent with MRI --------------------------------+------------------------------------------- Reporter: rfwatson@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: --------------------------------+------------------------------------------- In MRI: File.join("/Users/", "/me") => "/Users/me" In macruby: File.join("/Users/", "/me") => "/Users///me" -- Ticket URL: <http://www.macruby.org/trac/ticket/285> MacRuby <http://macruby.org/>
#285: File.join broken/inconsistent with MRI --------------------------------+------------------------------------------- Reporter: rfwatson@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: fixed Keywords: | --------------------------------+------------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => fixed Comment: Thanks for reporting, this has been fixed in the experimental branch: {{{ % ./miniruby -e 'p File.join("/Users/", "/me")' "/Users/me" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/285#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby