-
-
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
fix typo in Base.digits #25946
fix typo in Base.digits #25946
Conversation
Also adds depreciations for digits forgotten by JuliaLang#25647
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Would you mind adding a test for this method?
What's odd is that this is valid syntax, and indeed these methods are already covered by tests.
|
Yeah, it looks like |
Thanks for the contribution, @gsoleilhac! |
Oh, that is very weird. I wonder if it was intentional. @JeffBezanson? |
I also noticed this, is it expected ?
And methods(f) (or tab-completion) is definitevely wrong/misleading :
|
That's definitely a bug. |
Also adds deprecations for digits forgotten by #25647