konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

Teavm-IO broken after update to 0.10.0-dev #847

Closed Ihromant closed 7 months ago

Ihromant commented 8 months ago

Hi @konsoletyper, Something is wrong after recent changes to teavm-0.10.0-dev-1. The issue is in the same project: https://github.com/ihromant/teavm-io After update to 0.10.0-dev-1 ConvertersTest started failing. Other issue is in project that uses it, but I suppose that they are strongly related (failure is when I'm trying to deserialize received JSON). I tried to update to 0.9.0 (stable), replaced dev version of plugin to stable and issue was solved. So unfortunately can't check 0.10.0-dev stability because completely broken for now. Here is failing test: https://github.com/Ihromant/teavm-io/blob/master/converters-impl/src/test/java/ua/ihromant/teavm/io/ConvertersTest.java Could you please investigate and solve the issue?

konsoletyper commented 7 months ago

But the next time I suggest you to try to investigate the issue yourself