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

Build a mechanism in Mir to allow our YAML configuration to be the primary configuration from which boost args are parsed #93

Open
mattkae opened this issue Apr 17, 2024 · 0 comments
Labels
feature New feature or request needs mir support Specifies that part of this work must be completed in the Mir upstream project

Comments

@mattkae
Copy link
Owner

mattkae commented Apr 17, 2024

How?

  • We should add a new method in Mir called std::map mo::DefaultConfiguration::parse_custom(...) which will hook up to miral
  • With this, we can supply a custom function that will return a map of options that will reach out into the yaml file
  • In this way, we will circumnavigate the restriction of using Mir's config file
@mattkae mattkae added bug Something isn't working feature New feature or request needs mir support Specifies that part of this work must be completed in the Mir upstream project and removed bug Something isn't working labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request needs mir support Specifies that part of this work must be completed in the Mir upstream project
Projects
None yet
Development

No branches or pull requests

1 participant