Re: [CHICKEN 6] SRFIs for C5/C6
Jeremy Steward via Chicken-users <[email protected]> Sun, 21 Dec 2025 13:21:28 -0700
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Organization | ThatGeoGuy |
| Message-ID | <[email protected]> |
On 12/21/25 02:03, Mario Domenech Goulart wrote: > > Many thanks. All eggs have been added. Nice, thank you very much! :) > > One small nitpick: srfi-128 declares a dependency on srfi-4, which is a > core CHICKEN module, thus it doesn't need to be specified as a > dependency. chicken-install will ignore it, but salmonella will issue a > warning in reports. > Ack, this is leftover from CHICKEN 4 support. I did not realize this was the cause of why salmonella was complaining. Thanks for the tip, I've pushed a 1.0.1 to remove that dependency from the egg file. Hopefully salmonella on C6 won't complain about the r7rs dependency anytime soon either, since that is needed for C5 support. Cheers, -- Jeremy Steward