-
Notifications
You must be signed in to change notification settings - Fork 2
add config library #20
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
==========================================
+ Coverage 81.70% 82.08% +0.38%
==========================================
Files 19 24 +5
Lines 3410 4834 +1424
==========================================
+ Hits 2786 3968 +1182
- Misses 624 866 +242
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Eh, this PR probably needs to be split at this point. I'll do that. |
|
Re-pushed, built on top of |
Problem: libflux-conf will require libtomlc99. Pull in a copy from flux-core, with unit test and upstream inputs.
Problem: libflux-conf will require timestamp utils from flux-core. Pull them in with unit test.
Problem: the flux_conf_t class can be useful in multiple framework projects. Pull it in from libflux with its helper tomltk from libutil. Pull in their unit tests.
Problem: libflux-conf will need a pkgconfig file. Add one.
Problem: there are no man pages for flux_conf_t. Pull them in from flux-core. Also pull in json_pack/json_unpack descriptions they reference. Update dictionary.
This pulls in the
flux_conf_tclass with its tomlc99 parser and json conversion from flux-core.Also a few missing unit tests are added.