chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Fix #1079 by ripping out pathname expansio


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] Fix #1079 by ripping out pathname expansion and putting it into an egg [Was: Re: [PATCH] add pathname-expand]
Date: Mon, 7 Jul 2014 18:58:35 +0200
User-agent: Mutt/1.4.2.3i

On Mon, Jul 07, 2014 at 11:43:20AM -0500, Jim Ursetto wrote:
> Thanks Peter!
> Does this egg work with older Chicken versions? I.e. can I safely replace 
> ##sys#expand-home-path in sql-de-lite with pathname-expand across the board?
> Jim

That should work just fine.

Because the algorithm is slightly different, results may vary a bit,
but for 99% of the cases, they will be identical.  Of course, if you're
relying on $FOO environment variable substitution, you'd have to roll
your own replacement, because the egg (currently) does not do that at
all.  If enough people demand this, it could be added to the egg as an
optional feature.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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