You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first I want to thank you for developing this very cool lib. I find it very useful.
In order to integrate checkl with fiveam I had to make two simple changes in the code:
In formalize.lisp I changed
do (5am:is (result-equalp last-result result)))))```
to
```do (5am:is (result-equalp prev val)))))```
and then I wrapped check-formal with a (eval-when (:compile-toplevel:load-toplevel:execute)
The text was updated successfully, but these errors were encountered:
Hello, first I want to thank you for developing this very cool lib. I find it very useful.
In order to integrate checkl with fiveam I had to make two simple changes in the code:
In formalize.lisp I changed
The text was updated successfully, but these errors were encountered: