From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs300391fga; Sat, 27 Feb 2010 05:06:54 -0800 (PST) Received: by 10.224.72.151 with SMTP id m23mr399490qaj.132.1267276013765; Sat, 27 Feb 2010 05:06:53 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 26si3821547qwa.28.2010.02.27.05.06.53; Sat, 27 Feb 2010 05:06:53 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-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-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 208F918582BF; Sat, 27 Feb 2010 08:06:53 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 7F6C918582BF for ; Sat, 27 Feb 2010 08:06:01 -0500 (EST) Received: from localhost ([127.0.0.1] helo=entry.masanjin.net) by entry.masanjin.net with esmtp (Exim 4.69) (envelope-from ) id 1NlMMp-0003kG-0p for sup-devel@rubyforge.org; Sat, 27 Feb 2010 08:06:01 -0500 MIME-Version: 1.0 To: sup-devel@rubyforge.org From: anonymous Date: Sat, 27 Feb 2010 13:05:58 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1267275958.68.0.129062700378.issue73@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-priority: bug In-Reply-To: <1267275958.68.0.129062700378.issue73@masanjin.net> Subject: [sup-devel] [issue73] Missing dependency "sup/idle" X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Reply-To: Sup issue tracker , Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org New submission from anonymous: I'm tracking mainline/next branch and since yesterday, more exactly since: commit 4c49c32ead797518bd96d24ef88391b2b555aecc Merge: 0acbe14 807fd49 Author: Rich Lane Date: Sat Feb 27 00:05:17 2010 -0800 Merge branch 'idle' into next i am seeing this, when trying to start sup: $ start-sup /opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- sup/idle (LoadError) from /opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from ./lib/sup.rb:352 from /opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from bin/sup:15 I searched around the history and found this commit to introduce the dependency: commit 920f40d6c5ba04af2e79cf8c5350bb91e00d712f Author: Eric Sherman Date: Sat Jan 23 00:42:56 2010 -0500 idle and unidle updates Now handled outside of the main thread to accommodate shelling out to the editor. [PATCH] flush index on idle and [PATCHv5] [issue14] poll updates accumulate while idle will still work with this patch. I tried the idle branch, but there was no lib/sup/idle.rb either. Now, I don't know my way around ruby and i am no git guru, so maybe this is my fault, but my guess is the file has been forgotten to be added? Ciao, Sven ---------- messages: 180 nosy: anonymous priority: bug ruby_version: ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux] status: unread sup_version: 4c49c32ead797518bd96d24ef88391b2b555aecc title: Missing dependency "sup/idle" _________________________________________ Sup issue tracker _________________________________________ _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel