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

sblint terminates without saying anything #22

Open
jcguu95 opened this issue May 2, 2024 · 1 comment
Open

sblint terminates without saying anything #22

jcguu95 opened this issue May 2, 2024 · 1 comment

Comments

@jcguu95
Copy link

jcguu95 commented May 2, 2024

$> sblint
$>

What does this mean? Does it mean that the tested system has nothing to be linted? With the verbose option, it seems that it just loads the system..

$ sblint -v
[INFO] Lint directory './'
[INFO] Lint file lispc.asd
[INFO] Lint system lispc.asd
[INFO] Loading a system: lispc
[INFO] Done
@cxxxr
Copy link
Owner

cxxxr commented May 6, 2024

sblint calls sbcl's compile-file, asdf's load-system function, etc. and collects the warnings generated at that time.
If no warnings are raised, it is normal for nothing to remain in the log.

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