From: rise Date: 2001-07-27T03:58:45+09:00 Subject: [ruby-talk:18589] Re: Tk Demo Patch On Thu, 26 Jul 2001, John Kaurin wrote: > I have not been following comp.lang.ruby much since 1.6.3, so please > forgive any redundancy of question. > > Guy Decoux's patch for the Tk demos (Tk in general?) does not appear > to be in the 1.6.4 versions (both the standard nor the Pragmatic > Programmer's window install). Have I missed something in my absence? The patch is versus the actual Ruby Tk libs, not the demos. The demos trigger this because they explicitly include tkencoding.rb which has been folded into later tk.rb versions. I've got a partially patched version using a cruder test versus RUBY_VERSION that avoids the loop on some but not all of the versions I've tested. I'll roll up a new tarball using the test Guy suggested below and put it on the RAA tonight. On Thu, 26 Jul 2001, ts wrote: > if /^8\.[1-9]/ =~ Tk::TCL_VERSION && !Tk::JAPANIZED_TK > end Sad to say this is the bug that got me poking around in the Tk demos (and thus inheriting the maintainer-ship). With only a partial fix and a lack of time I've left it broken. -- Jonathan Conway The thing about Unix is that all the hoops are rise@knavery.net flaming, so at least you know where they are...