From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: KAction@gnu.org Newsgroups: gmane.lisp.guile.devel Subject: Doctest as guild script Date: Fri, 27 Sep 2013 13:35:33 +0400 Message-ID: <1380274534-5187-1-git-send-email-KAction@gnu.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1380274714 15358 80.91.229.3 (27 Sep 2013 09:38:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2013 09:38:34 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Sep 27 11:38:37 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 1VPUVQ-0006VQ-S0 for guile-devel@m.gmane.org; Fri, 27 Sep 2013 11:38:36 +0200 Original-Received: from localhost ([::1]:35008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUVQ-0000bc-F5 for guile-devel@m.gmane.org; Fri, 27 Sep 2013 05:38:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUVG-0000Sg-20 for guile-devel@gnu.org; Fri, 27 Sep 2013 05:38:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPUV6-0002yX-UM for guile-devel@gnu.org; Fri, 27 Sep 2013 05:38:25 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUV6-0002yQ-S8 for guile-devel@gnu.org; Fri, 27 Sep 2013 05:38:16 -0400 Original-Received: from [89.234.142.13] (port=58669 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1VPUV5-00011u-6Z; Fri, 27 Sep 2013 05:38:16 -0400 X-Mailer: git-send-email 1.8.3.2 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:16646 Archived-At: Here is patch (I wrote about it two weeks ago or so). During moving to guild I found one more limitation --- if called in REPL, (doctest "(foo)") do not restore previous state of interpreter. I am going to improve it and continuation master's advice is welcome. Another issue is license. I did not signed paper about Guile (unfortunately, it is impossible to sign paper for all GNU project at once). Is it critical for such non-essensial part of Guile? Best regards