From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18221: Source of mit-scheme Date: Sat, 27 Sep 2014 15:42:54 -0400 Message-ID: <87zjdkc0jl.fsf@yeeloong.lan> References: <20140808074757.GA13320@debian> <87wqacry8b.fsf@yeeloong.lan> <87mwb3i2ao.fsf@gnu.org> <20140927180943.GA30945@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXxwb-0006Oo-KR for bug-guix@gnu.org; Sat, 27 Sep 2014 15:46:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXxwV-0000Gv-Db for bug-guix@gnu.org; Sat, 27 Sep 2014 15:46:13 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:34145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXxwV-0000Gh-AC for bug-guix@gnu.org; Sat, 27 Sep 2014 15:46:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XXxwP-0001ci-L8 for bug-guix@gnu.org; Sat, 27 Sep 2014 15:46:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20140927180943.GA30945@debian> (Andreas Enge's message of "Sat, 27 Sep 2014 20:09:43 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: 18221@debbugs.gnu.org Andreas Enge writes: > On Sun, Aug 17, 2014 at 05:06:07PM +0200, Ludovic Court=C3=A8s wrote: >> Yes, I think that=E2=80=99s what=E2=80=99s needed, so OK to commit. > > Done with commit 68dddca. That commit adds a top-level procedure 'source-directory' that is specific to mit-scheme. If it's kept at the top-level, it should probably be renamed to something like 'mit-scheme-source-directory'. Also, it would be good to line up the two calls to 'string-prefix?'. Thanks! Mark