REBOL3 tracker
  0.9.12 beta
Ticket #0001502 User: anonymous

Project:



rss
TypeIssue Statustested Date23-Feb-2010 08:12
Versionalpha 97 CategoryMezzanine Submitted bysqlab
PlatformWindows Severityminor Prioritylow

Summary help does not print the correct help for some functions in the system object
Description 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)
Example code
help system/schemes/system/awake

help system/ports/system/awake

Assigned ton/a Fixed inalpha 108 Last Update20-Oct-2010 03:11


Comments
(0002046)
meijeru
23-Feb-2010 10:29

Seems identical to #1460
(0002527)
Carl
22-Sep-2010 04:59

As of A108, the full path is shown.

Date User Field Action Change
20-Oct-2010 03:11 BrianH Status Modified built => tested
22-Sep-2010 04:59 carl Comment : 0002527 Added -
22-Sep-2010 04:58 carl Description Modified -
22-Sep-2010 04:58 carl Code Modified -
22-Sep-2010 04:58 carl Fixedin Modified => alpha 108
22-Sep-2010 04:58 carl Status Modified submitted => built
23-Feb-2010 10:29 meijeru Comment : 0002046 Added -
23-Feb-2010 08:12 sqlab Ticket Added -