Enable errors in Region converter during parsing by sovdeeth · Pull Request #8278 · SkriptLang/Skript

Problem

Errors involving missing or duplicate regions were exceedingly hard to debug due to no specific error messages being sent. The parser has errors, but the converter does not and the converter was being used.

This is because there are mainfarm regions in 2 separate worlds, but you'd never know that.
image

Solution

Enables errors in the converter when the parser instance is active:
image
image

Testing Completed

Manual testing. I confirmed this only errors during parsing and not otherwise, including on load.

Supporting Information


Completes: none
Related: none