From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.218.138 with SMTP id hq10cs47026icb; Wed, 22 Dec 2010 08:43:22 -0800 (PST) Received: by 10.142.7.6 with SMTP id 6mr5687046wfg.363.1293036202114; Wed, 22 Dec 2010 08:43:22 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id x32si5646068vcr.180.2010.12.22.08.43.21; Wed, 22 Dec 2010 08:43:22 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id B84401678324; Wed, 22 Dec 2010 11:43:21 -0500 (EST) Received: from kuovi.tilus.net (kuovi.tilus.net [80.68.89.168]) by rubyforge.org (Postfix) with ESMTP id 09DA018581F3 for ; Wed, 22 Dec 2010 11:27:30 -0500 (EST) Received: by kuovi.tilus.net (Postfix, from userid 1000) id 3812F10BEEC; Wed, 22 Dec 2010 18:27:30 +0200 (EET) From: Tero Tilus To: sup-talk In-reply-to: <20101222144222.GG60419@icsi.berkeley.edu> References: <1271261164-sup-4109@pinkfloyd.chass.utoronto.ca> <20101215081955.GF568@icsi.berkeley.edu> <1292432651-sup-6834@jamestaylor.org> <20101218051216.GS60419@icsi.berkeley.edu> <1292649662-sup-8863@jamestaylor.org> <20101218190427.GU60419@icsi.berkeley.edu> <1292699674-sup-8221@pinkfloyd.chass.utoronto.ca> <20101221064445.GZ60419@icsi.berkeley.edu> <1292929122-sup-7072@tilus.net> <1292940403-sup-7858@pinkfloyd.chass.utoronto.ca> <20101222144222.GG60419@icsi.berkeley.edu> Date: Wed, 22 Dec 2010 18:27:30 +0200 Message-Id: <1293035040-sup-5469@tilus.net> User-Agent: Sup/git Subject: Re: [sup-talk] current state of synching upstream? X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Matthias Vallentin, 2010-12-22 16:42: > Adding the with -> marked statement in Index.save printed, however, not > the debug statement in SourceManager.save_sources! Any ideas how this is > possible? I think I have a hunch. SourceManager is a singleton, which (see util.rb) silently drops all the calls if it is in deinstantiated state. Could you inject some debugging in Singleton#method_missing to see if SourceManager is already deinstantiated when #save_sources is called. -- Tero Tilus ## 050 3635 235 ## http://tero.tilus.net/ _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk