Re: [pygccxml-development] Function transformation unit tests
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-09-04 08:22:38
|
Roman Yakovenko wrote: > Hi Matthias. I just added function transformation unit test. Can you > add the code that uses FT > feature to it. Thus I will be able to work on code and to commit it > and to be sure I did not break > something. I've just updated and committed the test, but currently it won't pass anyway. There's still the problem of obtaining the result of an override that returns several values (see one of my previous mails). And apart from that I noticed that the test takes another code path in mem_fun_v_t.create_function_ref_code() and that path isn't updated to the new feature yet. By the way, Roman, could you please explain the differences between those three paths? I didn't fully grasp when each one has to be used. - Matthias - |