WorldSystem icon indicating copy to clipboard operation
WorldSystem copied to clipboard

Modify Dependance config to use Json and to be more robust

Open danielbyomujuni opened this issue 2 years ago • 2 comments

The Dependence config is a source of a large amount of bugs. I need to change it to be more reliable by using Gson instead of yml

danielbyomujuni avatar Sep 07 '22 14:09 danielbyomujuni

Added the Initiation Methods and Tests for the replacement System in c2c8dd2e5c22a0f31eefd1e5a1f21c76a2c9fa55 Also it seems to be more robust to changes since to Json File can adapt the mapings as needed to allow us to add extra information to store later.

danielbyomujuni avatar Sep 15 '22 23:09 danielbyomujuni

Added new Test to the classes Referenced and fixed a few bugs that were found by thoses tests in 6db97df7b85e05b7d57c322551412c9a3ca4ddfb & 2905e4fb1f51868d42a4c0ce4de9632c4defa3eb

danielbyomujuni avatar Sep 16 '22 16:09 danielbyomujuni