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

Require Julia 1.10 and deprecate type-pirating methods #837

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

martinholters
Copy link
Member

Compat dropped support for Julia versions prior to v1.6 about 14 months after it was released, 6 months after it became LTS (by the release of 1.7). As v1.10 has been released about 13 months ago and became LTS about 5 months ago, we can start thinking about dropping support for versions prior to v1.10. Which this PR does.

Seizing the opportunity of a major version bump, this does another change that might be worth more discussion: It resolves #814 by applying it to the few remaining offenders. Maybe this PR - threatening to actually have an impact - receives more feedback than #814... If there are objections, I happily remove the last two commits to reduce this to the minimum-required-version-bump only.

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.

Avoid type piracy by defining distinct functions
1 participant