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

Move spawn() from capacity DefaultContextInteractions to Lifecycle #76

Closed
gallandarakhneorg opened this issue Apr 26, 2014 · 1 comment · Fixed by #559
Closed

Move spawn() from capacity DefaultContextInteractions to Lifecycle #76

gallandarakhneorg opened this issue Apr 26, 2014 · 1 comment · Fixed by #559

Comments

@gallandarakhneorg
Copy link
Member

gallandarakhneorg commented Apr 26, 2014

The function spawn() declared in the capacity DefaultContextInteractions may be declared into the Lifecycle capacity.

@gallandarakhneorg
Copy link
Member Author

It may be useful to use the variadic parameter and/or parameter default value in the definition of the built-in capacities.
For example:

def emit(e : Event, scope : Scope<Address> )
def emit(e : Event)

may becomes:

def emit(e : Event, scope : Scope<Address> = null )

@gallandarakhneorg gallandarakhneorg modified the milestones: 0.3.0, 0.2.0 Dec 1, 2014
@gallandarakhneorg gallandarakhneorg modified the milestones: 0.3.0, 0.2.0 Dec 26, 2014
@gallandarakhneorg gallandarakhneorg modified the milestones: 1.0.0, 0.2.0 Mar 16, 2015
@gallandarakhneorg gallandarakhneorg modified the milestones: 0.4, 1.0.0 Nov 10, 2015
@gallandarakhneorg gallandarakhneorg modified the milestones: 0.5, 0.4 Sep 1, 2016
@gallandarakhneorg gallandarakhneorg self-assigned this Nov 26, 2016
gallandarakhneorg added a commit that referenced this issue Dec 16, 2016
see #76

Signed-off-by: Stéphane Galland <galland@arakhne.org>
gallandarakhneorg added a commit that referenced this issue Dec 16, 2016
see #76

Signed-off-by: Stéphane Galland <galland@arakhne.org>
gallandarakhneorg added a commit that referenced this issue Dec 16, 2016
see #76

Signed-off-by: Stéphane Galland <galland@arakhne.org>
gallandarakhneorg added a commit that referenced this issue Dec 16, 2016
see #481
see #76

Signed-off-by: Stéphane Galland <galland@arakhne.org>
gallandarakhneorg added a commit that referenced this issue Dec 16, 2016
see #481
see #76

Signed-off-by: Stéphane Galland <galland@arakhne.org>
gallandarakhneorg added a commit that referenced this issue Dec 16, 2016
see #481
see #76

Signed-off-by: Stéphane Galland <galland@arakhne.org>
gallandarakhneorg added a commit that referenced this issue Dec 16, 2016
see #481
see #76

Signed-off-by: Stéphane Galland <galland@arakhne.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants