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: [PATCH] Add inspection command "source (, src)" which shows Scheme code of loaded module Date: Mon, 01 Apr 2013 21:12:44 +0200 Message-ID: <87txnqcbf7.fsf@pobox.com> References: <1364651860.2730.71.camel@Renee-desktop.suse> <87zjxk7fjy.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364843575 24569 80.91.229.3 (1 Apr 2013 19:12:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2013 19:12:55 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Apr 01 21:13:23 2013 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 1UMkAR-0002Eh-JH for guile-devel@m.gmane.org; Mon, 01 Apr 2013 21:13:19 +0200 Original-Received: from localhost ([::1]:35073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMkA3-0000d9-0A for guile-devel@m.gmane.org; Mon, 01 Apr 2013 15:12:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMk9x-0000d4-UQ for guile-devel@gnu.org; Mon, 01 Apr 2013 15:12:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMk9w-0004dq-LE for guile-devel@gnu.org; Mon, 01 Apr 2013 15:12:49 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:57422 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMk9w-0004dm-Gn for guile-devel@gnu.org; Mon, 01 Apr 2013 15:12:48 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 0640EB4BA; Mon, 1 Apr 2013 15:12:48 -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=iZrfldF4kocucx5SdIpt8OMfvMQ=; b=J7LAY+ Yd0MQu12Z0delg0TxwDOVFr2L7C2Eugt91t8WLGZEkrB2fOQYGHCs9I7nhbqHNB1 UTNQub64doyc+juj06t1wY4dBdUBgugy6QUTQM0dExpWd5s6eWgJwKHPBXZ1M7M6 IGysvuYyGMBDpbGNXO21nKLDzaMpHKMeKbDOw= 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=nkZ7GOme9Z7qED+9mzXi1SVvTNdhFYqU rirpzAqth3LiFoFSp2fa6uEjUIq3mRy+5Tf1MnF0fbroFbEUz23VtPpWbkAGHnJw XzwnxQk98VvaZMuUUV2pTaGl/wMSja++ZJ2w4GlCZ6WuNlep9Noem6+/W+iAVSqm gOASUSyV4ZU= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id F3032B4B8; Mon, 1 Apr 2013 15:12:47 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 6C8D3B4B7; Mon, 1 Apr 2013 15:12:47 -0400 (EDT) In-Reply-To: <87zjxk7fjy.fsf@tines.lan> (Mark H. Weaver's message of "Sat, 30 Mar 2013 17:17:53 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: 23B384D4-9B00-11E2-96BE-D36F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 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:16097 Archived-At: On Sat 30 Mar 2013 22:17, Mark H Weaver writes: > I'd be glad to see something like this in Guile core. This code is a > great demonstration, but it has some problems. It would be nice to reify the original source as a compressed string in the debug section of the ELF file. One day... Andy -- http://wingolog.org/