chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] New Eggs: SRFI-113 and SRFI-128


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] New Eggs: SRFI-113 and SRFI-128
Date: Tue, 03 May 2016 07:06:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hello Jeremy,

On Mon, 2 May 2016 22:37:12 -0600 Jeremy Steward <address@hidden> wrote:

> Over the weekend I've taken John Cowan's work on SRFI-113 (Sets and
> Bags) and SRFI-128 (Comparators (reduced)) and packaged them up nicely
> into eggs. The URLs are below, I think it'd be great if we could add
> them to the coop. Salmonella reports all tests passing and
> installation working correctly, with one caveat: Since SRFI-113
> depends on SRFI-128, I cannot yet run Salmonella independently on
> SRFI-113, however I expect there to be no errors.
>
> https://github.com/scheme-requests-for-implementation/srfi-113
> https://github.com/scheme-requests-for-implementation/srfi-128
>
> I plan to package SRFI-133 (Vector Library (R7RS-compatible)),
> SRFI-121 (Generators), and SRFI-127 (Lazy Sequences) as time permits
> over the next couple of weeks. Any feedback into which (if any) new
> SRFI's that haven't been packaged for CHICKEN are desired would be
> great, so I can focus on those additionally, provided the work isn't
> too severe.

Thanks a lot.

Some comments on the packaging:

* (version ...) in .meta files is not used by chicken-install.  Only the
  form in .setup is used.  I'd suggest removing (version ...) from
  .meta, otherwise people may start copy&paste'ing it, and we'll end up
  having one more file to update in case of version update (or one more
  place with inconsistent information, in case it is not properly
  update).

* instead of (author "foo, egg by bar"), you can use (author "foo")
  (maintainer "bar")

* Why do we have a tarball into the git repository?

All the best.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]