ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

implement config get interface #84

Closed rhaas80 closed 3 years ago

rhaas80 commented 3 years ago

This pull request implements code to actually return values on AXL_Config(NULL). Please take a look if this is sane and I will implement the same logic in the other components.

Things to note:

tonyhutter commented 3 years ago

In github, you can mark this PR as a based off of your rhaas80:rhaas/keyvalue branch. That will make it so we don't have to see all the old AXL_Config() commits combined with the commits from this PR. Or just combine this branch into your other PR, and have one big AXL_Config() PR.

rhaas80 commented 3 years ago

I do not seem to be able to base this off my rhaas/keyvalue branch at least as far GItHub's "merge into" option goes. Maybe I am missing something. My guess would be that this because rhaas/keyvalue is in my own fork of the repository but the pull request always appears in the target repository (ie LLNL's) where there is no rhaas/keyvalue branch. It might be simpler to first get the setter part into LLNL's repository then I can rebase the getter against it and the diff in the pull request will become more mananable.

rhaas80 commented 3 years ago

combined with "set" pull request https://github.com/ECP-VeloC/AXL/pull/84