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

Enhanced capabilities for config objects #1

Open
AndreLouisIssa opened this issue May 23, 2024 · 1 comment
Open

Enhanced capabilities for config objects #1

AndreLouisIssa opened this issue May 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@AndreLouisIssa
Copy link
Member

AndreLouisIssa commented May 23, 2024

on config_file:

  • (ergonomics) get an existing binding by section and key directly (no creating a config_definition to pass into the __index metamethod of entries)
  • (ergonomics) safe bind bind an entry, even if it already exists, and if so, replace the previous entry with the new information.

'ergonomics' features can be accomplished by combining the existing functions, but dedicated functions for them would be easier to use.

@AndreLouisIssa AndreLouisIssa added the enhancement New feature or request label May 23, 2024
@xiaoxiao921
Copy link
Member

Updated post to reflect current progress.

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

No branches or pull requests

2 participants