whensonZWS / Trigger-Analyzer

2 stars 2 forks source link

"Unable to generate network graph!" error when loading nod12b.map #7

Closed MikillRosen closed 3 years ago

MikillRosen commented 3 years ago

(TS map) nod12b.zip

whensonZWS commented 3 years ago

Programming error. The logic of preventing the bug exists but did not work, due to me mistakenly believe that the FOR...IN... loop logic for arrays in javascript behaves the same way as it did in python. In reality the javascript iterate over index, and python iterate over array items and the bug prevention logic fails miserably. Fix in commit c31656b