[Chicken-hackers] [PATCH] * types.db (min , max): Refine return type for float, fixnum

2019-06-20 Thread megane
Hi, Here's a small one. >From 3fdf88e06876a0c2afd3c69f8073ee32f5429064 Mon Sep 17 00:00:00 2001 From: megane Date: Thu, 20 Jun 2019 11:22:02 +0300 Subject: [PATCH] * types.db (min , max): Refine return type for float, fixnum arguments --- types.db | 8 1 file changed, 4

[Chicken-hackers] [PATCH] Report undefined identifiers in order of appearance

2019-06-20 Thread megane
Hi, Here's a small qol improvement. >From b626cdb4038222690e0ca182cfc1fba2665d473b Mon Sep 17 00:00:00 2001 From: megane Date: Thu, 20 Jun 2019 10:45:59 +0300 Subject: [PATCH] Report undefined identifiers in order of appearance Currently identifiers in (foo bar baz) are reported in reverse

[Chicken-hackers] [PATCH] Fix memory-statistics

2019-06-20 Thread megane
Hi, I think the docs are saying the returned values should be semi-space-size, used-semi-space and nursery size. The patch makes it so. >From 9034923bf13216db9c9b2362bd0ca6ff1d4b92d3 Mon Sep 17 00:00:00 2001 From: megane Date: Thu, 20 Jun 2019 10:14:50 +0300 Subject: [PATCH] Fix