[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New egg: SRFI-87: => in case clauses
From: |
Mario Domenech Goulart |
Subject: |
Re: New egg: SRFI-87: => in case clauses |
Date: |
Tue, 01 Dec 2020 19:41:27 +0100 |
Hi Evan,
On Sun, 29 Nov 2020 21:28:09 +1300 Evan Hanson <evhan@foldling.org> wrote:
> On 2020-11-22 11:35, John Cowan wrote:
>> Since the content of SRFI-87 is built in to the current Chicken, #:srfi-87
>> should be added to the output of `features` in (chicken-platform).
>
> Hi there, sorry for the necromancy but I figured I'd post a patch for
> this before we forget.
>
> The attached change just adds a feature identifier for `srfi-87`, like
> John says. I think this is all that's needed, please have a look.
I'm afraid your change only allows the use of things like
`(require-library srfi-87)', but it doesn't actually register a srfi-87
feature.
I suppose it also has to be added to ##sys#features. Maybe
library.scm@6543?
All the best.
Mario
--
http://parenteses.org/mario
- Re: New egg: SRFI-87: => in case clauses,
Mario Domenech Goulart <=