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

Extend contains from Base when defined #41

Merged
merged 1 commit into from
Apr 17, 2020
Merged

Extend contains from Base when defined #41

merged 1 commit into from
Apr 17, 2020

Conversation

ararslan
Copy link
Member

This function is "new" in Julia 1.5 (JuliaLang/julia#35132). This change will avoid breaking the package on Julia nightly.

This function is "new" in Julia 1.5. This change will avoid breaking the
package on Julia nightly.
@ararslan ararslan requested a review from jrevels April 17, 2020 16:12
@ararslan ararslan merged commit a460a38 into master Apr 17, 2020
@ararslan ararslan deleted the aa/julia-1.5 branch April 17, 2020 17:00
ararslan added a commit that referenced this pull request Apr 17, 2020
Since we have type piracy on types from Dates to allow them to act like
`TimeSpan`s, they could be used in `contains` until the signature was
restricted to `AbstractTimeSpan`s in #41 to mitigate breakage from
`contains` being reintroduced to Base.
ararslan added a commit that referenced this pull request Apr 17, 2020
Since we have type piracy on types from Dates to allow them to act like
`TimeSpan`s, they could be used in `contains` until the signature was
restricted to `AbstractTimeSpan`s in #41 to mitigate breakage from
`contains` being reintroduced to Base.
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