client/container: root: refactor common namespace, add tests for common #243
Reference in New Issue
Block a user
Delete Branch "refs/pull/243/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Factor out respective common from macro and apply to all scopes
dfi::commondfi::macro::commondfi::plugin::commonAdd deprecation warnings in
dfi::macro::commondfi::commonAdd convenience wrappers to inner common impl, where appropriate
Add/update/clarify code docs and Doxygen definitions
Related refactoring
Add tests for common
NOTE: all changes are backward compatible (no need to bump major).
Agreement
All tests pass. Do note though that test output will show intentional interpreter build errors:
Also note that
dfi::plugin::load("...")will still tab complete to the current directory and notrepo/orcustom/at this time.Is it possible to change interpreter environment for this edge-case? I don't know, TBD.