Re: [CHICKEN 6] SRFIs for C5/C6

2025-12-21 Thread Jeremy Steward via Chicken-users

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




Re: [CHICKEN 6] SRFIs for C5/C6

2025-12-21 Thread Mario Domenech Goulart via Chicken-users
Hi Jeremy,

On Sat, 20 Dec 2025 17:23:14 -0700 Jeremy Steward via Chicken-users 
 wrote:

> I'd like to update the release-info URLs (if necessary) for CHICKEN 5;
> similarly, these eggs can all be added to C6 as well:
>
> - SRFI-128 
> - SRFI-133
>   
>
> Additionally, I think the following eggs should likewise work once
> SRFI-128 is included into the coop.
>
> - SRFI-113
>   
> - SRFI-116
>   

Many thanks.  All eggs have been added.

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.

All the best.
Mario
-- 
https://parenteses.org/mario



Re: [CHICKEN 6] SRFIs for C5/C6

2025-12-20 Thread Jeremy Steward via Chicken-users

In addition, I also believe the following should work for C6:

- SRFI 117 

- SRFI 253 



I realize that I need to copy the docs over from C5 to C6, but otherwise 
I haven't had trouble with test-new-egg on these.


On 12/20/25 17:23, Jeremy Steward wrote:

Hey all,

I'd like to update the release-info URLs (if necessary) for CHICKEN 5;
similarly, these eggs can all be added to C6 as well:

- SRFI-128 
- SRFI-133


Additionally, I think the following eggs should likewise work once
SRFI-128 is included into the coop.

- SRFI-113

- SRFI-116


Cheers,


--
Jeremy Steward




[CHICKEN 6] SRFIs for C5/C6

2025-12-20 Thread Jeremy Steward via Chicken-users

Hey all,

I'd like to update the release-info URLs (if necessary) for CHICKEN 5; 
similarly, these eggs can all be added to C6 as well:


- SRFI-128 
- SRFI-133 



Additionally, I think the following eggs should likewise work once 
SRFI-128 is included into the coop.


- SRFI-113 

- SRFI-116 



Cheers,
--
Jeremy Steward