Patch Changes
-
#450
40b65e8- fix: warning-level schema errors no longer block plugin loading or item resolutionWarning errors (e.g., deprecated syntax warnings) were incorrectly treated as hard errors in several places, causing early bail-outs that prevented plugins from loading and items from resolving. Fixed
isValid,finishLoad, and decoratorresolvechecks to filter out warnings.