-
Notifications
You must be signed in to change notification settings - Fork 10
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
Description
Short Description:
Provide a way for reusing duplicate! invocation code for multiple invocations
Motivation:
If we want to reuse the same invocation in multiple calls to different duplicate!s:
some_invocations_code!{
ReUsableId
[SomeInvocations] [That are repeated]
}
#[duplicate_item(ReUsableId)]
{...}
#[duplicate_item(ReUsableId)]
{...}
Design
It should be possible to define some code that can be used as duplicate invocation repeatedly.
It should also be possible for an invocation to use some code from a different file.
Misc:
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