Skip to content

bug in check-formal #3

@bamboospirit

Description

@bamboospirit

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions