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: Patches for module/ice-9/occam-channel.scm Date: Fri, 4 May 2012 11:18:21 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1336101513 8460 80.91.229.3 (4 May 2012 03:18:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 May 2012 03:18:33 +0000 (UTC) Cc: Daniel Krueger , guile-devel To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 04 05:18:32 2012 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 1SQ92N-00028p-CC for guile-devel@m.gmane.org; Fri, 04 May 2012 05:18:31 +0200 Original-Received: from localhost ([::1]:52107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQ92M-0003Q0-Gr for guile-devel@m.gmane.org; Thu, 03 May 2012 23:18:30 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQ92H-0003Pr-0m for guile-devel@gnu.org; Thu, 03 May 2012 23:18:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQ92F-0003xl-AI for guile-devel@gnu.org; Thu, 03 May 2012 23:18:24 -0400 Original-Received: from mail-vc0-f169.google.com ([209.85.220.169]:42960 helo=mail-vx0-f169.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQ92F-0003xf-3F for guile-devel@gnu.org; Thu, 03 May 2012 23:18:23 -0400 Original-Received: by vcbfy7 with SMTP id fy7so2248382vcb.0 for ; Thu, 03 May 2012 20:18:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=k6aoT4zhsJxF4wRACY0d0SGz32occvHvAWvfALvSCSs=; b=ww7oNwhrv9bENbHKU1kU4FcezObRVPzbFfF7NE7mExiekGfrQ5sd20Z79bwE3xxgG8 H31FQbctpW3Ca5wcrgBF3aPkerCczjRo8WhYH0rP9kWw9rOTkTMwBtAMl8/y0hppFejD /XaJhNfKcKdJ/YXj5g16A/vPyUbMFQOPOl/KJMfuaBbVIhTfyIjjEPSSRnfmTP4rw8vG /a84npN4iLTGBgAh+YZZyt4As/LkGIfOnaGfGMKtOlGQ5wXczrEwFSVRam3X2cMvv1Xd 9vKrQWRJPNZp+Nxpcg/nXC1q8v/+3H3c3ze+nMAf3tgsHwNkqRvdCcJbNIZ+IvEQK/fA 7vjQ== Original-Received: by 10.220.156.10 with SMTP id u10mr2801922vcw.20.1336101501408; Thu, 03 May 2012 20:18:21 -0700 (PDT) Original-Received: by 10.52.29.47 with HTTP; Thu, 3 May 2012 20:18:21 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.169 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:14342 Archived-At: Well, I think it's something like Actors but little different. And I think it would be nice if there's a document for it. On Fri, May 4, 2012 at 10:58 AM, Noah Lavine wrot= e: > Hello, > > Thanks a lot for submitting them! Micro-commits are exactly what we want. > > These patches raise an interesting issue. I do not use occam-channel, > and in fact I have no idea what it does since it has no documentation > and no tests. =C2=A0Normally I only reply to emails if I think I know > enough to give an intelligent response, but in this case no one else > is replying either. This might be wrong, but it's entirely possible > that no one except you on this list has any way to check that these > are correct. (Or if they do, the people who know are not replying.) > > So I propose this: if no one replies to this email in two days, I will > merge the patches. > > And I hate to ask you for more after you've already contributed, but > if you are able, could you write some documentation or tests for this > module? It could badly use both of those things. > > Thanks a lot, > Noah > > On Mon, Apr 30, 2012 at 8:42 AM, Daniel Krueger = wrote: >> Hi, >> >> I've done some work on (ice-9 occam-channel) and fixed the module >> exports, the alt macro and extended it a little bit. Here are the >> patches, but they are all just micro-commits, I hope that is okay. >> >> - Daniel >