Re: [Chicken-hackers] [PATCH] Make base allocation size zero for C_a_i_listN rewrites

2015-09-13 Thread Peter Bex
On Sun, Sep 13, 2015 at 02:39:16PM +1200, Evan Hanson wrote: > Previously, C_a_i_listN rewrites specified one word as the base size of > the resulting `##core#inline_allocate` form. However, because the > terminating C_SCHEME_END_OF_LIST isn't allocated, that base word needn't > be included in the

[Chicken-hackers] [PATCH][5] Fix hanging srfi-18 egg tests due to scheduler bug

2015-09-13 Thread Peter Bex
Hi all, Now that our Salmonellas are working again, they have started to hang: on all the Salmonella boxes, the last available results for the chicken-5 branch are those of yesterday. chicken-5 eggs can once again be correctly installed and tested, and srfi-18 contains code that causes the test

Re: [Chicken-hackers] [PATCH][5] Fix hanging srfi-18 egg tests due to scheduler bug

2015-09-13 Thread Mario Domenech Goulart
Hi, On Sun, 13 Sep 2015 18:27:51 +0200 Peter Bex wrote: > Now that our Salmonellas are working again, they have started to hang: > on all the Salmonella boxes, the last available results for the chicken-5 > branch are those of yesterday. chicken-5 eggs can once again be