smeup / jariko

a JAva virtual machine Rpg Interpreter written in KOtlin
Apache License 2.0
65 stars 11 forks source link

Bugfix/ls24003327/stackoverflow on serialization #576

Closed lanarimarco closed 3 months ago

lanarimarco commented 3 months ago

The problem occurred in cases where the programs use /API inclusion. In addition, I have changed the ErrorEvent.fragment getter implementation to always return something not null.

Related to LS24003327.

Checklist: