Skip to content

Commit

Permalink
Merge pull request #4 from 40ants/fix-linter-error
Browse files Browse the repository at this point in the history
Fixed linter error and warning from UIOP >= 3.3.6
  • Loading branch information
svetlyak40wt authored Jan 9, 2023
2 parents ddf5837 + 5569035 commit 5bfc1c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 40ants-critic.asd
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
:depends-on ("uiop"
"40ants-critic/critic"
"40ants-critic/changelog"))


(register-system-packages "eclector" (list "ECLECTOR.PARSE-RESULT"))
2 changes: 1 addition & 1 deletion src/forms-reader.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(uiop:define-package #:40ants-critic/forms-reader
(:use #:cl)
(:import-from #:cl-ppcre)
(:import-from #:eclector))
(:import-from #:eclector.parse-result))
(in-package #:40ants-critic/forms-reader)


Expand Down

0 comments on commit 5bfc1c3

Please sign in to comment.