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

Add tests #8

Merged
merged 3 commits into from
Apr 12, 2017
Merged

Add tests #8

merged 3 commits into from
Apr 12, 2017

Conversation

ararslan
Copy link
Contributor

This PR addresses a few things. First, it cleans up some of the version conditional logic in the internals, which is no longer necessary since this package now requires Julia 0.5 at a minimum. It also uses concrete types for array element types when those types are known (primarily AbstractString -> String). Next, status badges and a hat tip to dcjones. And finally, tests!

Fixes #5

if VERSION >= v"0.6.0-dev.1015"
import Base.Iterators: drop
end
import Compat.Iterators: drop
Copy link
Contributor

Choose a reason for hiding this comment

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

need a higher min Compat version for this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good call, thanks

@ararslan ararslan merged commit 7457f08 into master Apr 12, 2017
@ararslan ararslan deleted the aa/tests branch April 12, 2017 04:37
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.

None yet

2 participants