Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.3 #4

Merged
merged 25 commits into from
Mar 11, 2024
Merged

v0.3 #4

merged 25 commits into from
Mar 11, 2024

Conversation

simendsjo
Copy link
Owner

No description provided.

ABCL fails to get documentation for special functions, so the following
fails:
    (documentation (symbol-function 'declare) 'function)

    There is no applicable method for the generic function
    #<STANDARD-GENERIC-FUNCTION DOCUMENTATION {695B5087}> when called with
    arguments (#<SPECIAL-OPERATOR DECLARE>

We ignore symbols not in the package we're testing to avoid checking
special functions.
                                                                                                                                         FUNCTION).
ABCL failed at that test otherwise.
The test broke ECL as `(* 'x 'x)` gave a SIMPLE-TYPE-ERROR rather than a
TYPE-ERROR, the former is a subclass of the latter.
This also simplifies testing across different CL implementations as they
differ in how they treat docstrings and redefinition of docstrings.
Also support variable docstrings
@simendsjo simendsjo merged commit 152fd9a into main Mar 11, 2024
1 check passed
@simendsjo simendsjo deleted the portable-common-lisp branch March 11, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant