ceylon / ceylon-compiler

DEPRECATED
GNU General Public License v2.0
138 stars 36 forks source link

Proper handling of Integer -> Float conversion. #1193

Open tombentley opened 11 years ago

tombentley commented 11 years ago

In ceylon/ceylon-compiler#1186 I had to use a disgusting hack for the fact that our whole handling of the auto-conversion of Integer to Float in arithmetic operations is a big fudge. We should fix this. It entails:

FroMage commented 10 years ago

This sounds a lot like something that will take time and no visible user benefit and should be moved to 1.2, no?

tombentley commented 10 years ago

Fine with me.