From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Arthur A. Gleckler" Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] add SRFI: srfi-121; generators Date: Thu, 8 Apr 2021 08:53:49 -0700 Message-ID: References: <87r1mcfozv.fsf@netris.org> <87lfckf9ac.fsf@netris.org> <4f5c2aac-78fb-496c-9d9c-89500ebd1487@www.fastmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000009ab15005bf780e71" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9679"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Shiro Kawai , John Cowan , guile-devel@gnu.org, Mark H Weaver , =?UTF-8?Q?Marc_Nieper=2DWi=C3=9Fkirchen?= , srfi To: =?UTF-8?Q?Linus_Bj=C3=B6rnstam?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Apr 08 17:54:42 2021 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lUWzO-0002Jp-MC for guile-devel@m.gmane-mx.org; Thu, 08 Apr 2021 17:54:38 +0200 Original-Received: from localhost ([::1]:58688 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUWzN-0007wa-Nt for guile-devel@m.gmane-mx.org; Thu, 08 Apr 2021 11:54:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUWz2-0007wD-QG for guile-devel@gnu.org; Thu, 08 Apr 2021 11:54:16 -0400 Original-Received: from mail-wr1-f47.google.com ([209.85.221.47]:44027) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lUWyu-0003MB-Hp for guile-devel@gnu.org; Thu, 08 Apr 2021 11:54:16 -0400 Original-Received: by mail-wr1-f47.google.com with SMTP id x7so2659132wrw.10 for ; Thu, 08 Apr 2021 08:54:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dSLWtxayrN7//aJ3vfOi75GEz+lftW9bcBsa6dpeeT0=; b=rv1S9nubzJgIfCZ/gxh5Rq19znAPMjprabaw5sXpusICdgIsfjFECKLKb1vLEW0rNg CGBlLbbfeg5019ioEur1jAHk/BLzmUFMcrd9OaAQuHmUF9MLlT6Sf+wAUQfVxBqCoVNK Y7yQr5l1+GVIuivAooxU0GCu4JXzYXW1Boq8g+Y2ecbriV5gFeerwnPD1Cx2qXA6nkOG 7mz2tpV3Mg4anSUoz4Civ1BJiqOnHdF1ybiIap7HJg0lJQELq29gbU+DAGaRPfD1h1WN v7tsyYxZiL9ZhuOHjqexX6RzSoa/4wS1Tzi89afaYuiaXERX98MukNYEUsTIIbRs95SE E8hg== X-Gm-Message-State: AOAM531yuPIrDJq/uaBYos6iu8JSJFLOVgpkr87sX7OLa/9Dnc5TbxzB SSFl/YikcgwtNq5nfbgXkQ2DETTUjHNVUfFq+y14Fw== X-Google-Smtp-Source: ABdhPJybqnj1Jfi2lxydiqzrFsTyxnzqfB730NuHNBFbOpnH5iOKYyfRD/zlVSAjfoOLieUezOwCYMIQm1wiiEMrwKw= X-Received: by 2002:a05:6000:1803:: with SMTP id m3mr12431073wrh.258.1617897245547; Thu, 08 Apr 2021 08:54:05 -0700 (PDT) In-Reply-To: <4f5c2aac-78fb-496c-9d9c-89500ebd1487@www.fastmail.com> Received-SPF: pass client-ip=209.85.221.47; envelope-from=aag@speechcode.com; helo=mail-wr1-f47.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20729 Archived-At: --0000000000009ab15005bf780e71 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Jan 26, 2021 at 3:54 AM Linus Bj=C3=B6rnstam < linus.bjornstam@veryfast.biz> wrote: > The code's internet presence is apparently gone (bitbucket mercurial. I > don't know how I missed that ). I won't have access to that code for abou= t > 2 weeks, but I will upload it and try to get it up to par with the update= d > SRFI-158. > Hi, Linus. Have you had a chance to do this? Thanks. --0000000000009ab15005bf780e71 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Tue, Jan 26, 2021 at 3:54 AM Linus Bj= =C3=B6rnstam <linus.bjor= nstam@veryfast.biz> wrote:
The code's internet presen= ce is apparently gone (bitbucket mercurial. I don't know how I missed t= hat ). I won't have access to that code for about 2 weeks, but I will u= pload it and try to get it up to par with the updated SRFI-158.=C2=A0

Hi, Linus.=C2=A0 Have you had a chance to do= this?

Thanks.=C2=A0
--0000000000009ab15005bf780e71--