android icon indicating copy to clipboard operation
android copied to clipboard

feat: Java methods returning java.lang primitive

Open farfromrefug opened this issue 3 years ago • 4 comments
trafficstars

converted to JS corresponding type. This is an issue which always bugged me on difference between Float/Integer/Double/Long and basic float/int/long... handling

This is kind of a breaking change since JS codes doing floatValue() before wont work anymore and will crash. We have a few in N core for which i ll create a PR

farfromrefug avatar May 04 '22 15:05 farfromrefug

We can look this for the next major release

triniwiz avatar Sep 29 '22 10:09 triniwiz

@triniwiz @NathanWalker can we consider this one now (needs to be updated though)? I am facing this again while implementing a new plugin where i have to pass new java.lang.Integer(value) which seems really unecessary. Also it is slower than handling it on the runtime side

farfromrefug avatar Sep 20 '23 14:09 farfromrefug