[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Add chicken.sort module
From: |
Kooda |
Subject: |
Re: [Chicken-hackers] [PATCH] Add chicken.sort module |
Date: |
Sun, 20 Aug 2017 06:05:24 +0200 |
On Sun, 13 Aug 2017 15:02:27 +0200 Peter Bex <address@hidden>
wrote:
> Hi all,
>
> Attached is a patch that splits the sorting procedures from
> data-structures into chicken.sort.
Applied.
> I noticed that we currently don't export "merge!" from
> data-structures. Should we do that for master? It is documented as
> existing, so I suppose this is strictly speaking a bug.
data-structures is not a module in CHICKEN 4, so it’s available. At
least it is in all of my installations! :o