[Chicken-hackers] [PATCH] * scheduler.scm: import chicken.condition for 'signal' used in ##sys#default-exception-handler

2018-10-21 Thread megane
Hi, Kooda found a scheduler related segfault. There was an unimported symbol in the scheduler. This didn't cause any warnings as scheduler is not in a module. I tested for additional missing symbols by wrapping it in a module, and there shouldn't be any. >From 80a167ab490e582f4aaf80aa7c74ff1c57

Re: [Chicken-hackers] [補釘] Use installation programs from build

2018-10-21 Thread Peter Bex
On Tue, Oct 16, 2018 at 01:40:26PM +0200, felix.winkelm...@bevuta.com wrote: > This patch reuses parameters for default.make for the name of the > installation program to be used for egg installation, including options. This looks alright, but I still have a question: why not use the install comma

Re: [Chicken-hackers] [PATCH] * scheduler.scm: import chicken.condition for 'signal' used in ##sys#default-exception-handler

2018-10-21 Thread Peter Bex
On Sun, Oct 21, 2018 at 11:52:29AM +0300, megane wrote: > Hi, > > Kooda found a scheduler related segfault. There was an unimported symbol > in the scheduler. > > This didn't cause any warnings as scheduler is not in a module. > > I tested for additional missing symbols by wrapping it in a modul

Re: [Chicken-hackers] [補釘] Use installation programs from build

2018-10-21 Thread felix . winkelmann
> This looks alright, but I still have a question: why not use the install > command on Windows too? That should allow us to get rid of the platform > case and simplify install-executable-command and install-file-command so > it doesn't even need to accept the platform. > >[...] > > Maybe I'm ov