Re: [Chicken-hackers] [PATCH] Introduce XDG directories

2018-11-24 Thread Peter Bex
On Thu, Aug 09, 2018 at 11:52:49AM +0200, ko...@upyum.com wrote:
> This patch is about using the XDG spec for configuration and cache
> directories (XDG_CONFIG_HOME and XDG_CACHE_HOME
> environment variables).

Hi all,

I just pushed this patch.  Thanks to everyone involved, and also thanks
for waiting it out for 5.0 to be released.  I noticed the patch did not
update the Manual, so I've taken the liberty of updating that.

Cheers,
Peter


signature.asc
Description: PGP signature
___
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers


Re: [Chicken-hackers] [PATCH] Introduce XDG directories

2018-08-09 Thread Peter Bex
On Thu, Aug 09, 2018 at 11:52:49AM +0200, ko...@upyum.com wrote:
> Hi!
> 
> We discussed this at CHICKEN Longboat, and even made a ticket:
> https://bugs.call-cc.org/ticket/1455

For those who missed it, we discussed on IRC that this will be
postponed until 5.1.

Cheers,
Peter


signature.asc
Description: PGP signature
___
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers


Re: [Chicken-hackers] [PATCH] Introduce XDG directories

2018-08-09 Thread Vasilij Schneidermann
Hello Kooda,

> This patch is about using the XDG spec for configuration and cache
> directories (XDG_CONFIG_HOME and XDG_CACHE_HOME
> environment variables).

thanks for working on this ticket! Patch looks good, I believe the only
improvements possible are about handling errors (such as XDG_CONFIG_HOME
set to a relative path which is why the code snippet I've attached to
the ticket tests that the path starts with a slash) and being more
user-friendly (the basedir spec suggest creating non-existent
directories when writing a file).

Vasilij

___
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers