-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Rewrite operator overloads using promotion rules #179
Comments
That sounds like it'd be a good thing - can you give an example? I'm having trouble thinking of what it would look like |
It would be very nice if this works; that goes triply so for SDP operator code. |
Is this still useful? Did we come to the conclusion that promotion rules don't quite work for the case where |
Not much going on here. We'll reconsider if we find a new reason to refactor the operator overloads. |
It seems like we could cut down a lot of the operator overloading code and make Julia's generic operations work correctly by implementing promotion rules.
Ref JuliaLang/julia#6672
The text was updated successfully, but these errors were encountered: