It took me a while to figure out where the bug was in my code... proof of concept source codes are attached. Basically, snow packages fail to parse depending on the order of the variation PACKAGE* subdeclarations, such as licence: require: provide:, etc. The problem here is the require: one. *** SNOW ERROR -- package form syntax error (filename= "./snowbad.scm") *** ERROR IN (string)@1.32 -- Ill-formed procedure call Real bug? P! -- "I am not a Church numeral; I am a free variable!" (The Scheme Underground) For every complex problem, there is a solution that is simple, neat, and wrong.
Afficher les réponses par date
On Tue, Aug 12, 2008 at 11:24:06AM -0400, Adrien Pierard wrote :
Real bug?
Nope. My bad. That's the expected behaviour according to the grammar... P! -- "I am not a Church numeral; I am a free variable!" (The Scheme Underground) For every complex problem, there is a solution that is simple, neat, and wrong.
participants (1)
-
Adrien Pierard