Details
Description
With def.json:
{ "classes": { "services_autorun_bundles": ["any"] }, }
I get
error: Unresolved variable '@(services_autorun.inputs)' in input list, cannot parse error: Unresolved variable '@(services_autorun.inputs)' in input list, cannot parse
It seems the fix would be easy in promises.cf
!(services_autorun|services_autorun_inputs|services_autorun_bundles):: # If services_autorun is not enabled, then we should not extend inputs # automatically. "inputs" slist => { }; "found_inputs" slist => {}; "bundles" slist => { "services_autorun" }; # run self services_autorun|services_autorun_inputs|services_autorun_bundles:: "inputs" slist => { }; "bundles" slist => { "autorun" }; # run loaded bundles
I will re-test a bit and make a PR.
Attachments
Issue Links
- relates to
-
CFE-4017 services_autorun_inputs does not actually extend the set of parsed inputs
-
- Done
-