ChangeLog

0.5.0 (2024-07-28)

Before this fix, with latest Eclector 40ants-critic didn't compile ending with this error:

The generic function
#<STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (2)>
takes 5 required arguments; was asked to find a method with
specializers (PARSE-CLIENT T T T)

because the generic-function signature was changed.

0.4.1 (2022-11-10)

Previosly multiple copies of the same file returned for some package inferred ASDF systems which produced multiple copies of critiqies and slowed down the shole process.

0.4.0 (2022-02-22)

0.3.0 (2022-02-21)

Comments should be in the form like this:

;; ignore-critiques: x-minus-1, optionals, needless-and

0.2.0 (2022-02-20)

Now it is possible to ignore some critiques, using IGNORE argument of 40ants-critic:critique-asdf-system function or --ignore command line option.

0.1.0 (2022-02-20)

Initial version.