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] Fixes for julia 0.7 deprecations #279

Merged
merged 2 commits into from
Mar 30, 2018

Conversation

tlnagy
Copy link
Member

@tlnagy tlnagy commented Mar 22, 2018

It looks like upstream packages are finally building on the nightlies so it's time to get Compose working as well.

@bjarthur
Copy link
Member

i was going to let femtocleaner take the first pass just after we merge GiovineItalia/Gadfly.jl#1090. dropping support for 0.5 will automatically trigger a femto cleaner PR.

@GiovineItalia GiovineItalia deleted a comment from codecov-io Mar 23, 2018
@tlnagy
Copy link
Member Author

tlnagy commented Mar 23, 2018

We can still run femtocleaner on this PR, right?. There's still plenty of cruft from previous julia version bumps that it can clean up.

@bjarthur
Copy link
Member

yes, but, it would caught everything you did so far. no need to put manual sweat into it. let's wait to merge this until after we tag a release, just right before dataframes merges.

@bjarthur bjarthur merged commit a57d9e3 into GiovineItalia:master Mar 30, 2018
# Bounding box relative to the parent's coordinates
box::BoundingBox

# Context coordinates used for children
units::Nullable{UnitBox}
@compat units::Union{UnitBox, Nothing}
Copy link
Member

Choose a reason for hiding this comment

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

i had to revert this and similar changes as they causes tests to fail. was this for 0.7?

Copy link
Member Author

Choose a reason for hiding this comment

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

This change was needed for v0.7, but I hadn't verified that my solution worked on v0.6. See JuliaLang/julia#23642

tlnagy added a commit that referenced this pull request Apr 4, 2018
@tlnagy tlnagy mentioned this pull request Apr 4, 2018
tlnagy added a commit that referenced this pull request Jul 29, 2018
tlnagy added a commit that referenced this pull request Aug 16, 2018
tlnagy added a commit that referenced this pull request Sep 7, 2018
this is a follow up to #279

temp hack for missing load_cache_path on 0.7

See JuliaLang/Compat.jl#527 for details

replace more voids that slipped past the first round

more deprecation fixes

prelim work on adding optional runtime backend loading

use Compat's @info so we don't break v0.6
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