Files
Bubberstation/code/__HELPERS
SkyratBot be81e740fa [MIRROR] Fix jatum (#5962)
* Fix jatum (#59048)

Jatum was not hanling non assoc list very well, due to a try not throwing an error like it should. This fixes that

Note that jatum still cannot be 100% trusted with datum serialisation, as it bugs out in this specific case:

datum/a
      var/datum/b/a_datum
      var/list/datum/b/a_list_of_datum_b

if a_datum is in a_list_of_datum_b, jatum will not correctly deserialise the full list (as the reference is already seen)

The fix was tested for : https://github.com/tgstation/TerraGov-Marine-Corps/pull/6599

* Fix jatum

Co-authored-by: BraveMole <bsouchu@gmail.com>
2021-05-26 15:49:16 +01:00
..
2021-05-22 03:35:54 +02:00
2021-05-26 15:49:16 +01:00
2021-05-24 16:30:46 +01:00