[Chicken-hackers] [PATCH] Drop extension-information

2017-04-30 Thread Evan Hanson
--- chicken-install.scm | 8 +++- chicken.import.scm | 1 - library.scm | 16 +--- manual/Unit eval| 8 types.db| 1 - 5 files changed, 4 insertions(+), 30 deletions(-) diff --git a/chicken-install.scm b/chicken-install.scm index

[Chicken-hackers] [PATCH 0/1] Drop extension-information

2017-04-30 Thread Evan Hanson
Hi folks, Here's a patch that drops the "extension-information" procedure. As Felix points out on the chicken-5-new-egg-install-notes page ("drop it completely? we can't locate extensions, just eggs"), this procedure doesn't really make sense anymore, and it would need to be modified to do what

[Chicken-hackers] [PATCH] Moving some things from library.scm and eval.scm to internal.scm

2017-04-30 Thread Peter Bex
Hi all, I am struggling with the chicken.eval module. I've considered renaming it to chicken.load, but then we still need to do something with "eval" and the whole support machinery that it requires. In any case, while pondering what to do with it, I noticed that the lo-level hash table support

Re: [Chicken-hackers] [PATCH 0/1] Drop an unused argument in 'walk'

2017-04-30 Thread Peter Bex
On Sun, Apr 30, 2017 at 09:50:37AM +1200, Evan Hanson wrote: > LGTM. Here's a sign-off. Thanks, guys! I've pushed this. Cheers, Peter signature.asc Description: Digital signature ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org