Skip to content

Make loop processor related fields clearer

Samuel GAIST requested to merge make_loop_processor_related_fields_clearer into master

Currently the loop macro blocks fields are separated in for example "inputs" and "evaluator_inputs" which might be confusing.

Therefore, the fields appearing for both type of algorithm used in the loop blocks will have prefixes.

To make things logic we will have:

  • processor_
  • evaluator_

which will make the JSON easier to understand.

Merge request reports