Chauk-Mean P
2008-Dec-29 09:26 UTC
[wxruby-development] Patch to fix ruby-1.9 compatibility issues of bigdemo sample
Hi, Here is a patch that fixes Ruby-1.9.1 compatibility issues : - samples/bigdemo/wxSashWindow.rbw - samples/bigdemo/wxTreeCtrl.rbw : in ruby-1.9, ?a returns the string "a" and not the character code. These samples now work with both ruby-1.9.1-preview2 and ruby-1.8.7. Cheers. Chauk-Mean. -------------- next part -------------- A non-text attachment was scrubbed... Name: samples-ruby19.patch Type: text/x-patch Size: 2116 bytes Desc: not available URL: <http://rubyforge.org/pipermail/wxruby-development/attachments/20081229/8d0abd69/attachment.bin>
Alex Fenton
2009-Jan-05 12:13 UTC
[wxruby-development] Patch to fix ruby-1.9 compatibility issues of bigdemo sample
Hi Chauk-Mean Chauk-Mean P wrote:> Here is a patch that fixes Ruby-1.9.1 compatibility issues : > - samples/bigdemo/wxSashWindow.rbw > - samples/bigdemo/wxTreeCtrl.rbw : in ruby-1.9, ?a returns the string > "a" and not the character code. > These samples now work with both ruby-1.9.1-preview2 and ruby-1.8.7.Many thanks for these fixes - applied with SVN:1919 best alex