Conflict when two packages provide the same function name
A Common Lisp documentation system.
Status: Alpha
Brought to you by:
marcoxa
I have two packages exporting a function of the same name. (My user interface specifies that one should use the package name together with the function name (similar to iterate package's convention))
HeLambdaP names the function documentation files based on the function name. Thus, when two packages have identically named functions, the latter function documentation overwrites the first function documentation.
Good catch. I am actually doing work on HELambdaP and will fix this issue ASAP.
Marco
Should be fixed in the repo.
I pulled ef4225... and the problem is fixed.
Thanks!