Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Represent activities as an explicit part of the language #14

Open
vmatare opened this issue Nov 6, 2019 · 2 comments
Open

Represent activities as an explicit part of the language #14

vmatare opened this issue Nov 6, 2019 · 2 comments
Labels
bug Something isn't working enhancement New feature or request language

Comments

@vmatare
Copy link
Collaborator

vmatare commented Nov 6, 2019

There should be a golog++ type called activity that can be used to refer to running/final/failed actions. Rough syntax:

activity going_home = start(go_to(home));
stuff();
on_fail(going_home)
    retry();

etc...

@vmatare vmatare added enhancement New feature or request language labels Nov 6, 2019
@vmatare
Copy link
Collaborator Author

vmatare commented Nov 12, 2019

This is a semantically more flexible approach to the issue addressed by PR #15 .

@vmatare
Copy link
Collaborator Author

vmatare commented Feb 3, 2020

Bumping this to Bug status due to the potential severity of #34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request language
Projects
None yet
Development

No branches or pull requests

1 participant