Re: [Chicken-hackers] [C5][PATCH] manual/Extensions: document `modules' property

2017-06-02 Thread Peter Bex
On Fri, Jun 02, 2017 at 07:56:12PM +0200, Mario Domenech Goulart wrote: > Hello, > > Attached is proposal of documentation for the `modules' property. Feel free to put this on the wiki under man/5. Cheers, Peter signature.asc Description: Digital signature

[Chicken-hackers] [C5][PATCH] manual/Extensions: document `modules' property

2017-06-02 Thread Mario Domenech Goulart
Hello, Attached is proposal of documentation for the `modules' property. All the best. Mario -- http://parenteses.org/mario >From 69ce0b8d65246d5fa2c3e97f93c9d423111ba380 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Fri, 2 Jun 2017 19:52:30 +0200 Subject:

Re: [Chicken-hackers] [PATCH] add "modules" extension property

2017-06-02 Thread Mario Domenech Goulart
On Thu, 01 Jun 2017 11:35:03 +0200 felix.winkelm...@bevuta.com wrote: > The attached patch provides a "modules" property to override the names of > compiled and installed import libraries. Thanks, Felix. I've tested your patch with a simple test egg and pushed it. All the best. Mario --