[Chicken-hackers] [PATCH] Remove the `any?` procedure

2017-09-09 Thread Evan Hanson
Hi folks, Here's a very simple one, removing `any?` (since `constantly` can provide the same thing easily enough). Cheers, Evan >From 656304ec154886a967c57acd64e586a670f7568c Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Sun, 10 Sep 2017 13:02:11 +1200 Subject: [PATCH] Remove the `any?` pro

Re: [Chicken-hackers] [PATCH] Use name from egg file when installing types and inline files

2017-09-09 Thread Evan Hanson
On 2017-09-09 11:17, Kooda wrote: Well, actually, I’m not sure what makes more sense. I think it’s strange that types and inline files are relative paths in the install script while every other file is an absolute path. The other thing I find strange, is that the doc says that the (types-file) a

Re: [Chicken-hackers] [PATCH] Use name from egg file when installing types and inline files

2017-09-09 Thread Kooda
On Sat, 9 Sep 2017 16:14:44 +1200 Evan Hanson wrote: > Please ignore this patch, Kooda has pointed out that the current > behaviour makes more sense. > Well, actually, I’m not sure what makes more sense. I think it’s strange that types and inline files are relative paths in the install script wh