cxxxr / sblint

A linter for Common Lisp source code using SBCL
120 stars 6 forks source link

`sblint` terminates without saying anything #22

Open jcguu95 opened 5 months ago

jcguu95 commented 5 months ago
$> 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 commented 4 months ago

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.