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

compat fixes for julia 1.0 #54

Merged
merged 1 commit into from
Sep 27, 2018
Merged

compat fixes for julia 1.0 #54

merged 1 commit into from
Sep 27, 2018

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Sep 27, 2018

These were revealed after working around the crash in jump-dev/JuMP.jl#1498.

m.cutcb == nothing || Base.warn_once("Callbacks can't be copied, cut callback ignored")
m.heuristiccb == nothing || Base.warn_once("Callbacks can't be copied, heuristic callback ignored")
m.infocb == nothing || Base.warn_once("Callbacks can't be copied, info callback ignored")
m.lazycb == nothing || @Compat.warn "Callbacks can't be copied, lazy callback ignored"
Copy link

Choose a reason for hiding this comment

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

🙂

image

Copy link
Member Author

Choose a reason for hiding this comment

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

🤷‍♂️

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