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

[flight plans] add call_once alias #1675

Merged
merged 1 commit into from
May 24, 2016
Merged

Conversation

flixr
Copy link
Member

@flixr flixr commented May 19, 2016

  • <call_once fun="x"/> is an alias for <call fun="x" loop="false"/>

The idea is to make it easier and more clear how to call functions that do not return a bool and should only be called once.

Same as #1612 without the run alias

- `<call_once fun="x"/>` is an alias for `<call fun="x" loop="false"/>`

The idea is to make it easier and more clear how to call functions that do not return a bool and should only be called once.
@flixr
Copy link
Member Author

flixr commented May 24, 2016

@gautierhattenberger good to merge?

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

Successfully merging this pull request may close these issues.

None yet

2 participants