-
-
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 bugs in definitions of several Float16 methods (ref #17148). #17150
Conversation
lgtm |
.... Please have a better commit message AND PR title AND PR body. None of those mention what this PR is about at all! |
…nt wasn't used. Add test based on original issue JuliaLang#17148.
Also note that it is important to have the first line of the commit message be a summary of the change since it's what's used in shortlog and (most importantly) blame. |
My bad. Used the github interface (hence the patch-2 branch name) since it was such a simple change, and might have clicked create pull request a bit too fast :) I hope it's better now. |
LGTM: @kshyatt does this satisfy your testing requirements, or do we need to test them all? |
This is ok with me. It's not there's some quota on PRs - we can fix it later and it's not like people were getting constantly owned by this. |
Thanks! |
This PR fixes the bug in
julia/base/float16.jl
Line 157 in 861100c