chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #1784: Modify chickadee to say what module an identifier is in


From: Chicken Trac
Subject: Re: #1784: Modify chickadee to say what module an identifier is in
Date: Fri, 10 Sep 2021 21:00:05 -0000

#1784: Modify chickadee to say what module an identifier is in
--------------------------------------+-----------------------
            Reporter:  johnwcowan     |      Owner:  (none)
                Type:  defect         |     Status:  new
            Priority:  major          |  Milestone:  someday
           Component:  documentation  |    Version:  5.2.0
          Resolution:                 |   Keywords:  chickadee
Estimated difficulty:  easy           |
--------------------------------------+-----------------------

Comment (by Mario Domenech Goulart):

 Not sure if I understand what you mean, but chickadee prints the "path" to
 the symbol you are looking the documentation for at the top of the page.
 For {{{features}}}, it shows {{{chickadee » chicken » platform »
 feature}}}.

 {{{chickadee}}} is chickadee itself (not part of the module name, of
 course), {{{chicken » platform}}} is {{{chicken.platform}}} and
 {{{features}}} is the symbol you are seeing the documentation for.  It's
 not very intuitive, admittedly.

 That's more or less the same in chicken-doc:

 {{{
 $ chicken-doc features
 path: (chicken platform features)

 -- procedure: (features)

 Returns a list of all registered features that will be accepted
 as valid feature-identifiers by `cond-expand`.
 }}}

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1784#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]