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

Migrate GenKW template feature into global template option (substitutions) #10180

Open
xjules opened this issue Feb 28, 2025 · 0 comments
Open
Assignees
Labels
release-notes:new-feature Automatically categorise as new feature in release notes

Comments

@xjules
Copy link
Contributor

xjules commented Feb 28, 2025

Currently each GEN_KW keyword allows to setup a template feature (using template and output file). We should still parse those options, but instead migrate the actual templating into the global substitutions when creating run_path essentially here:

for source_file, target_file in templates:

This will require to propagate ScalarParameter(s) into the substitutions dict (key:value).
This should be based on #10095

@xjules xjules added this to SCOUT Feb 28, 2025
@xjules xjules moved this to Todo in SCOUT Feb 28, 2025
@xjules xjules added the release-notes:new-feature Automatically categorise as new feature in release notes label Feb 28, 2025
@JHolba JHolba moved this from Todo to In Progress in SCOUT Mar 4, 2025
@JHolba JHolba self-assigned this Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes:new-feature Automatically categorise as new feature in release notes
Projects
Status: In Progress
Development

No branches or pull requests

2 participants