chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] Small improvement for the inline egg


From: Moritz Heidkamp
Subject: [Chicken-hackers] [PATCH] Small improvement for the inline egg
Date: Thu, 07 Feb 2013 20:08:40 +0100

Fellow Chickeneers,

thanks to Felix mentioning it yesterday, I checked out the inline egg
today. I think it's really neat, I recommend you to check it out, too,
if you didn't, yet. I only noticed two things:

1. It dumps compilation results in ~/.cache by default. This, however,
   is a bit like dumping stuff in /usr/share so I think it would be
   better to make this ~/.cache/chicken-inline or something.

2. It does a redundant check for existence of the cache directory
   (remember the create-directory discussion a few days back) and
   doesn't create missing parent directories.

This patch changes / fixes these things. Felix, feel free to apply or
ignore it if you think it's silly :-)

Thanks
Moritz

Attachment: better-default-cache-dir-and-create-it-with-parents.diff
Description: Text document


reply via email to

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