Re: ANSI question (load evaluation order)
- From: Christophe Rhodes <csr21@xxxxxxxxx>
- Date: Fri, 29 Apr 2005 17:00:40 +0100
Nicolas Neuss <my.name@xxxxxxxxxxxxxxxxxxxxx> writes:
> should the following work or do I have to wrap the function definition in
> an (EVAL-WHEN (:LOAD-TOPLEVEL)...)?
> [...]
> (assert (documentation 'test 'function))
I believe that no implementation is ever required not to signal an
error on this form, as they are free to discard documentation strings
at any time for any reason. Is there a test case you can provide
without the DOCUMENTATION function?
Christophe
.
- Follow-Ups:
- Re: ANSI question (load evaluation order)
- From: Nicolas Neuss
- Re: ANSI question (load evaluation order)
- References:
- ANSI question (load evaluation order)
- From: Nicolas Neuss
- ANSI question (load evaluation order)
- Prev by Date: Re: Lisp Thesaurus
- Next by Date: Re: Practical Common Lisp reviewed on /.
- Previous by thread: ANSI question (load evaluation order)
- Next by thread: Re: ANSI question (load evaluation order)
- Index(es):
Relevant Pages
|