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

Reproducible Tiered Configuration Strategy #1751

Open
ehennenfent opened this issue Jun 19, 2020 · 0 comments · May be fixed by #1636
Open

Reproducible Tiered Configuration Strategy #1751

ehennenfent opened this issue Jun 19, 2020 · 0 comments · May be fixed by #1636
Projects

Comments

@ehennenfent
Copy link
Contributor

ehennenfent commented Jun 19, 2020

Why

We'd like for Manticore to eventually support saving and resuming execution states, possibly on different systems or with a large interval of time in between. In order to do that, we need the configuration system to be entirely reproducible. Right now, configuration values set on the command line or in scripts aren't bound to the states they produce, so they can easily get lost.

Acceptance Criteria

  • Manticore provides an API for encoding configuration settings at several granularities, including on the command line, in scripts, and in a configuration file
  • Manticore serializes the entire configuration state inside the workspace during a run
@ehennenfent ehennenfent created this issue from a note in Manticore (Backlog) Jun 19, 2020
@ehennenfent ehennenfent linked a pull request Jun 19, 2020 that will close this issue
@ehennenfent ehennenfent moved this from Backlog to In progress in Manticore Jun 19, 2020
@ehennenfent ehennenfent moved this from In progress to To do in Manticore Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Manticore
  
To do
Development

Successfully merging a pull request may close this issue.

1 participant