I decided to try my hand at hacking SWIG and successfully produced a patch that fixes the error I demonstrated. I''m not -positive- it''s correct for all cases but I''ll re-run my version of SWIG over the library and see how things turn out. Roy
Nice! Is that the error that causes certain dialogs on OS X not to show-up on screen? If so thank you, that one really bugs me. Sean On 8/23/06, Roy Sutton <roys at mindspring.com> wrote:> I decided to try my hand at hacking SWIG and successfully produced a > patch that fixes the error I demonstrated. I''m not -positive- it''s > correct for all cases but I''ll re-run my version of SWIG over the > library and see how things turn out. > > Roy > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
I haven''t gotten to that one yet, I don''t think. But it does correct the crash when you click (double click?) on the grid cell with text in it. Roy Sean Long wrote:> Nice! > > Is that the error that causes certain dialogs on OS X not to show-up > on screen? If so thank you, that one really bugs me. > > Sean > > On 8/23/06, Roy Sutton <roys at mindspring.com> wrote: > >> I decided to try my hand at hacking SWIG and successfully produced a >> patch that fixes the error I demonstrated. I''m not -positive- it''s >> correct for all cases but I''ll re-run my version of SWIG over the >> library and see how things turn out. >> >> Roy >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> >> > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > > >
On Thu, 2006-08-24 at 00:42 -0400, Roy Sutton wrote:> I decided to try my hand at hacking SWIG and successfully produced a > patch that fixes the error I demonstrated. I''m not -positive- it''s > correct for all cases but I''ll re-run my version of SWIG over the > library and see how things turn out.I eagerly await your results. Also, if the patch is not too large, please post it here so we can all look at it, test it, etc. Thanks! Kevin
I have actually had to make two patches to SWIG. One to fix a bug in SWIG where it produces directors for functions marked %ignore. Both patches to SWIG are attached. You''ll need to grab the latests SWIG from the CVS. Roy Kevin Smith wrote:> On Thu, 2006-08-24 at 00:42 -0400, Roy Sutton wrote: > >> I decided to try my hand at hacking SWIG and successfully produced a >> patch that fixes the error I demonstrated. I''m not -positive- it''s >> correct for all cases but I''ll re-run my version of SWIG over the >> library and see how things turn out. >> > > I eagerly await your results. Also, if the patch is not too large, > please post it here so we can all look at it, test it, etc. > > Thanks! > > Kevin > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > > >-------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ruby.cxx.patch Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20060824/49c43ec7/attachment.pl -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: lang.cxx.patch Url: http://rubyforge.org/pipermail/wxruby-users/attachments/20060824/49c43ec7/attachment-0001.pl