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

deprecation fixes for julia 0.5 #810

Merged
merged 1 commit into from
Jul 29, 2016
Merged

deprecation fixes for julia 0.5 #810

merged 1 commit into from
Jul 29, 2016

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Jul 29, 2016

Thanks @jrevels

@codecov-io
Copy link

codecov-io commented Jul 29, 2016

Current coverage is 84.71% (diff: 100%)

Merging #810 into master will not change coverage

@@             master       #810   diff @@
==========================================
  Files            18         18          
  Lines          4221       4221          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           3576       3576          
  Misses          645        645          
  Partials          0          0          

Powered by Codecov. Last update a451e96...b04811f

@@ -23,8 +23,6 @@ using Compat

import Compat: UTF8String, view

@compat import Base.show

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought this was still needed for the writemime patch? See here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably. I broke 0.4 with this, need to fix up.

On Jul 29, 2016 09:04, "Jarrett Revels" notifications@github.com wrote:

In src/JuMP.jl
#810 (comment):

@@ -23,8 +23,6 @@ using Compat

import Compat: UTF8String, view

-@compat import Base.show

I thought this was still needed for the writemime patch? See here
JuliaLang/Compat.jl#219.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/JuliaOpt/JuMP.jl/pull/810/files/7e57d0c55f6b5089a3d70c6728258c9f90b32f18#r72806821,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABp0M4PaN-YYXClTQT0pYUVdDrYloohKks5qahZmgaJpZM4JYOi6
.

@mlubin
Copy link
Member Author

mlubin commented Jul 29, 2016

JuMP will be deprecation-free after this, I think. Solver wrappers need work though.

@mlubin mlubin merged commit 16a30d1 into master Jul 29, 2016
@mlubin mlubin deleted the ml/depfix branch July 29, 2016 19:29
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.

3 participants