camsaul / methodical

Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.
Eclipse Public License 2.0
294 stars 19 forks source link

Fix `parse-defmethod-args` not throwing error as expected #136

Closed camsaul closed 2 years ago

camsaul commented 2 years ago

Caught this while working on release notes for 0.15.0.

Also update README with correct notes.

codecov[bot] commented 2 years ago

Codecov Report

Base: 87.61% // Head: 87.61% // No change to project coverage :thumbsup:

Coverage data is based on head (1c93f28) compared to base (927af15). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ======================================= Coverage 87.61% 87.61% ======================================= Files 23 23 Lines 1308 1308 Branches 70 70 ======================================= Hits 1146 1146 Misses 92 92 Partials 70 70 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.