Project

General

Profile

Actions

Bug #7422

closed

test_usage2(TestRubyOptions) test failure

Bug #7422: test_usage2(TestRubyOptions) test failure

Added by vo.x (Vit Ondruch) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.0.0dev (2012-11-22 trunk 37807) [x86_64-linux]
Backport:
[ruby-core:49877]

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 Actions #1 [ruby-core:49878]

  • Assignee set to tadf (tadayoshi funaba)

Updated by tadf (tadayoshi funaba) almost 13 years ago Actions #2 [ruby-core:49879]

  • 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 Actions #3 [ruby-core:49895]

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 Actions #4 [ruby-core:49898]

  • Status changed from Open to Closed
Actions

Also available in: PDF Atom