Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed to work with latest Eclector #6

Merged
merged 2 commits into from
Jul 28, 2024

Commits on Jul 28, 2024

  1. Fixed to work with latest Eclector.

    Before this fix, with latest Eclector 40ants-critic didn't compile ending with this error:
    
    ```
    The generic function
    takes 5 required arguments; was asked to find a method with
    specializers (PARSE-CLIENT T T T)
    ```
    
    because the generic-function signature was changed.
    svetlyak40wt committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    958e2ef View commit details
    Browse the repository at this point in the history
  2. Update deps

    svetlyak40wt committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a8cb15b View commit details
    Browse the repository at this point in the history