Closed tmarble closed 6 years ago
@dcerys see if you like this display-args processing better. At the least I've identified the relevant call sites for you.
@dcerys please check these deltas to see if this is more in line with your expectations.
@dcerys see if these modifications address your recent concerns.
Two substantial changes
The pclass-instance ancestry (PCA) is pre-pended with the current pclass-instance ID when calling a local method.
Arguments are resolved both at the call site and once inside the callee (i.e. construct-hem-plan-map) because the call site arguments are not reused -> the arguments in construct-hem-plan-map are taken directly from the subtask.
Signed-off-by: Tom Marble tmarble@info9.net