chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #151: henrietta does not obey (files...) from meta


From: Chicken Trac
Subject: [Chicken-janitors] #151: henrietta does not obey (files...) from meta
Date: Sat, 26 Dec 2009 19:49:57 -0000

#151: henrietta does not obey (files...) from meta
------------------------+---------------------------------------------------
 Reporter:  ddp         |       Owner:       
     Type:  defect      |      Status:  new  
 Priority:  minor       |   Milestone:  4.4.0
Component:  extensions  |     Version:  4.3.0
 Keywords:              |  
------------------------+---------------------------------------------------
 Along with the yelp egg source, I checked in three PDFs, just for
 reference. They are not listed in the egg's meta and yet henrietta is
 handing them down on egg install:

 ((egg "yelp.egg")
  (synopsis "An interface to the Yelp developer API")
  (category web)
  (author "[[derrell piper]]")
  (license "BSD")
  (doc-from-wiki)
  (needs json)
  (test-depends test)
  (files
   "yelp.scm"
   "yelp.setup"
   "tests"))
   .
   .
   .
 reading files ...
   ./api-phone.pdf
   ./yelp.scm
   ./api-review-search.pdf
   ./api-neighborhood.pdf
   ./yelp.meta
   ./yelp.setup

 I was expecting that henrietta would only download what's listed in the
 (files...) clause.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/151>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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