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

Support julia 0.5 #135

Merged
merged 5 commits into from
Mar 6, 2016
Merged

Support julia 0.5 #135

merged 5 commits into from
Mar 6, 2016

Conversation

jeff-regier
Copy link
Owner

This PR turns on travis testing for Julia nightly, and makes the tests pass. It isn't always pretty:

Still, I'd say the PR closes #118

@@ -464,7 +464,7 @@ function limit_to_object_data(
# Get the sources that overlap with this object.
relevant_sources = Int[]
for b = 1:length(blob), tile_sources in mp.tile_sources[b]
if s_original in tile_sources > 0
Copy link
Owner Author

Choose a reason for hiding this comment

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

We probably didn't mean to compare a boolean to an int before, but for whatever reason 0.4 doesn't complain, while 0.5 stops.

jeff-regier added a commit that referenced this pull request Mar 6, 2016
@jeff-regier jeff-regier merged commit c4ceb93 into master Mar 6, 2016
@jeff-regier jeff-regier deleted the support_julia_nightly branch March 6, 2016 00:11
jrevels pushed a commit to jrevels/Celeste.jl that referenced this pull request Nov 3, 2016
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.

Migrate to Julia 0.5-dev
2 participants