[#84867] [Ruby trunk Bug#14357] thread_safe tests suite segfaults — v.ondruch@...

Issue #14357 has been reported by vo.x (Vit Ondruch).

11 messages 2018/01/15
[#85364] Re: [Ruby trunk Bug#14357] thread_safe tests suite segfaults — Eric Wong <normalperson@...> 2018/02/03

v.ondruch@tiscali.cz wrote:

[#84980] [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — hsbt@...

Issue #13618 has been updated by hsbt (Hiroshi SHIBATA).

10 messages 2018/01/23
[#85012] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — Eric Wong <normalperson@...> 2018/01/23

hsbt@ruby-lang.org wrote:

[ruby-core:85290] [Ruby trunk Bug#10838] ri's man page and options are wrong

From: usa@...
Date: 2018-01-31 11:11:47 UTC
List: ruby-core #85290
Issue #10838 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.2: WONTFIX, 2.3: REQUIRED, 2.4: DONE to 2.2: WONTFIX, 2.3: DONE, 2.4: DONE

ruby_2_3 r62129 merged revision(s) 58409.

----------------------------------------
Bug #10838: ri's man page and options are wrong
https://bugs.ruby-lang.org/issues/10838#change-70070

* 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: DONE, 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:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next