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
@ScottPJones noticed DecFP and DoubleFloats both export 'd64'. I was unaware of DecFP's use. I wiil post a more general-purpose suggestion on discourse dev after sleeping on it to help others avoid this going forward. I'll change my naming then.
The text was updated successfully, but these errors were encountered:
I don't see a big problem. Name conflicts between disparate modules are ultimately avoidable only by requiring people to do import. Trying to coordinate names doesn't scale.
@ScottPJones noticed DecFP and DoubleFloats both export 'd64'. I was unaware of DecFP's use. I wiil post a more general-purpose suggestion on discourse dev after sleeping on it to help others avoid this going forward. I'll change my naming then.
The text was updated successfully, but these errors were encountered: