-
Notifications
You must be signed in to change notification settings - Fork 11
Reusable Invocations #60
Copy link
Copy link
Open
Labels
D-discussionA decision (D) has not been made yet and is open to discussionA decision (D) has not been made yet and is open to discussionI-featureThis issue (I) regards a (potential) feature in the projectThis issue (I) regards a (potential) feature in the projectT-newTriage (T): Has yet to be reviewedTriage (T): Has yet to be reviewed
Metadata
Metadata
Assignees
Labels
D-discussionA decision (D) has not been made yet and is open to discussionA decision (D) has not been made yet and is open to discussionI-featureThis issue (I) regards a (potential) feature in the projectThis issue (I) regards a (potential) feature in the projectT-newTriage (T): Has yet to be reviewedTriage (T): Has yet to be reviewed
Short Description:
Provide a way for reusing
duplicate!invocation code for multiple invocationsMotivation:
If we want to reuse the same invocation in multiple calls to different
duplicate!s:Design
It should be possible to define some code that can be used as
duplicateinvocation repeatedly.It should also be possible for an invocation to use some code from a different file.
Misc: