Streamline Charmonizer/Core/ConfWriter
--------------------------------------
Key: LUCY-95
URL: https://issues.apache.org/jira/browse/LUCY-95
Project: Lucy
Issue Type: Improvement
Components: Charmonizer
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Priority: Minor
Attachments: streamline_charm_conf_writer.diff
Once upon a time, Charmonizer/Core/ConfWriter was name
"Charmonizer/Core/ModHandler". Now that it's been renamed, certain features
which belonged in a "module handler" no longer belong in a "config writer".
* test_compile -> moved to Compiler.
* capture_output -> moved to Compiler.
* _charm.h (file required by various probes) -> moved to Probe.
* _charm_run -> moved to OperatingSystem, hidden behind OS_run_quietly().
What's left behind are more targeted, focused Charmonizer core modules.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.