Bug #672
closed
Wait command in Amiga mode
Added by Paul Kitching over 3 years ago.
Updated over 3 years ago.
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.
- 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
- Status changed from New to Resolved
- Status changed from Resolved to Feedback
Nope. Check the time.
Wait 50 still waits for 50 seconds instead of 1.
- Status changed from Feedback to Resolved
Please close it this time! :D
- 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.
Also available in: Atom
PDF