chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] [5] Rename `read-all' to `read-list'


From: felix . winkelmann
Subject: [Chicken-hackers] [PATCH] [5] Rename `read-all' to `read-list'
Date: Fri, 27 Oct 2017 10:25:56 +0200

This avoids porting confusion when using C5: C4 `read-all' had the same
signature but different semantics than C5 `read-all', therefore let's use
a different and previously unused name.

Note that this procedure doesn't seem to be currently documented,
so when we add a C5 manual page to the wiki for (chicken io), this has
to be added.

To avoid bootstrapping issues I have added a simpler variant of `read-all'
to (chicken compiler support) named `read-expressions'.

Fixes #1398.


felix

Attachment: 0001-Renamed-read-all-to-read-list.patch
Description: Text Data


reply via email to

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