Bug#1056423: [Help] Started to replace future but failed

2024-01-12 Thread Andreas Tille
Am Fri, Jan 12, 2024 at 11:45:02AM +0100 schrieb Alexandre Detiste: > > -class ExtensionNode(with_metaclass(ExtensionNodeMetaclass, object)): > +class ExtensionNode(metaclass=ExtensionNodeMetaclass, object_=True): > > Just simply > +class ExtensionNode(metaclass=ExtensionNodeMetaclass): > , but I

Bug#1056423: [Help] Started to replace future but failed

2024-01-12 Thread Alexandre Detiste
Ok I'll pick it up this evening ! -class ExtensionNode(with_metaclass(ExtensionNodeMetaclass, object)): +class ExtensionNode(metaclass=ExtensionNodeMetaclass, object_=True): Just simply +class ExtensionNode(metaclass=ExtensionNodeMetaclass): , but I can't test here: Greetings Le ven. 12 janv. 2

Bug#1056423: [Help] Started to replace future but failed

2024-01-12 Thread Andreas Tille
Control: tags -1 help Hi Alexandre, I started to follow your hint to replace future inside the code but I'm obviously struck as you can see in Salsa-CI[1]. Any help would be welcome (please also review my patch since I'm not sure about all changes). Kind regards Andreas. [1] https://salsa.d