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

Comment out trinary rules #60

Merged
merged 3 commits into from
Jul 4, 2021
Merged

Comment out trinary rules #60

merged 3 commits into from
Jul 4, 2021

Conversation

mcabbott
Copy link
Member

@mcabbott mcabbott commented Jul 4, 2021

This removes the 3-argument rules introduced in #54

While they appear to be explicitly supported by this package, they are violently rejected by ForwardDiff, it turns out.

According to https://github.com/SciML/ColPrac#accidental-breaking-releases the right path is to immediately tag a patch version without the problematic changes.

I have checked locally that ForwardDiff does load & run things, with this branch.

@codecov-commenter
Copy link

codecov-commenter commented Jul 4, 2021

Codecov Report

Merging #60 (148b29c) into master (6c85048) will decrease coverage by 0.13%.
The diff coverage is n/a.

❗ Current head 148b29c differs from pull request most recent head 48e0478. Consider uploading reports for the commit 48e0478 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   94.07%   93.93%   -0.14%     
==========================================
  Files           2        2              
  Lines         135      132       -3     
==========================================
- Hits          127      124       -3     
  Misses          8        8              
Impacted Files Coverage Δ
src/rules.jl 99.18% <ø> (-0.02%) ⬇️

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 6c85048...48e0478. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants