[PATCH] Add `emit-types-file` declaration

2021-04-09 Thread Evan Hanson
--- NEWS| 3 +++ batch-driver.scm| 12 +++- core.scm| 12 ++-- manual/Declarations | 10 ++ 4 files changed, 30 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 18c225c5..448fc1ac 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,9 @@

[PATCH 0/1] Add `emit-types-file` declaration

2021-04-09 Thread Evan Hanson
Hi there, This small patch closes #1644. Thanks to Marco Maggi for suggesting this feature in a chicken-users thread from a while back. Cheers, Evan

[PATCH] Report more information for unresolved identifiers in modules

2021-04-09 Thread megane
Hi, here is some improvements for unknown identifier messages. >From 235e7641362657711702f4905a9dc28aa740ff1e Mon Sep 17 00:00:00 2001 From: megane Date: Fri, 9 Apr 2021 17:04:52 +0300 Subject: [PATCH] Report more information for unresolved identifiers in modules The new format gives more

Re: [PATCH] handle eof in read-chunks

2021-04-09 Thread Peter Bex
On Thu, Apr 01, 2021 at 09:46:45PM +0200, Mario Domenech Goulart wrote: > Hi, > > Attached are patches which hopefully fix #1744 [0]. I haven't been able > to reproduce the issue on my system, but I believe the current code is > subject to the problem whose results we see in salmonella logs. I

The CHICKEN Coding Jam 2021 has been opened

2021-04-09 Thread felix . winkelmann
Hi, folks! The CHICKEN Coding Jam 2021 has officially started. Please join #ChickenCodingJam on irc.freenode.net to participate. Everybody is welcome! Visit http://wiki.call-cc.org/event/coding-jam-2021 for the schedule and up-to-date information about the event. felix