[MacRuby] #981: File.expand_path should not return actual file path with Symbolic link.
#981: File.expand_path should not return actual file path with Symbolic link. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- {{{ $ ruby19 -v -e "p File.expand_path '/usr/bin/gcc'" ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] "/usr/bin/gcc" $ ruby -v -e "p File.expand_path '/usr/bin/gcc'" ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] "/usr/bin/gcc" $ macruby -v -e "p File.expand_path '/usr/bin/gcc'" MacRuby 0.8 (ruby 1.9.2) [universal-darwin10.0, x86_64] "/usr/bin/gcc-4.2" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/981> MacRuby <http://macruby.org/>
#981: File.expand_path should not return actual file path with Symbolic link. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by lsansonetti@…): Good catch :-) I suppose this is what is breaking the rmagick build. -- Ticket URL: <http://www.macruby.org/trac/ticket/981#comment:1> MacRuby <http://macruby.org/>
#981: File.expand_path should not return actual file path with Symbolic link. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.8 Comment: Should be fixed in r4836. -- Ticket URL: <http://www.macruby.org/trac/ticket/981#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby