We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've run tests via (asdf:operate (quote asdf:test-op) (quote nkeymaps)) and it leads to an error:
(asdf:operate (quote asdf:test-op) (quote nkeymaps))
:info:test ; Errors: :info:test ((#<PACKAGE NKEYMAPS> (NKEYMAPS/CORE:KEYSCHEME-MAP NKEYMAPS/TYPES:LIST-OF)) (#<PACKAGE NKEYMAPS/CORE> (NKEYMAPS/CORE:KEYSCHEME-MAP)) (#<PACKAGE NKEYMAPS/TYPES> (NKEYMAPS/TYPES:LIST-OF))) :info:test Found undocumented exported symbols in 3 packages. :info:test ; Compilation unit finished :info:test ; Caught 19 WARNING conditions :info:test ; Caught 4 STYLE-WARNING conditions :info:test Caught SIMPLE-ERROR while processing --eval option "(asdf:operate (quote asdf:test-op) (quote nkeymaps))": :info:test ((#<PACKAGE NKEYMAPS> (NKEYMAPS/CORE:KEYSCHEME-MAP NKEYMAPS/TYPES:LIST-OF)) (#<PACKAGE NKEYMAPS/CORE> (NKEYMAPS/CORE:KEYSCHEME-MAP)) (#<PACKAGE NKEYMAPS/TYPES> (NKEYMAPS/TYPES:LIST-OF))):info:test Found undocumented exported symbols in 3 packages.
Used:
nkeymaps-1.1.0
ABCL-1.9.2
Java 17.0.8.1
The text was updated successfully, but these errors were encountered:
#23 will fix this issue.
Sorry, something went wrong.
Is this fixed?
No branches or pull requests
I've run tests via
(asdf:operate (quote asdf:test-op) (quote nkeymaps))
and it leads to an error:Used:
nkeymaps-1.1.0
ABCL-1.9.2
onJava 17.0.8.1
The text was updated successfully, but these errors were encountered: