From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tobin Harding Newsgroups: gmane.lisp.guile.devel Subject: compiler messages Date: Thu, 30 Jun 2016 20:57:00 +1000 Message-ID: <20160630105700.GB10380@eros.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1467284286 15935 80.91.229.3 (30 Jun 2016 10:58:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2016 10:58:06 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 30 12:57:47 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bIZfE-0004ch-UC for guile-devel@m.gmane.org; Thu, 30 Jun 2016 12:57:45 +0200 Original-Received: from localhost ([::1]:48390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIZfE-0000Uv-3e for guile-devel@m.gmane.org; Thu, 30 Jun 2016 06:57:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIZeq-0000Tx-8P for guile-devel@gnu.org; Thu, 30 Jun 2016 06:57:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIZel-0001Np-AR for guile-devel@gnu.org; Thu, 30 Jun 2016 06:57:20 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIZej-0001Ls-0P for guile-devel@gnu.org; Thu, 30 Jun 2016 06:57:15 -0400 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 183D320454 for ; Thu, 30 Jun 2016 06:57:04 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 30 Jun 2016 06:57:04 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=tobin.cc; h= content-type:date:from:message-id:mime-version:subject:to :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=x5Sydf3Q6y6J7nqo7CxL85TBesY =; b=VwFtNwQnaNULSIuEJqKkNw0mBM0aEgmsoiPLjg5I/BKjl+OFvUbJTWB4pZU rC0nRngVyzNZ037FBZspH6bsBR5PWIkucaZq5UE33gQkKasYNMI2o4HfZw+5Um10 Dki4NN+Lw1XWYqdGR4hvY6MnDxiCRi2Kgb8vw0gXXOrGVOOY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=x5 Sydf3Q6y6J7nqo7CxL85TBesY=; b=L4BHFGkA0koLp905mNpTTvDmjxUawWCZNF n+BKayc0HHY0Gpl+mu9kkmWEkW2wsv5FLjPwTNcL8ZL35R5HCIOZqLof/b79CT3E fQqK1rQfE08HhYt/ud1/JBFiM3leIWorQWo/2L/xefgfaal7vmUsgRKK3cfM6l7S Le6LQZT2Y= X-Sasl-enc: VFGSYOsh78vVzayrD2FTVS5Fbj/DVqYDqlkSvoTK15WK 1467284223 Original-Received: from eros.local (ppp121-44-43-145.lns20.syd4.internode.on.net [121.44.43.145]) by mail.messagingengine.com (Postfix) with ESMTPA id 05796F29FF for ; Thu, 30 Jun 2016 06:57:02 -0400 (EDT) Content-Disposition: inline X-Mailer: Mutt 1.6.1 (2016-04-27) User-Agent: Mutt/1.6.1 (2016-04-27) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.devel:18454 Archived-At: Request for advice as to whether to submit patch? I have hacked together a patch to quieten down the compiler when loading a file at the REPL (when using --auto-compile). I found one thread discussing this, but with no apparent solution or decision. https://lists.gnu.org/archive/html/guile-user/2011-03/msg00079.html Patch adds command line option --without-compiler-messages. This option inhibits the messages ;;; note: source file /home/tobin/build/scheme/test.scm ;;; newer than compiled /home/tobin/.cache/guile/ccache/2.2-LE-8-3.8/home/tobin/build/scheme/test.scm.go ;;; compiling /home/tobin/build/scheme/test.scm ;;; compiled ;;; /home/tobin/.cache/guile/ccache/2.2-LE-8-3.8/home/tobin/build/scheme/test.scm.go from being output when a file is loaded (and auto-compiled). thanks, Tobin.