Re: [Chicken-hackers] Using new chicken-install -reinstall

2011-05-13 Thread Felix
 The infolist item is changed to remove redundancy and is now just
 egg-name. Below is an updated program.

I have added this script to the core git repo 
(scripts/reconstruct-egg-name.scm),
slightly modified. Thanks, again.


cheers,
felix

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


Re: [Chicken-hackers] Using new chicken-install -reinstall

2011-05-12 Thread Felix
From: Kon Lovett konlov...@gmail.com
Subject: [Chicken-hackers] Using new chicken-install -reinstall
Date: Wed, 11 May 2011 19:41:31 -0700

 The new chicken-install -reinstall option in the experimental branch
 requires an addition to the extension infolist (.setup-info file
 contents), the egg-name-and-version. Below is a program which will,
 given an existing Chicken install  a local copy of the SVN egg repo,
 add the missing datum. Any eggs installed with the new, experimental,
 chicken-install will have the new info.

Boy, that was quick!

I changed the redundancy in the handling of the version number by
replacing egg-name-and-version with just egg-name. Please consider
modifying your very helpful script accordingly.


cheers,
felix

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