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

Avoid promotion in muladd involving unitful Furlong #56886

Merged
merged 3 commits into from
Jan 12, 2025
Merged

Conversation

dkarrasch
Copy link
Member

In unitful muladd, we don't want to enforce type promotion as we have it in muladd(::Number, ::Number, ::Number).

Needed for JuliaLang/LinearAlgebra.jl#1155.

@dkarrasch dkarrasch requested a review from stevengj December 22, 2024 17:06
@nsajko
Copy link
Contributor

nsajko commented Dec 22, 2024

Seems like a Pkgeval could be a good idea here.

@dkarrasch
Copy link
Member Author

Why do you think so? The cases handled by the added methods currently likely don't work, like in the referenced PR. I mean, I don't mind, but perhaps we could save a little energy and compute time.

@dkarrasch
Copy link
Member Author

@nanosoldier runtests()

@dkarrasch dkarrasch added the testsystem The unit testing framework and Test stdlib label Jan 3, 2025
@nanosoldier
Copy link
Collaborator

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

@nsajko nsajko added complex Complex numbers test This change adds or pertains to unit tests and removed testsystem The unit testing framework and Test stdlib labels Jan 12, 2025
@nsajko
Copy link
Contributor

nsajko commented Jan 12, 2025

Removed the testsystem label as the PR doesn't touch the Test stdlib.

@dkarrasch dkarrasch merged commit 056a69d into master Jan 12, 2025
10 of 12 checks passed
@dkarrasch dkarrasch deleted the dk/furlong_muladd branch January 12, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complex Complex numbers test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants