Complete implementation of optional arguments / active variables in capgen
Opened this issue · 0 comments
climbfuji commented
Description
PR #552 introduces optional arguments in ccpp_prebuild.py
based on requirements described in #526. The PR discussion led to a set of requirements that go further than what is described in #526: #552 (comment). ccpp_prebuild.py
implements those in #552 in the prebuild layer on top of the capgen layer.
Solution
Some of that functionality is not yet available in capgen.py
and needs to be added there (with tests).
Alternatives (optional)
n/a
Related to (optional)
n/a