Actions
Bug #7422
closedtest_usage2(TestRubyOptions) test failure
    Bug #7422:
    test_usage2(TestRubyOptions) test failure
  
Description
=begin
It seems that rev37805 breaks test suite for me:
test_usage2(TestRubyOptions) [/builddir/build/BUILD/ruby-2.0.0-r37807/test/ruby/test_rubyoptions.rb:41]:
Expected 95 to be <= 80.
=end
        
           Updated by vo.x (Vit Ondruch) almost 13 years ago
          Updated by vo.x (Vit Ondruch) almost 13 years ago
          
          
        
        
      
      - Assignee set to tadf (tadayoshi funaba)
        
           Updated by tadf (tadayoshi funaba) almost 13 years ago
          Updated by tadf (tadayoshi funaba) almost 13 years ago
          
          
        
        
      
      - Assignee changed from tadf (tadayoshi funaba) to nobu (Nobuyoshi Nakada)
ruby's --help is broken.
should be length of each line is at most 80 even if --help.
the current one is ugly.
        
           Updated by tadf (tadayoshi funaba) almost 13 years ago
          Updated by tadf (tadayoshi funaba) almost 13 years ago
          
          
        
        
      
      80 column is de fact standard until today.
we should keep this convention if we want to use pre-formatted doc.
anyway, the current --help is very white, spaces are too much, ugly.
i'll revert the experimental.
        
           Updated by tadf (tadayoshi funaba) almost 13 years ago
          Updated by tadf (tadayoshi funaba) almost 13 years ago
          
          
        
        
      
      - Status changed from Open to Closed
Actions