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

use the Base version of func_for_method_checked #33

Closed
wants to merge 1 commit into from

Conversation

KristofferC
Copy link

This package was noted to fail on the 1.2 branch of Julia. The usage of func_for_method_checked was changed in JuliaLang/julia#31025 to also take an sparams argument. The old usage was deprecated but the function depwarn is not available in Core.Compiler. Using the Base version of this function will show the deprecation message instead of hard errorring.

This package was noted to fail on the 1.2 branch of Julia. The usage of `func_for_method_checked` was changed in JuliaLang/julia#31025 to also take an `sparams` argument. The old usage was deprecated but the function `depwarn` is not available in `Core.Compiler`. Using the `Base` version of this function will show the deprecation message instead of hard errorring.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 78.713% when pulling 35c9b52 on KristofferC:patch-1 into c7bbd98 on BenLauwens:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 78.713% when pulling 35c9b52 on KristofferC:patch-1 into c7bbd98 on BenLauwens:master.

@BenLauwens
Copy link
Collaborator

Base version does not return the slottypes. I have merged manually the changes in the source.
Thanks

Ben

@BenLauwens BenLauwens closed this Aug 28, 2019
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.

3 participants