Results 14 comments of Ali Paikan

Any update on this issue?

@francesco-romano We are using XML in many places in Yarp and its advantage over introducing a new format is that we don't need to deal with a new parser. But...

It is better we need to have a nicer state machine in Lua (with sub states and etc) which can be used in all examples ;)

@traversaro which versions of python have been installed? anyway, there is a cmake option `RTF_USE_PYTHON_VERSION` to force using specific version of python for binding. can you please check it?

Hi guys, allways glad to hear from you even it is an issue ;) I am a bit out of the discussion. we are using RTF mostly woth python (2.7)...

how we know that the `myplugin.so` is actually a RTF test plugin when it is failed to load? For example when launching `testrunner -r --tests /foo/bar` ? Maybe it make...

__Alternative solutions__ 1. Can we add another parameter to lunch `testrunner` in restricted mode which count unloaded plugins as failed? such as `testrunner --conservative ...` or `tesrunner --restricted ...` 2....

Is this issue still major? @valegagge what do you think? :)

@traversaro The Pyhton traceback has not been implemented! (in progress) Lua and Ruby should be fine!

I can see the point :+1: The question then arises: "If test `B` depends on test `A`, does `A` also depend on `B`?" in other words, if we reorder the...