REBOL3 tracker
  0.9.12 beta
Ticket #0001374 User: anonymous

Project:



rss
TypeBug Statustested Date7-Dec-2009 15:40
Versionalpha 95 CategoryDocumentation Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary END! crops up in HELP SYSTEM/PORTS/SYSTEM
Description Curious about the previous ticket (#1373), I performed HELP SYSTEM/PORTS/SYSTEM at the console. The output contains END! which I thought since #866 was to be avoided. Curiouser still, HELP SYSTEM/PORTS/SYSTEM/ACTOR gives the impression the native is called SYSTEM instead of ACTOR, and confirms it has an argument by the name of END! ?!?
Example code
>> help system/ports/system
SYSTEM/PORTS/SYSTEM is a port of value:
   spec            object!   [title scheme ref path]
   scheme          object!   [name title spec info actor awake init]
   actor           native!   [end!]
   awake           function! [ sport "System port (State block holds event...
   state           block!    length: 0
   data            block!    length: 0
   locals          none!     none
>> help system/ports/system/actor
USAGE:
        SYSTEM
DESCRIPTION:
        (undocumented)
        SYSTEM is a native value.
ARGUMENTS:
        end!

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 01:38


Comments
(0001968)
Carl
6-Feb-2010 04:44

The second issue with HELP is a different problem, a bug in HELP, and needs a separate ticket.

Date User Field Action Change
8-Feb-2010 01:38 BrianH Status Modified built => tested
6-Feb-2010 04:44 carl Comment : 0001968 Added -
6-Feb-2010 04:43 carl Fixedin Modified => alpha 97
6-Feb-2010 04:43 carl Status Modified reviewed => built
23-Dec-2009 14:01 carl Status Modified submitted => reviewed
7-Dec-2009 15:40 meijeru Description Modified -
7-Dec-2009 15:40 meijeru Code Modified -
7-Dec-2009 15:40 meijeru Ticket Added -