Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

0.6 fixes #171

Merged
merged 3 commits into from
Jan 15, 2017
Merged

0.6 fixes #171

merged 3 commits into from
Jan 15, 2017

Conversation

nalimilan
Copy link
Member

@nalimilan nalimilan commented Jan 14, 2017

Three fixes towards having tests passing again on Julia 0.6. There remains a failure related to map, which will be fixed by #166.

These go though broadcast() now.
This allows accepting BitArrays, which are more frequently returned
by broadcast() now.
@davidagold
Copy link
Contributor

Looks good to me. @ararslan ?

(:(@compat Base.:.>=), :>=)
)
@eval begin
($op)(X::NullableArray, Y::NullableArray) = broadcast($scalar_op, X, Y)
Copy link
Member

Choose a reason for hiding this comment

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

Isn't this what's causing the warnings on nightly? For example,

WARNING: .* is no longer a function object; use broadcast(*, ...) instead

Copy link
Member Author

Choose a reason for hiding this comment

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

No, it actually comes from the tests which loop other these functions, which is deprecated. I take care of that in the other PR.

Copy link
Member

Choose a reason for hiding this comment

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

Okay cool, thanks for the explanation!

@ararslan ararslan merged commit 2cc2894 into master Jan 15, 2017
@ararslan ararslan deleted the nl/0.6 branch January 15, 2017 21:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants