Ivan Hetman

Results 23 comments of Ivan Hetman

Thanks for the explanation. Unfortunately, this change didn't help at all. Same NPE. I suppose that this is something easy but don't get what. Stacktrace doesn't help at all.

Also because flavour is obviously deprecated, it would be great to remove documentation about it from teavm.org as it's a trap for newcomers like me.

I rebuilt jar to SNAPSHOT from source with bumped teavm version to the latest. It didn't help at all (or maybe I did something wrong). Will try with your jars,...

After long investigation I resolved issue locally. Way to resolve it: 1. Rebuild whole teavm with updated plugins under java 17 (pull request for it will point to this issue)....

Funny update: teavm plugin in IDEA continues throwing same error (probably due to the fact that it was built under Java 8).

https://github.com/Ihromant/hexagon Here is simple project where I extracted bottleneck functionality, cleaned it up from streams etc. On my newer laptop main method runs approx 330 ms, on my older -...

@konsoletyper any updates on Double.toString? https://tc39.es/ecma262/#sec-numeric-types-number-tostring - here is implementation requirements for toString in ECMAScript https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html#toString-double- - here is implementation requirements for toString in Java From this two desciptions follows...

I already understand that Double.toString is slow, so I'm avoiding it where possible, but other users can suffer from implicit usage of Double.toString which can happen everywhere (string concat, autogenerated...

Created issue https://github.com/konsoletyper/teavm/issues/560 to reflect this behavior.