[MacRuby] #1125: case insensitive fs require bug

MacRuby ruby-noreply at macosforge.org
Thu Jan 27 19:51:30 PST 2011


#1125: case insensitive fs require bug
-------------------------------------+--------------------------------------
 Reporter:  mattaimonetti@…          |       Owner:  lsansonetti@…        
     Type:  defect                   |      Status:  new                  
 Priority:  blocker                  |   Milestone:  MacRuby 0.9          
Component:  MacRuby                  |    Keywords:                       
-------------------------------------+--------------------------------------

Comment(by lsansonetti@…):

 So, CRuby does not seem to have support for case insensitive file systems.

 {{{
 $ cat t.rb
 p 42
 $ ruby1.9 -r ./t.rb -r ./t.rb -e ''
 42
 $ ruby1.9 -r ./T.rb -r ./t.rb -e ''
 42
 42
 }}}

 In our case, I guess an easy fix is just not to crash and raise an
 exception instead.

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



More information about the macruby-tickets mailing list