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

Switch from p.types/definterface+ to defprotocol #71

Merged
merged 2 commits into from
Jun 12, 2021
Merged

Conversation

camsaul
Copy link
Owner

@camsaul camsaul commented Jun 12, 2021

For eventual ClojureScript support. The interface is pretty stable at this point so the benefits of definterface+ aren't as important. Also Potemkin definterface+ ends up generating uncovered code which is affecting our Cloverage coverage numbers a bit.

@codecov-commenter
Copy link

Codecov Report

Merging #71 (3bf7ec8) into master (4490c07) will increase coverage by 1.59%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   86.06%   87.65%   +1.59%     
==========================================
  Files          22       22              
  Lines        1177     1175       -2     
  Branches       72       67       -5     
==========================================
+ Hits         1013     1030      +17     
+ Misses         92       78      -14     
+ Partials       72       67       -5     
Impacted Files Coverage Δ
src/methodical/interface.clj 100.00% <100.00%> (+73.07%) ⬆️
src/methodical/core.clj 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4490c07...3bf7ec8. Read the comment docs.

@camsaul camsaul mentioned this pull request Jun 12, 2021
@camsaul camsaul added the clojurescript support Issues that we have to tackle in order to get ClojureScript support working. label Jun 12, 2021
@camsaul camsaul added this to the 0.12.1 milestone Jun 12, 2021
@camsaul camsaul merged commit 33bf15b into master Jun 12, 2021
@camsaul camsaul deleted the defprotocol branch June 12, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clojurescript support Issues that we have to tackle in order to get ClojureScript support working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants