You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because 1.0^2 becomes Base.literal_pow(^, 1.0, Val{2}), and Val{2} is a DataType (as opposed to Val{2}()), so dynamic dispatch happens. The issue is fixed on Julia master, so I'm inclined to just wait for 0.7.
It looks like we're not quite handling
literal_pow
correctly:The text was updated successfully, but these errors were encountered: