I’m about to make a new release of a syntax definition for Python in Package Control. I’ve been using AAAPackageDev’s YAML-tmLanguage format for editing the regexes, then building into the XML-based tmLanguage format for testing in ST2 and ST3 (2.0.2 and Build 3095, respectively). Unfortunately, I seem to have screwed something up, as both versions of ST are giving me the uninformative error
error: Error loading syntax file "Packages/Python Improved/PythonImproved-Unicode.tmLanguage": boost::bad_any_cast: failed conversion using boost::any_cast
No line numbers, no regex to track down, nothing. Any ideas on where/how I can find the error?