From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.bugs Subject: Re: find-versioned-module bugs Date: Wed, 9 Jun 2010 08:40:06 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1276130237 8858 80.91.229.12 (10 Jun 2010 00:37:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Jun 2010 00:37:17 +0000 (UTC) Cc: bug-guile To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jun 10 02:37:15 2010 connect(): No such file or directory Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OMVlg-0006VT-26 for guile-bugs@m.gmane.org; Thu, 10 Jun 2010 02:37:12 +0200 Original-Received: from localhost ([127.0.0.1]:46415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMVlf-0001EQ-6J for guile-bugs@m.gmane.org; Wed, 09 Jun 2010 20:37:11 -0400 Original-Received: from [140.186.70.92] (port=40426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMKZm-0002Y6-1h for bug-guile@gnu.org; Wed, 09 Jun 2010 08:40:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMKZj-0007Hl-DJ for bug-guile@gnu.org; Wed, 09 Jun 2010 08:40:09 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:51372) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMKZj-0007HU-A0 for bug-guile@gnu.org; Wed, 09 Jun 2010 08:40:07 -0400 Original-Received: by iwn2 with SMTP id 2so4763783iwn.0 for ; Wed, 09 Jun 2010 05:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=exItL5Z/4Pz0EaUyufdmM2g8x5VoPThPcFt5KVindG8=; b=FSDCzGcFqVmtXtWq5pC1hsEIyV6dpR4fZUu0slKSFertQSqOFaGfPfTwwBigB6dFZ3 ePlgJYLK4YBGiQ1IHHQyE4/OKm0TNd9tHnKZaXbANsDTu52ZplzZwt5Q8C/bJIDKPE8e lr+061K9XkfbOD7U4O+6T01uwjSINEQPI53CY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bM1prSSK3+cLO/vJHocA1AT8GCNabJvqWHkJVzYVmgZ2joauzjLMeg6QlG90EIP4Vu WdGu5hnq7jvmjwgQ/fb6rbTwVjK1uEndNp48ngz6IUTh+Zzr1Q0vU/p5c6a0qMfTnlha WIsWQ8Uxn+7+jDw7d43MF496D7OW9jKT0OpcI= Original-Received: by 10.231.157.201 with SMTP id c9mr7903311ibx.116.1276087206549; Wed, 09 Jun 2010 05:40:06 -0700 (PDT) Original-Received: by 10.231.80.130 with HTTP; Wed, 9 Jun 2010 05:40:06 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 09 Jun 2010 20:36:07 -0400 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4635 Archived-At: Hey Andy, > As you see this function is preferring modules from the end of the > %load-path. In addition it has adds an unnecessary "/". Do you have time > to fix it? :) Eep! Sure, I'll try to take a look this evening. Regards, Julian