Actions
Bug #672
closedWait command in Amiga mode
Start date:
02/24/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
When using an Amiga manifest, the wait command works in seconds (like AOZ mode), instead of in 50ths of a second.
wait 50
This should wait 1 second, instead of 50 seconds.
Updated by Brian Flanagan over 3 years ago
- Estimated time set to 1:00 h
- Affected version changed from 1.0.0 (B4) to 1.0.0 (B5)
Tested in 1.0.0 (B5)
Wait is still incorrect in Amiga manifest.
Example:
#manifest: "amiga"
T=Timer : Print T
Wait 50
Print Timer-T
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Feedback
Nope. Check the time.
Wait 50 still waits for 50 seconds instead of 1.
Updated by Francois Lionet over 3 years ago
- Status changed from Feedback to Resolved
Please close it this time! :D
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Closed
- Target version set to 1.0.0 (B7)
The problem was that the local manifest was overriding the manifest specified in the #manifest tag!
I would think that the opposite should be true.
The #manifest tag is supposed to choose the specified manifest, but it doesn't.
Once I deleted the local manifest, I found it was working correctly, so this particular problem is corrected.
I'll open a new ticket for the manifest issue.
Actions