Skip to content

action may never end if its arguments change while it is running #34

Description

@vmatare

Imagine a simple action call a(f()) where f() is some fluent. This is implicitly translated into { start(a(f())); end(a(f())); }. Now if some exogenous event changes the value of f() before end(a(f())) becomes possible, end(a(f())) suddenly refers to a different action call which has never been started and therefore never ends :-(

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions