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

Improve recovery semantics #18

Open
MLopez-Ibanez opened this issue Feb 19, 2022 · 0 comments
Open

Improve recovery semantics #18

MLopez-Ibanez opened this issue Feb 19, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MLopez-Ibanez
Copy link
Owner

The semantics of recovery are not clear. Should it recover the exact parameters given to the original run? If so, then moving to a new execdir will mess up things. Should it allow changing parameters after recovery (that is, what to do if it finds a new scenario file with different values or it is passed additional command-line parameters?).

One possible behavior could be: Recover everything as given originally; if new settings are given, either by a configuration file or command-line, override them; for settings that are still set to default values in the original, recompute the default (because overridden settings may influence the default of other settings). Report everything that is restored and overridden.

This means recovery should happen much earlier, before reading command-line/scenario file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant