Need tester: Toggle references

Hi,

I want to import those patches but they will be tested
before importing because they changes core mechanism:

[#3012947] Toggle references
Ruby-GNOME 2 / Bugs / #144 Toggle references

Here are two patches to use toggle references to manage
gobjects instead of trying to walk the hierarchy of
containers to discover them all. I think this could be
more efficient and robust and it makes it easier to
implement wrappers for new toolkits. This is similar to
how gjs works as far as I can tell.

Could someone try the patches with your applications and/or
sample programs in Ruby-GNOME2. We need to confirm that
those patches don’t crash your applications and leak memory.
(We also need to confirm efficiency?)

Thanks,

kou

2011/2/25 Kouhei S. [email protected]:

more efficient and robust and it makes it easier to
Thanks,
ruby-gnome2-devel-en mailing list
[email protected]
ruby-gnome2-devel-en List Signup and Options

Hi.
Patches cannot be applyed as they are since a lot of paths were
modified.
It seems that glib2/ext/glib2/rbgobj_object.c was also modified since
I have some warning :
patching file glib2/ext/glib2/rbgobj_object.c
Hunk #1 succeeded at 23 with fuzz 1.
Hunk #2 succeeded at 38 (offset -1 lines).
Hunk #3 succeeded at 110 (offset -5 lines).
Hunk #4 succeeded at 197 with fuzz 2 (offset -11 lines).
Hunk #5 succeeded at 803 (offset -36 lines).

Neverless I try the patched files. It seems to works but I just run a
application and quits.


Vincent C.

Hi,

In [email protected]
“Re: [ruby-gnome2-devel-en] Need tester: Toggle references” on Sat, 26
Feb 2011 05:35:15 +0100,
Vincent C. [email protected] wrote:

how gjs works as far as I can tell.
I have some warning :
application and quits.
Thanks for trying it.
The patch is related to GC. So we need to test it with
application that runs many GC…

Thanks,

kou

2011/3/3 Kouhei S. [email protected]:

https://sourceforge.net/tracker/?func=detail&aid=3012947&group_id=53614&atid=470969

those patches don’t crash your applications and leak memory.
Hunk #4 succeeded at 197 with fuzz 2 (offset -11 lines).

With my applications GC is unlikely to be called on Gtk objects…

It would be easier to find testers if the patch could be apply more
easily. Can Neil R. submit a new version of this patch ?

insights. Best Open Source Mac Front-Ends 2023


ruby-gnome2-devel-en mailing list
[email protected]
ruby-gnome2-devel-en List Signup and Options


Vincent C.