chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] chicken-install with bad infolist


From: Sam Varner
Subject: [Chicken-users] chicken-install with bad infolist
Date: Mon, 10 Aug 2009 21:55:36 -0400

srfi-42.setup calls 

        (install-extension 
         'srfi-42
         `(,(dynld-name "srfi-42") ,(dynld-name  "srfi-42.import") )
         '((syntax) 
           (version 1.6))
           (documentation "srfi-42.html")
           ))

"documentation" is not one of the properties listed in the docs.  It
appears that its presence prevents srfi-42.setup-info from being
generated.  I've contacted the maintainer of srfi-42 about this.  But I
think it would be better if chicken-install gave a warning and then
ignored unknown properties.





reply via email to

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