[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84369] [Ruby trunk Bug#10838] ri's man page and options are wrong
From:
nagachika00@...
Date:
2017-12-20 14:59:02 UTC
List:
ruby-core #84369
Issue #10838 has been updated by nagachika (Tomoyuki Chikanaga).
Backport changed from 2.2: WONTFIX, 2.3: REQUIRED, 2.4: REQUIRED to 2.2: WONTFIX, 2.3: REQUIRED, 2.4: DONE
ruby_2_4 r61366 merged revision(s) 58409.
----------------------------------------
Bug #10838: ri's man page and options are wrong
https://bugs.ruby-lang.org/issues/10838#change-68558
* Author: josh.cheek (Josh Cheek)
* Status: Closed
* Priority: Normal
* Assignee: stomar (Marcus Stollsteimer)
* Target version:
* ruby -v: ruby 2.2.0p0
* Backport: 2.2: WONTFIX, 2.3: REQUIRED, 2.4: DONE
----------------------------------------
## Man page
`man ri` is missing these options:
--[no-]interactive
--[no-]list-doc-dirs
-a, --[no-]all
-l, --[no-]list
--server [PORT]
-v
--help
It lists two options that don't exist
--fmt
--[no-]use-cache
It lists the formats incorrectly as
ansi, bs, html, plain, simple
They should be:
ansi bs markdown rdoc
## Help screen
`ri --help` is missing these options:
--help
--version
-v
-h
Invalid options print the help screen and an error message.
But `-h` prints neither. Instead it enters interactive mode.
Whatever it's doing, it's not documented anywhere.
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>