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

Enable macros within a macro #287

Open
ChristophEwertowski opened this issue Jul 25, 2018 · 0 comments
Open

Enable macros within a macro #287

ChristophEwertowski opened this issue Jul 25, 2018 · 0 comments

Comments

@ChristophEwertowski
Copy link

In our morph file we have multiple blocks of macros, for example:

<call-macro name="setSubjectContributionBnode" field="100"/>
<call-macro name="setRoleForContributionBnode" field="100"/>
<call-macro name="setTypeContributionForContributionBnode" field="100"/>
<call-macro name="setAgentForContributionBnode" field="100"/>
<call-macro name="setBackSubjectContributionBnode" field="100"/>

All it does is adding role, type and agent of a contribution. Since every fourth field from 100 to 296 has to have these elements it would be nice to be able to put them into one "super-macro".

@github-project-automation github-project-automation bot moved this to Backlog in Metafacture Mar 27, 2023
@katauber katauber removed this from Metafacture Apr 24, 2023
blackwinter added a commit that referenced this issue Dec 13, 2024
- includeBenchmarkBase1:       3.2375 +/- 0.0193
- includeBenchmarkBase1000:    3.5835 +/- 0.1132
- includeBenchmarkBase100000:  5.4308 +/- 0.1477
- includeBenchmarkSome1:       3.6988 +/- 0.0185
- includeBenchmarkSome1000:    3.9415 +/- 0.2000
- includeBenchmarkSome100000:  7.8708 +/- 0.1882
- includeBenchmarkMany1:       5.1312 +/- 0.0764
- includeBenchmarkMany1000:    5.5572 +/- 0.2899
- includeBenchmarkMany100000: 17.6438 +/- 0.0740
blackwinter added a commit that referenced this issue Dec 13, 2024
- includeBenchmarkBase1:      3.3080 +/- 0.0558
- includeBenchmarkBase1000:   3.4018 +/- 0.0212
- includeBenchmarkBase100000: 5.4032 +/- 0.0494
- includeBenchmarkSome1:      3.7932 +/- 0.1135
- includeBenchmarkSome1000:   3.8172 +/- 0.0428
- includeBenchmarkSome100000: 6.1055 +/- 0.1947
- includeBenchmarkMany1:      5.2958 +/- 0.2262
- includeBenchmarkMany1000:   5.3335 +/- 0.3680
- includeBenchmarkMany100000: 7.7365 +/- 0.1504
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants