[Kde-bindings] [Bug 229787] rbqtapi terminated with segmentation fault.
Richard Dale
richard.dale at telefonica.net
Sun Mar 7 15:56:20 UTC 2010
On Sunday 07 March 2010 12:50:42 pm Arno Rehn wrote:
> https://bugs.kde.org/show_bug.cgi?id=229787
>
>
> Arno Rehn <kde at arnorehn.de> changed:
>
> What |Removed |Added
> ---------------------------------------------------------------------------
> - CC| |kde at arnorehn.de
>
>
>
>
> --- Comment #1 from Arno Rehn <kde arnorehn de> 2010-03-07 13:50:41 ---
> I think we should get rid of rbqtapi in favour of smokeapi.
Yes I agree, but at the moment smokeapi only show methods in C++ format,
whereas rbqtapi has an option to show them in a Ruby style format. ie it
doesn't show 'const char *' or QString, but just String instead.
For QtScript, I completely copied smokeapi and called it 'jsmokeapi' for the
JSmoke JavaScript version, and only changed the code that displayed the
methods in the results.
So we need a way to make smokeapi show results in non-C++ languages, either by
just hard coding various languages into the current code, or by putting the
code into a library that each language binding could use to create its own
customized version of smokeapi.
-- Richard
More information about the Kde-bindings
mailing list