Closed apirogov closed 2 years ago
Currently, only the plugin groups themselves are topologically sorted and loaded in dependency order.
But this is something that also is important e.g. for schemas!
It should be simple enough to allow stating dependencies (of same plugin type) using the same approach.
Ideally, the required plugins are maximally initialized when the dependent one is processed.
Currently, only the plugin groups themselves are topologically sorted and loaded in dependency order.
But this is something that also is important e.g. for schemas!
It should be simple enough to allow stating dependencies (of same plugin type) using the same approach.
Ideally, the required plugins are maximally initialized when the dependent one is processed.