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

Docs Cleanup #151

Closed
mariari opened this issue Aug 29, 2023 · 1 comment
Closed

Docs Cleanup #151

mariari opened this issue Aug 29, 2023 · 1 comment
Assignees

Comments

@mariari
Copy link
Member

mariari commented Aug 29, 2023

After merging @agureev 's work we have the following documentation generation warnings

WARNING: redefining PERFORM (#<STANDARD-CLASS ASDF/LISP-ACTION:TEST-OP> #<SB-MOP:EQL-SPECIALIZER #<SYSTEM "geb/test">>) in DEFMETHOD
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-ADD CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-MULT CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-SUB CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-DIV CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-INJ CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-INJ CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-INJ CLASS>)
WARNING: redefining PERFORM (#<STANDARD-CLASS ASDF/LISP-ACTION:TEST-OP> #<SB-MOP:EQL-SPECIALIZER #<SYSTEM "geb/test">>) in DEFMETHOD
WARNING: redefining PERFORM (#<STANDARD-CLASS ASDF/LISP-ACTION:TEST-OP> #<SB-MOP:EQL-SPECIALIZER #<SYSTEM "geb/test">>) in DEFMETHOD
WARNING: redefining PERFORM (#<STANDARD-CLASS ASDF/LISP-ACTION:TEST-OP> #<SB-MOP:EQL-SPECIALIZER #<SYSTEM "geb/test">>) in DEFMETHOD
WARNING: redefining PERFORM (#<STANDARD-CLASS ASDF/LISP-ACTION:TEST-OP> #<SB-MOP:EQL-SPECIALIZER #<SYSTEM "geb/test">>) in DEFMETHOD
WARNING: redefining PERFORM (#<STANDARD-CLASS ASDF/LISP-ACTION:TEST-OP> #<SB-MOP:EQL-SPECIALIZER #<SYSTEM "geb/test">>) in DEFMETHOD
WARNING:
   No source location found for reference
   #<REFERENCE SO-HOM-OBJ GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC SO-HOM-OBJ)).

WARNING:
   No source location found for reference #<REFERENCE NUM GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC NUM)).

WARNING:
   No source location found for reference #<REFERENCE POS GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC POS)).

WARNING:
   No source location found for reference
   #<REFERENCE NUM-LEFT GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC NUM-LEFT)).

WARNING:
   No source location found for reference
   #<REFERENCE NUM-RIGHT GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC NUM-RIGHT)).

WARNING:
   No source location found for reference #<REFERENCE WIDTH GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC WIDTH)).

WARNING:
   No source location found for reference #<REFERENCE COD GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC COD)).

WARNING:
   No source location found for reference
   #<REFERENCE SO-HOM-OBJ GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC SO-HOM-OBJ)).

WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-ADD CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-MULT CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-SUB CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-DIV CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-INJ CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-INJ CLASS>)
WARNING: "[NAT][]" cannot be resolved.
(while documenting #<MGL-PAX:REFERENCE NAT-INJ CLASS>)
WARNING:
   No source location found for reference #<REFERENCE NUM GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC NUM)).

WARNING:
   No source location found for reference #<REFERENCE POS GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC POS)).

WARNING:
   No source location found for reference
   #<REFERENCE NUM-LEFT GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC NUM-LEFT)).

WARNING:
   No source location found for reference
   #<REFERENCE NUM-RIGHT GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC NUM-RIGHT)).

WARNING:
   No source location found for reference #<REFERENCE WIDTH GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC WIDTH)).

WARNING:
   No source location found for reference #<REFERENCE COD GENERIC-FUNCTION>:
   Could not find source location for ((DEFGENERIC COD)).

would be good to fix them all up

@mariari
Copy link
Member Author

mariari commented Oct 11, 2023

With #154 #153 and #152 the docs issues are now solved

@mariari mariari closed this as completed Oct 11, 2023
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

No branches or pull requests

2 participants