From mboxrd@z Thu Jan 1 00:00:00 1970 From: ingmar.stdin@gmail.com (Ingmar Vanhassel) Date: Thu, 10 Jan 2008 08:05:40 +0100 Subject: [sup-talk] backspace and delete keys In-Reply-To: <1199905135-sup-2008@south> References: <1199746454-sup-5936@clarabella.clarabella> <1199750582-sup-5731@south> <1199751709-sup-9184@clarabella.clarabella> <1199762547-sup-3379@clarabella.clarabella> <1199774271-sup-9832@south> <1199791609-sup-7134@clarabella.clarabella> <1199806348-sup-6626@south> <1199809040-sup-2026@clarabella.clarabella> <1199810397-sup-8123@south> <1199812350-sup-1695@south> <1199813518-sup-5839@clarabella.clarabella> <1199905135-sup-2008@south> Message-ID: <1199948145-sup-5723@indigo> Excerpts from William Morgan's message of Wed Jan 09 20:02:47 +0100 2008: > That was my setup too. Weird that I no longer seem to have this problem. > > I've committed the following patch to next, which explicitly versions > bin/sup and lib/sup.rb and compares the two upon startup. Hopefully this > should detect this type of situation. For those of you who like to play > with sup via "rake gem", gems built from your checkout will have version > 999. (This was a suggestion Ian Taylor made a long time ago.) Hi, That is a good idea imho, I have been doing something similar here. Currently `rake gem` fails here though with the following error: (using ruby-1.8.6_p111 & rake-0.7.3.) ingmar at indigo /var/temp/portage/net-mail/sup-9999/work $ rake gem (in /home/temp/portage/net-mail/sup-9999/work) [Thu Jan 10 07:48:47 +0100 2008] using character set encoding "UTF-8" rake aborted! can't convert Fixnum into String /home/temp/portage/net-mail/sup-9999/work/Rakefile:15:in `new' Thank you