-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Remove 0.4 deprecations #16605
Remove 0.4 deprecations #16605
Conversation
So these will now give MethodError for non boolean input
not including the deprecated syntax in the parser, ref #13054 which could be rebased
remove a blank line at the beginning of a function
after the "0.5 deprecations" comment was added but before the final tag
Any objections to doing this now? We haven't quite hit feature freeze but we're getting close. Someone who's written in scheme more recently than 2003 should clean up the parser deprecations that were introduced for 0.4. |
Should be fun to watch PkgEval! |
Good thing we have that running on a nightly cron job then 😉 |
Surprising number of packages still using edit: DataArrays looks like the most common cause, interestingly it is referring to |
not including the deprecated syntax in the parser, ref parts of #13054 which could be rebased