ChangeLog
0.10.1 (2023-03-08)
Fixed installation of the Linter. Now it depends on
40ants-asdf-system
system.
0.10.0 (2022-11-10)
Now Linter does
qlot install --no-deps
and quickloads only those systems, which should be linted.Also,
40ants-ci
system now inherits from40ants-asdf-system
system.
0.9.0 (2022-11-10)
Fixed warnings about
set-output
and outdated Node.js versions in checkout and cache actions.
0.8.1 (2022-09-18)
Fixed default value of asdf-systems slot of
40ants-ci/jobs/linter:linter
class.Also, now linter accepts
CHECK-IMPORTS
argument and is able to warn on unused or missing imports in package-inferred systems.
0.8.0 (2022-03-21)
Fixed caching on
OSX
. Previously, job failed with/Users/runner/.roswell/bin/qlot: line 4: exec: ros: not found
error if:cache t
was given to a job running onOSX
and Roswell was restored from a cache.
0.7.0 (2022-03-13)
40ants-ci/jobs/critic:critic
(1
2
) function's argumentIGNORE-CRITICUES
was renames to theIGNORE-CRITIQUES
argument.
0.6.0 (2022-02-21)
New job type "critic" was added. It advices how to make you Lisp code better. Learn more about this job type at
Critic
section.
0.5.0 (2022-01-28)
Move the actions/checkout action from v1 to v2.
0.4.0 (2022-01-28)
Now multiple jobs of the same type can be listed in the same workflow.
Also, you can change a job's name using
:NAME
argument.
0.3.0 (2021-10-24)
Now jobs
40ants-ci/jobs/linter:linter
(1
2
),40ants-ci/jobs/run-tests:run-tests
(1
2
) and40ants-ci/jobs/docs:build-docs
(1
2
) supportASDF-VERSION
argument.
0.2.2 (2021-06-18)
Fixed an occasional failure on
qlot update
inside linter workflow. Usually it happed when quicklisp distribution was updated andqlfile.lock
changed.
0.2.1 (2021-04-22)
Linter step was fixed to use default
ASDF
system if it wasn't specified explicitly.
0.2.0 (2021-04-15)
Supported
ERROR-ON-WARNINGS
argument for documentation builder.Argument
ASD-SYSTEM
was renamed toASDF-SYSTEM
.Moved this project's documentation to
40ANTS-DOC
system.
0.1.1 (2021-03-08)
Fixed the cache key to use
*.asd
files.
0.1.0 (2021-02-26)
Initial version.