From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: enhancement requests Date: Fri, 15 Apr 2011 11:29:13 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1302863916 30367 80.91.229.12 (15 Apr 2011 10:38:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2011 10:38:36 +0000 (UTC) Cc: guile-devel@gnu.org To: Wolfgang J Moeller Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 15 12:38:31 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QAgQ2-0002C8-Sd for guile-devel@m.gmane.org; Fri, 15 Apr 2011 12:38:31 +0200 Original-Received: from localhost ([::1]:43944 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAgQ2-0001o0-E0 for guile-devel@m.gmane.org; Fri, 15 Apr 2011 06:38:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAgQ0-0001nt-Rq for guile-devel@gnu.org; Fri, 15 Apr 2011 06:38:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAgPo-0008Lo-R5 for guile-devel@gnu.org; Fri, 15 Apr 2011 06:38:28 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:62813 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAgPo-0008Ld-P0 for guile-devel@gnu.org; Fri, 15 Apr 2011 06:38:16 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 0D8653DD8; Fri, 15 Apr 2011 06:40:16 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=wdVDlCVAe9dCDQxKb79/n06MM8o=; b=aCGRZD cjDH/1djq1+LF7IMdwc9bTdvP6YUhsNcekqGlCMkBjYxO37OKfQ04mysp4MJMjSm ivvRSBt9RMH9qHEN72zGRdYNfqNq5/WEhZmodEl5b0B5zSA7Ry0ZSD7EbHadoUNc gP5BtrefXCDbO5hNBKaLkEdKHvkLBFwGr3CKc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=xXvCQmWVpOS7Aeaiysu28mcMkOSHa06o oeerUA7IKdYKF0QD9XQ5kMCJOL/qXPh//BuQU0iQzti94fTyVEfPK0MGQDy61Yma enlDq4obx70nRPK7Hp521I+7P70QHoQVf0rwvU3aoSQBmBpprXpqKPWOC8QG+mA2 ZvIAJv3lGA0= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id EE4C43DD7; Fri, 15 Apr 2011 06:40:13 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 58BD43DD5; Fri, 15 Apr 2011 06:40:12 -0400 (EDT) In-Reply-To: (Wolfgang J. Moeller's message of "Mon, 21 Mar 2011 01:24:59 +0100 (CET)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: BEE4D79E-674C-11E0-BF49-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12267 Archived-At: Hi Wolfgang, On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: >> > (4) compiler: Now that compiling into hidden ~.cache/... directories >> > has been declared the default behaviour, please cater to those >> > (like me) who'd always look for their compiled files in the >> > source directory, by providing a command line switch ... >> > (E.g. "psyntax" provides a useful "include" macro, the use >> > of which breaks the "need only recompile when source changed" >> > assumption. Don't like to "make clean" in that hidden place). >> > I'm mostly concerned with interactive use of (un-adorned) "guile" command. > I have files that use macros defined elsewhere - once I have LOADed > (and automatically compiled) such files, and change the macros, there's > [apparently] no way to make guile re-load the source, short of deleting > the (.cache-d) compiler output. Having to locate that in a far-away place > is no fun ... so maybe, what I really want is "load-ignoring-cached-go" ? I have added a --fresh-auto-compile argument to Guile, or equivalently GUILE_AUTO_COMPILE=fresh. Hopefully that should hack around Guile's missing dependency tracker for the time being. Cheers, Andy -- http://wingolog.org/