This repository was archived by the owner on Sep 11, 2023. It is now read-only.
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
[Bug] IDE crashes on array declaration without semicolon at the end #86
Closed
Description
Not sure if this is the proper reproduction case or if there are more of its kind
void UpdateMapData()
{
char mapname[MAX_MA]
}
Paste this in a new .sp file, save, and open in SPCode to reproduce.
For now, the solution involved catching the exception and ignoring it in the tokenizer condenser functions, there is yet to see the actual impacts of this - will post in in the Discord server as unreleased 1.7.2.2-beta2.