I would like to tag and release 0.0.37 soon. I''m thinking of the next few days. We have good new stuff (Printing, Scintilla on OS X, other new classes) and have fixed some bugs. Also, would be good to put the early build probs with the last release behind us. Here''s the patches I think are outstanding: - Wx::App cleanup - rake HTML docs publishing - Scintilla OS X - IconBundle, ListView (?) - TaskBarIconEvent event thunker patches (?) I''ll check in the ones that I think are uncontroversial, but I''d like some feedback on the App patch, IconBundle, and TaskBarEvent. Anything else we want in for the release? a
On 10/21/06, Alex Fenton <alex at pressure.to> wrote:> I would like to tag and release 0.0.37 soon.I think we have enough new stuff for a release, so I am for it.> Here''s the patches I think are outstanding: > - Wx::App cleanupWill try soon.> - rake HTML docs publishingJust tried it and got the following type of error for all files to upload: scp: /var/www/gforge-projects/wxruby/doc//<filename_here>.html: Permission denied Maybe I don''t have access to this directory?> - Scintilla OS XTried it a few days back and got Scintilla to compile but could not get it to compile into wxRuby. I did not spend too much time on it, will have to go back and test again.> - IconBundle, ListView (?) > - TaskBarIconEvent event thunker patches (?)I must have missed these, I will look for the patches to try.> Anything else we want in for the release?I think we should stick with what you mentioned for this release. Things seem to be working pretty good right now. Sean
Sean Long wrote:> On 10/21/06, Alex Fenton <alex at pressure.to> wrote: >> I would like to tag and release 0.0.37 soon.Strong +1. I''ll trust your judgment of exactly when to cut it off, but I would favor sooner rather than later. Kevin
Sean Long wrote:>> - rake HTML docs publishing >> > > Just tried it and got the following type of error for all files to upload: > scp: /var/www/gforge-projects/wxruby/doc//<filename_here>.html: > Permission denied > > Maybe I don''t have access to this directory? >I modified the directory to be group write. Let me know if it''s still not working.>> - Scintilla OS X >> > > Tried it a few days back and got Scintilla to compile but could not > get it to compile into wxRuby. I did not spend too much time on it, > will have to go back and test again. >Should be in SVN in now. Are you still getting compile errors? It needs a full rebuild. alex
> I modified the directory to be group write. Let me know if it''s still > not working.When I have a few minutes I will test it again.> Should be in SVN in now. Are you still getting compile errors? It needs > a full rebuild.I got Scintilla to integrate into wxRuby after you posted the changes, bigdemo crashes on startup after adding Scintilla, something with a Scintilla event. Sean
Sean Long wrote:>> Should be in SVN in now. Are you still getting compile errors? It needs >> a full rebuild. >> > > I got Scintilla to integrate into wxRuby after you posted the changes, > bigdemo crashes on startup after adding Scintilla, something with a > Scintilla event.Hmm. I was seeing errors of this sort when I first compiled it in, but they fixed once I did a rake reswig with WXSCINTILLA pointed to the right place. It''s needed so the right event hooks get added into EvtHandler and all the classes that inherit from it. cheers alex