1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-02 00:40:48 +00:00
CC-Tweaked/projects/core
Jonathan Coates 41c83988a1
Be more rigorous in checking for invalid values in settings.load
If someone had a recursive table (created with an IIFE), then we'd throw
an error inside reserialize. We now catch this error and silently drop
the value.

I'm not thrilled by this behaviour - there's an argument we should
return false instead - but it's consistent with what we currently do.

Closes #1337.
2023-02-17 09:08:29 +00:00
..
src Be more rigorous in checking for invalid values in settings.load 2023-02-17 09:08:29 +00:00
build.gradle.kts Enforce version bounds for the Kotlin stdlib 2023-01-17 20:28:31 +00:00