chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] salmonella + test egg failure


From: lundi
Subject: Re: [Chicken-users] salmonella + test egg failure
Date: Mon, 28 Jan 2019 23:46:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Thanks Mario, that does indeed fix the issue.

Now I see that it's even mentioned in
https://wiki.call-cc.org/eggs%20tutorial.
My apologies for failing to rtfm.

Best wishes,
-Heinz

On 1/28/19 11:19 PM, Mario Domenech Goulart wrote:
Hi,

On Mon, 28 Jan 2019 23:02:23 +0100 lundi wrote:

Trying to lint my work-in-progress egg with salmonella. Got a
tests/run.scm set up with some tests, using Alex Shinn's test egg. I
can run my test code in csi, but not with salmonella. From
salmonella.log:

Error: (import) during expansion of (import ...) - cannot import from
undefined module: test

I have (use my-module test) at the start of my run.scm. Using Chicken
4 on Gentoo. How do I fix this?

Salmonella builds eggs it tests on an initially empty local egg
repository to be able to detect missing dependencies in egg metadata
specification.

So, I'd guess you probably need

   (test-depends test)

in your .meta file.

All the best.
Mario




reply via email to

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