Opened 11 years ago
Closed 11 years ago
#455 closed defect (fixed)
Nested macro execution broken
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Libraries (multi) | Version: | |
Keywords: | Cc: |
Description
Macros do not execute properly if they are nested (i.e. if macro A calls macro B):
- works ok, if the call to macro B is the last command in macro A
- otherwise there's a race condition between both macros, each trying to execute its commands
Change History (2)
comment:1 Changed 11 years ago by westram
- Owner changed from devel to westram
- Status changed from new to assigned
comment:2 Changed 11 years ago by westram
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
by [11791]