Actions
Bug #787
closedList Bank is no longer working. (Transpiles incorrectly.)
Start date:
06/23/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
This used to work in both manifests.
Now it transpiles incorrectly.
List Bank
Transpiles as:
aoz.banks.listBank(%bankIndex);
Which causes it to fail with: Unexpected token %
It probably should transpile as:
aoz.banks.listBank();
(It works that way, but the output is formatted improperly.)
Updated by David Baldwin over 3 years ago
Fixed! Typo in instruction definition.
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Closed
- Target version changed from none to 1.0.0 (B8) u15
Re-tested in 1.0.0 (B8) u15 on 7/15/2021
Works. :-)
Updated by Brian Flanagan about 3 years ago
Apparently, this has been RE-broken!
(Making a new ticket.)
Actions