[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] Re: #427: salmonella does not report errors in .meta
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] Re: #427: salmonella does not report errors in .meta files. |
Date: |
Thu, 04 Nov 2010 09:31:57 -0000 |
#427: salmonella does not report errors in .meta files.
-----------------------------+----------------------------------------------
Reporter: alanpost | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 4.7.0
Component: infrastructure | Version: 4.6.x
Resolution: | Keywords: salmonella
-----------------------------+----------------------------------------------
Comment(by mario):
Salmonella uses {{{setup-download}}}'s {{{gather-egg-information}}} to
find out information about eggs. I suppose {{{gather-egg-information}}}
just ignores eggs which have syntax errors in their .meta files, since
they can't be {{{read}}}.
So, since {{{gather-egg-information}}} doesn't tell salmonella about the
existence of eggs, salmonella doesn't have a way to know whether they
exist or not.
--
Ticket URL: <http://bugs.call-cc.org/ticket/427#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.