metaeducation / rebol-issues

6 stars 1 forks source link

help does not print the correct help for some functions in the system object #1502

Open rebolbot opened 14 years ago

rebolbot commented 14 years ago

Submitted by: sqlab

help does not print the correct help for some functions in the system object
compare
>>  help system/schemes/system

SYSTEM/SCHEMES/SYSTEM is an object of value:

   name            word!     system
   title           string!   "System Port"
   spec            none!     none
   info            none!     none
   actor           native!   [port!]
   awake           function! [ sport "System port (State block holds event...
   init            function! [port]
with
>>  help system/schemes/system/awake

USAGE: SYSTEM sport ports

DESCRIPTION:

        (undocumented)
    SYSTEM is a function value.

ARGUMENTS:

        sport -- System port (State block holds events)
        ports -- Port list (Copy of block passed to WAIT)
help system/schemes/system/awake

help system/ports/system/awake

CC - Data [ Version: alpha 97 Type: Issue Platform: Windows Category: Mezzanine Reproduce: Always Fixed-in:alpha 108 ]

rebolbot commented 14 years ago

Submitted by: meijeru

Seems identical to #1460

rebolbot commented 14 years ago

Submitted by: Carl

As of A108, the full path is shown.