Hello,
It seems that Anchros&Durations do not work with Incoming/Outgoing message, i.e. the following gives a syntax error:
@startuml
!pragma teoz true
{start} [-> Bob : start doing things during duration
Bob -> Max : something
Max -> Bob : something else
{end} [-> Alice : finish
{start} <-> {end} : some time
@enduml
Result:
{start} [-> Bob : start doing things during duration
Syntax error?
In contrast, the following example works fine (without combining the two features):
@startuml
!pragma teoz true
[-> Bob : start doing things during duration
{start} Bob -> Max : something
{end} Max -> Bob : something else
[-> Alice : finish
{start} <-> {end} : some time
@enduml
Am I missing something? This seems like a bug to me, but I'd be happy with an answer pointing out my ignorance too (: