Index: TODO =================================================================== diff -u -rb69a9b8de677b30774419057953a91c96df00e56 -r448c0563adb3705d6686bdb37dc316f37b325474 --- TODO (.../TODO) (revision b69a9b8de677b30774419057953a91c96df00e56) +++ TODO (.../TODO) (revision 448c0563adb3705d6686bdb37dc316f37b325474) @@ -1621,6 +1621,10 @@ - added support for ensemble methods in "info lookup method" - extended regression test +- provide full set of ensemble methods from EnsembleObject.unknown + (i.e. from all classes along the precedence order. It was necessary + to pass calling object as first argument) + TODO: - handing of xo::at_cleanup in serializer @@ -1851,3 +1855,6 @@ * it could be possible to reduce stack frames in ensembles. Just a top ensemble frame could be sufficient. + + * the full names for ensemble methods could be stored in the cmd tables + to make lookup faster.