-
-
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
Deprecated methods / types being used on the v0.4-rc branch #13052
Comments
Actually, if you remove the deprecated methods from v0.4, the tests no longer pass. |
Does the use of
|
Oh dear. It looks like the intent might have been to deprecate |
I also have a feeling some users will want to see an IncludeOnce.jl package providing a drop-in replacement for the old |
Would it be reasonable to add a conditional on |
no, this wasn't really the intention. however, it was intended to deprecate passing a filepath (as the example above shows), and only allow passing a module name (as a symbol). the warning above could be more exact here however. |
Filing this to make sure they are removed before the release.
The text was updated successfully, but these errors were encountered: