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

WIP: experiment replacing rewrite with MutableArithmetics2 #172

Closed
wants to merge 7 commits into from

Conversation

odow
Copy link
Member

@odow odow commented Nov 8, 2022

This is currently a breaking change because it removes rewrite_generator, but it's useful to see how the tests fare, etc.

@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Base: 84.34% // Head: 82.01% // Decreases project coverage by -2.32% ⚠️

Coverage data is based on head (70447e5) compared to base (9fe6b05).
Patch coverage: 61.53% of modified lines in pull request are covered.

Additional details and impacted files
@@               Coverage Diff                @@
##           od/rewrite-2     #172      +/-   ##
================================================
- Coverage         84.34%   82.01%   -2.33%     
================================================
  Files                21       21              
  Lines              1999     1857     -142     
================================================
- Hits               1686     1523     -163     
- Misses              313      334      +21     
Impacted Files Coverage Δ
src/rewrite.jl 60.37% <44.44%> (-18.82%) ⬇️
src/Test/scalar.jl 94.44% <100.00%> (+0.15%) ⬆️
src/implementations/BigFloat.jl 88.88% <0.00%> (-11.12%) ⬇️
src/implementations/BigInt.jl 83.67% <0.00%> (-10.21%) ⬇️
src/broadcast.jl 71.66% <0.00%> (-10.00%) ⬇️
src/implementations/LinearAlgebra.jl 88.27% <0.00%> (-8.97%) ⬇️
src/implementations/Rational.jl 93.24% <0.00%> (-6.76%) ⬇️
src/MutableArithmetics.jl 91.66% <0.00%> (-5.56%) ⬇️
src/implementations/SparseArrays.jl 69.23% <0.00%> (-2.57%) ⬇️
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@odow
Copy link
Member Author

odow commented Nov 8, 2022

So this is still breaking on the JuMP side, but it's just a few changes in error types.

@odow odow force-pushed the od/rewrite-2 branch 3 times, most recently from 133b711 to 3deb169 Compare November 15, 2022 08:48
@odow
Copy link
Member Author

odow commented Nov 15, 2022

Closing because #170 is now a feature addition.

@odow odow closed this Nov 15, 2022
@odow odow deleted the od/rewrite-2-replace branch November 15, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant