From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: Doctest as guild script Date: Fri, 27 Sep 2013 18:06:06 +0800 Organization: HFG Message-ID: <1380276366.2898.31.camel@Renee-desktop.suse> References: <1380274534-5187-1-git-send-email-KAction@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1380276393 4485 80.91.229.3 (27 Sep 2013 10:06:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2013 10:06:33 +0000 (UTC) Cc: guile-devel@gnu.org To: KAction@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Sep 27 12:06:34 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 1VPUwT-0000Uc-Jb for guile-devel@m.gmane.org; Fri, 27 Sep 2013 12:06:33 +0200 Original-Received: from localhost ([::1]:35142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUwR-0005xZ-2l for guile-devel@m.gmane.org; Fri, 27 Sep 2013 06:06:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUwH-0005pH-Mw for guile-devel@gnu.org; Fri, 27 Sep 2013 06:06:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPUwC-0003X6-Cj for guile-devel@gnu.org; Fri, 27 Sep 2013 06:06:21 -0400 Original-Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]:64556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUw6-0003Ux-Go; Fri, 27 Sep 2013 06:06:10 -0400 Original-Received: by mail-pb0-f49.google.com with SMTP id xb4so2350451pbc.36 for ; Fri, 27 Sep 2013 03:06:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=IjhjwxtvajGGiKQRKz1nDrHpe4N+SXF63tsn+ZZ33F0=; b=AZyPPSFhw/xrsbvrCuDUD+Q/wVz9rjso69ClvfcnYRwQTtssaBWkvjIWqgrCZP/H3b OBMmwUmAuREvpMspLpeCmfBpmKmVT/G6KNBeRAcuPIYHOPl0vzHof6Cq/mfx9ZF0zH0P 7XxtUmiDoeIVvCf704PzbZaAR9gBeJkmk8huQosFTHdob+Sp7uJXV4Q8yY3liSz4QoC3 qd/ggnzLYAohay9veCQYlLrx18cFH2pdQRjJtCHBlWLvGVsV5nUdBrDw60aId4HrFhEK k9U4zLjXWoFuzxRceRUTd2cPFYOkmBUI9cYjA5Ytcic/ggkgmgCwhPCbXmYmMF2UWb/k wkSg== X-Received: by 10.68.251.133 with SMTP id zk5mr6246388pbc.69.1380276369465; Fri, 27 Sep 2013 03:06:09 -0700 (PDT) Original-Received: from [147.2.147.112] ([203.192.156.9]) by mx.google.com with ESMTPSA id ve9sm7755022pbc.19.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 27 Sep 2013 03:06:08 -0700 (PDT) In-Reply-To: <1380274534-5187-1-git-send-email-KAction@gnu.org> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::231 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:16647 Archived-At: On Fri, 2013-09-27 at 13:35 +0400, KAction@gnu.org wrote: > 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? > IIRC it's trivial for small fix > Best regards > >