mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2025-12-18 06:04:34 -05:00
YAML.load is now interpreted as YAML.safe_load, which breaks where the YAML file contains aliases. If we can assume our yaml files are trusted (since this a development tool), we can check for the presence of YAML.unsafe_load and use it instead if it exists.
10 KiB
10 KiB