This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
more static methods for Integer + Float #6784
Comments
Integer.ceylon and Float.ceylon are not compiled because they're a mess due to interop so it's still all native |
Thanks! |
Wait, @chochos, it doesn't look like |
gavinking
added a commit
that referenced
this issue
Dec 7, 2016
I tried to fix this, but I give up. Something very screwy here with |
OK I fixed it. So JavaScript's |
Seems it doesn't. That's why I didn't optimize division and left it as a call to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have added
smallest()
,largest()
,min()
,max()
, andproduct()
toInteger
andFloat
, along with Java implementations.@chochos for some reason the Ceylon implementation of these
static
methods gets ignored by the JS compiler, so I need you to add implementations for JS.The text was updated successfully, but these errors were encountered: