REBOL3 tracker
  0.9.12 beta
Ticket #0001460 User: anonymous

Project:



rss
TypeBug Statustested Date6-Feb-2010 04:48
Versionalpha 96 CategoryMezzanine Submitted byCarl
PlatformAll Severityminor Prioritynormal

Summary HELP shows incorrect info for object functions
Description Functions within objects do not display properly -- mainly the object name not the function name is displayed.
Example code
>> obj: object [fun: func ["example" a][a]]
== make object! [
    fun: make function! [["example" a][a]]
]

>> ? obj/fun
USAGE:
        OBJ a

DESCRIPTION:
        example
        OBJ is a function value.

ARGUMENTS:
        a

Assigned ton/a Fixed inalpha 108 Last Update20-Oct-2010 01:34


Comments

Date User Field Action Change
20-Oct-2010 01:34 BrianH Status Modified built => tested
22-Sep-2010 04:59 carl Code Modified -
22-Sep-2010 04:59 carl Fixedin Modified => alpha 108
22-Sep-2010 04:59 carl Status Modified submitted => built
6-Feb-2010 04:48 carl Ticket Added -