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
295 stars 19 forks source link

0.14.0 Documentation #124

Closed camsaul closed 2 years ago

camsaul commented 2 years ago

Resolves #120

Markdown formatting for CIDER and elsewhere.

codecov[bot] commented 2 years ago

Codecov Report

Base: 86.75% // Head: 86.76% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (7f8eca1) compared to base (50e2b80). Patch coverage: 82.35% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #124 +/- ## ========================================== + Coverage 86.75% 86.76% +0.01% ========================================== Files 21 21 Lines 1193 1194 +1 Branches 66 66 ========================================== + Hits 1035 1036 +1 Misses 92 92 Partials 66 66 ``` | [Impacted Files](https://codecov.io/gh/camsaul/methodical/pull/124?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul) | Coverage Δ | | |---|---|---| | [src/methodical/impl/dispatcher/standard.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9kaXNwYXRjaGVyL3N0YW5kYXJkLmNsag==) | `79.04% <0.00%> (ø)` | | | [src/methodical/impl/method\_table/clojure.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9tZXRob2RfdGFibGUvY2xvanVyZS5jbGo=) | `58.33% <0.00%> (ø)` | | | [src/methodical/impl/multifn/cached.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9tdWx0aWZuL2NhY2hlZC5jbGo=) | `81.08% <ø> (ø)` | | | [src/methodical/impl/multifn/standard.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9tdWx0aWZuL3N0YW5kYXJkLmNsag==) | `93.75% <ø> (ø)` | | | [src/methodical/util/describe.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvdXRpbC9kZXNjcmliZS5jbGo=) | `60.00% <50.00%> (ø)` | | | [src/methodical/impl/cache/simple.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9jYWNoZS9zaW1wbGUuY2xq) | `100.00% <100.00%> (ø)` | | | [src/methodical/impl/cache/watching.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9jYWNoZS93YXRjaGluZy5jbGo=) | `89.58% <100.00%> (ø)` | | | [src/methodical/impl/combo/clojure.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9jb21iby9jbG9qdXJlLmNsag==) | `83.33% <100.00%> (ø)` | | | [src/methodical/impl/combo/clos.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9jb21iby9jbG9zLmNsag==) | `61.36% <100.00%> (ø)` | | | [src/methodical/impl/combo/threaded.clj](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul#diff-c3JjL21ldGhvZGljYWwvaW1wbC9jb21iby90aHJlYWRlZC5jbGo=) | `96.61% <100.00%> (ø)` | | | ... and [5 more](https://codecov.io/gh/camsaul/methodical/pull/124/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cam+Saul) | | 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.