You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow, THIS is a bug 🙂
From a very fast investigation it looks like libAstyle is crashing with
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::compare: __pos (which is 18446744073709551615) > this->size() (which is 2)
as if it was not finding the end of the file. Surely worth investigating. Thanks for reporting!
platform windows 10
steps:
open new sketch,
write #if
press auto-format
your IDE will crash
The text was updated successfully, but these errors were encountered: