Skip to content

<MPL> Medium throws an error if a property is not defined in the input file

A small addition so that the medium throws an error message if a property is used that is not defined in the project file. This is the same code as already implemented in phase.cpp. Without this error, it is nearly impossible to find the reason for failure (esp. for users who do not develop). I've tested this briefly, no need for more elaborate tests imo.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

Merge request reports