Skip to content

Conversation

tstenner
Copy link
Collaborator

@tstenner tstenner commented Oct 4, 2021

  • replace the map-based INI reader with a callback based function
  • move default values to the variable initializers, i.e. a default-construct api_config has sane defaults
  • add function api_config::set_option(), could be exported to the C API in the future
  • add optional bool parameter to skip loading settings from a file (needed for the unit test right now)
  • throw errors on some invalid settings

* replace the map-based INI reader with a callback based function
* move default values to the variable initializers
* add function api_config::set_option()
* add optional bool parameter to skip loading settings from a file
* throw errors on some invalid settings
@tstenner tstenner added the discussion Ideas that need discussion label Oct 4, 2021
@cboulay cboulay deleted the branch sccn:dev July 13, 2025 05:16
@cboulay cboulay closed this Jul 13, 2025
@cboulay cboulay reopened this Jul 13, 2025
@cboulay cboulay changed the base branch from master to dev July 13, 2025 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Ideas that need discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants