|
From: | masukomi |
Subject: | Re: [Chicken-users] requesting addition/inclusion of new egg in egg-locations |
Date: | Wed, 2 Dec 2015 08:12:26 -0500 |
Please see some notes that may be relevant to improve your egg:
- the source repository should not contain binary files (.so). .import
files are automatically generated by csc, so they are not necessary
either. You can safely remove them from the repository. This is the
only critical point, as we don't want to distribute binary files.
- s/Paramaters/Parameters/
- The code style is a bit unusual for Lisp/Scheme programmers, but still
a matter of personal taste. In case you are interested in idiomatic
style, I recommend http://mumble.net/~campbell/scheme/style.txt
Speaking of eggs and Salmonella there is one thing that I noticed from Salmonella that I haven’t been able to figure out, that I’ll fix in the next version if someone can tell me how:
==== Tests
Ok: 1
Failed: 0
No tests: 0
I can’t find any docs that tell me how to make the Ok: 1
actually show the real number of tests that were run, and I can’t find any docs that tell me the correct / standard way to deal with multi-file tests (multiple load calls in run.scm is what i did).
[Prev in Thread] | Current Thread | [Next in Thread] |