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

Remove incorrect and un-used copy functions #2411

Merged
merged 1 commit into from
Dec 15, 2020
Merged

Remove incorrect and un-used copy functions #2411

merged 1 commit into from
Dec 15, 2020

Conversation

odow
Copy link
Member

@odow odow commented Dec 14, 2020

Closes #2407

Technically, this is a breaking change, but the definitions are old and incorrect, so no one should be relying on them.

@codecov
Copy link

codecov bot commented Dec 14, 2020

Codecov Report

Merging #2411 (116f825) into master (33a34d6) will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2411      +/-   ##
==========================================
+ Coverage   91.86%   91.95%   +0.09%     
==========================================
  Files          42       42              
  Lines        4463     4452      -11     
==========================================
- Hits         4100     4094       -6     
+ Misses        363      358       -5     
Impacted Files Coverage Δ
src/JuMP.jl 77.29% <ø> (+1.10%) ⬆️
src/aff_expr.jl 95.03% <ø> (-0.18%) ⬇️
src/quad_expr.jl 97.43% <ø> (+1.23%) ⬆️

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 33a34d6...116f825. Read the comment docs.

@odow odow requested a review from mlubin December 15, 2020 18:26
@odow
Copy link
Member Author

odow commented Dec 15, 2020

Going to wait for @mlubin to see this and decide if we want to remove these functions.

@odow odow merged commit dfc580c into master Dec 15, 2020
@odow odow deleted the od/copy branch December 15, 2020 18:58
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.

Copying expressions between models
3 participants