Skip to content

WIP: Linker base classes for the future

Roel Aaij requested to merge future-linker-base-class into future

The way MC links are handled will likely change in the future. To make things forward compatible and allow conversion of the current links to Transformers while also keeping things working, a new base classes for the linkers are proposed that inherit from (Multi)Transformer. They have a few convenience methods to ease the transition. The 2 VP and an OT associator have been converted to this new base class as a test case.

Please have a look, @gcorti @graven @sponce @cattanem

Merge request reports