Actions
Bug #885
closedTranspiler fails on an unclosed Procedure in this situation
Start date:
01/06/2022
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
Example:
MyProcedure
Procedure MyProcedure
Print "test"
Return
Instead of displaying a "Missing End Procedure" or "Procedure without End Procedure"
error, the transpiler just freezes, presumably in an infinite loop. As a result, you
have to kill AOZ and restart.
Updated by Brian Flanagan almost 3 years ago
- Status changed from Resolved to Closed
Thanks Francois!
It's working now.
Actions