Closed cgbeutler closed 3 years ago
Thank you for submitting these issues. I'm sure they affected a lot of people. I never used static functions, so I would have never noticed that myself. The while loop on the other hand I just presumed I had implemented alongside the other loops, and never tested :sweat_smile:
Yeah, I tend to use/abuse a lot of fringe stuff. Not sure what's best to focus on. The tool does save a good amount of time as-is, though.
The tool does save a good amount of time as-is, though.
That is very uplifting to hear!
It appears the
while
loops are not converted by the tool.Example input:
The tool leaves the while loop alone. Everything else seems to work fine around/in it.