From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.29.103 with SMTP id j7cs160216vdh; Sat, 17 Dec 2011 10:47:31 -0800 (PST) Received: by 10.52.99.37 with SMTP id en5mr8521829vdb.101.1324147649564; Sat, 17 Dec 2011 10:47:29 -0800 (PST) Return-Path: Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by mx.google.com with ESMTPS id iz9si6975146vdb.47.2011.12.17.10.47.29 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Dec 2011 10:47:29 -0800 (PST) Received-SPF: pass (google.com: domain of dmishd@gmail.com designates 209.85.212.53 as permitted sender) client-ip=209.85.212.53; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dmishd@gmail.com designates 209.85.212.53 as permitted sender) smtp.mail=dmishd@gmail.com; dkim=pass (test mode) header.i=@gmail.com Received: by vbal1 with SMTP id l1so2624141vba.40 for ; Sat, 17 Dec 2011 10:47:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lQU0HwM73R8L1JC71ANJIMunhho9dtvzVM8hnibvw9o=; b=MXhDlFb1vhArBwg2+WF+zbc8KuWzeZ+t1S2HqFqlYhdRGJG2vGU4+8ur5Vx4lTHL7b 5WjEJrMYNxitkImANJles0B1p6dO6wmAPIoqR1n3oCsF1597ImJpOEk2cA4a3UNwRjbX fdP7SKCcvzpjGOa9jx4KMFNJXBvSbD9e7oAUY= MIME-Version: 1.0 Received: by 10.52.29.75 with SMTP id i11mr8677276vdh.23.1324147649317; Sat, 17 Dec 2011 10:47:29 -0800 (PST) Received: by 10.52.113.170 with HTTP; Sat, 17 Dec 2011 10:47:29 -0800 (PST) In-Reply-To: <1320868149-sup-368@qwerzila> References: <56777.143.205.193.62.1320657425.squirrel@lavabit.com> <1320700740-sup-9219@tilus.net> <1929.143.205.216.123.1320746264.squirrel@lavabit.com> <1320868149-sup-368@qwerzila> Date: Sat, 17 Dec 2011 18:47:29 +0000 Message-ID: Subject: Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox From: Hamish D To: Gaute Hope Cc: Sup Talk Content-Type: text/plain; charset=UTF-8 >> bin/sup-sync:11: warning: method redefined; discarding old to_s >> /home/gaute/dev/ruby/sup.git/lib/sup.rb:18:in `id': wrong id called on > > This seems to be due to the new yamler 'psych', by requiring the old one > 'sych' before 'yaml' it can be loaded. > > The proper fix is to expect content to be represented the way 'psych' > does it. This is not the same as the old way. > > Also the gem spec date was in the wrong format, see both attached > patches. Both patches applied to next. Hamish