mbox series

[bug#56295,0/5] Add some Chicken eggs and fix egg importer

Message ID cover.1656487185.git.h.goebel@crazy-compilers.com
Headers show
Series Add some Chicken eggs and fix egg importer | expand

Message

Hartmut Goebel June 29, 2022, 7:26 a.m. UTC
When testing the egg updater, I discovered 
that there was not a single package using the egg updater.
So this adds some (random) Chicken eggs for testing the egg updater.
And, well, there actually was a bug in the egg updater.

Note for reviewers: I already ran 'guix lint' on the packages.

Hartmut Goebel (5):
  gnu: Add chicken-crypto-tools.
  gnu: Add chicken-srfi-13.
  gnu: Add chicken-srfi-37.
  gnu: Add chicken-args.
  import: egg: Fix updater.

 gnu/packages/chicken.scm | 90 ++++++++++++++++++++++++++++++++++++++++
 guix/import/egg.scm      |  9 +---
 2 files changed, 92 insertions(+), 7 deletions(-)

Comments

Ludovic Courtès July 12, 2022, 9:32 p.m. UTC | #1
Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:

>   gnu: Add chicken-crypto-tools.
>   gnu: Add chicken-srfi-13.
>   gnu: Add chicken-srfi-37.
>   gnu: Add chicken-args.
>   import: egg: Fix updater.

Apart from ‘chicken-srfi-37’, it LGTM, thanks!

Ludo’.
Hartmut Goebel July 15, 2022, 6:42 p.m. UTC | #2
Thanks for the review. tests/egg.scm ist still passing. Removed the 
chicken-srfi-37 package and pushed as 
ec8bccd9903cbe30bd351768fe310814852b32ff.