While working on the damaris plugin, we often build it independently of the main PDI.
If the main PDI is updated with plugin API changes, the plugin compilation fails.
For example, damaris_plugin calls old Config_error (1.10.0-) instead of the new SpecTree_error (1.11.0+).
It would be helpful for plugin developers if a version incompatibility error were thrown at the configuration phase.
While working on the damaris plugin, we often build it independently of the main PDI.
If the main PDI is updated with plugin API changes, the plugin compilation fails.
For example, damaris_plugin calls old
Config_error(1.10.0-) instead of the newSpecTree_error(1.11.0+).It would be helpful for plugin developers if a
version incompatibilityerror were thrown at the configuration phase.