Project

General

Profile

Bug #672

Wait command in Amiga mode

Added by Paul Kitching about 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
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.

#1

Updated by Brian Flanagan about 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
#2

Updated by Francois Lionet almost 3 years ago

  • Status changed from New to Resolved

Works!

#3

Updated by Brian Flanagan almost 3 years ago

  • Status changed from Resolved to Feedback

Nope. Check the time.
Wait 50 still waits for 50 seconds instead of 1.

#4

Updated by Francois Lionet almost 3 years ago

  • Status changed from Feedback to Resolved

Please close it this time! :D

#5

Updated by Brian Flanagan almost 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.

Also available in: Atom PDF