[MacRuby] #981: File.expand_path should not return actual file path with Symbolic link.

MacRuby ruby-noreply at macosforge.org
Wed Oct 27 18:53:18 PDT 2010


#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/>



More information about the macruby-tickets mailing list