Code review comment for lp:~milo/linaro-ci-dashboard/can-chain-with-method

Revision history for this message
Milo Casagrande (milo) wrote :

I relooked at it, and actually this is all we need to implement the 'can_chain_with'.

Loops that inherit from the Loop class will inherit it too, and at the moment, they will not be chainable, since what it will return is an empty list, but we do not have any loop that can be chained with another one (apart the one from the other MP that implements the TextFieldLoop). The class instantiation is in the other MP, but we will probably not need it until the last WI, when we will propagate the loop chain.

« Back to merge proposal