chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] [5] Allow preexisting .types files


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] [5] Allow preexisting .types files
Date: Sat, 28 Oct 2017 19:18:08 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Fri, Oct 27, 2017 at 11:04:51AM +0200, address@hidden wrote:
> Allows the `types-file` egg property to be `(predefined [NAME])`, if an
> egg ships a handwritten types file (like srfi-1, for example).

Cool, pushed.  I've updated the chicken-5 eggs with predefined type files to
install them.  I also noticed some issues with the types files:

- In 70cd03c65413fd8c7d94a0b649c572d7cb02bb39 you accidentally dropped the
    contents of the predefined srfi-1 and srfi-69 types file (probably
    because they got clobbered when we still had (types-file) in the egg
    file).  I've restored these files to their former glory.
- The srfi-18, srfi-13, queues, object-evict and memory-mapped-files
    eggs had types files which had no module prefix in identifier names,
    so it probably would have no effect to have them installed anyway.

Cheers,
Peter

Attachment: signature.asc
Description: PGP signature


reply via email to

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