[Ecls-list] COMPILED-FUNCTION-FILE returning logical-pathname namestrings

Tobias C. Rittweiler tcr at freebits.de
Sun Mar 7 12:02:25 UTC 2010


"Tobias C. Rittweiler" <tcr at freebits.de>
writes:

> (ext:compiled-function-file #'si::expand-set-documentation)
>
>   ==> "src:lsp;helpfile.lsp.NEWEST"
>
> I expected that COMPILED-FUNCTION-FILE only return filenames. Was that
> expectation wrong?

In fact, it's worse:

CL-USER> (ext:compiled-function-file #'si::expand-set-documentation)
"src:lsp;helpfile.lsp.NEWEST"
6982
CL-USER> (translate-logical-pathname *)
#P"/src/tcr/from-upstream/ecl/lsp/helpfile.lsp"

However, the `lsp' directory is in `ecl/src/' not in `ecl/'.

  -T.





More information about the ecl-devel mailing list