[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1160: typed-lists: tests fail sometimes
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1160: typed-lists: tests fail sometimes |
Date: |
Tue, 30 Sep 2014 15:56:23 -0000 |
#1160: typed-lists: tests fail sometimes
-------------------------+--------------------------------------------------
Reporter: mario | Owner: juergen
Type: defect | Status: new
Priority: major | Milestone: someday
Component: extensions | Version: 4.9.x
Resolution: | Keywords: typed-lists
-------------------------+--------------------------------------------------
Comment(by juergen):
It's caused by a bug in the functor implementation: The csc generated
import files refer to the module parameter, e.g. M, not the module
argument, e.g. nums, as it should be. The typed-lists egg contains a patch
to be applied to the import files.
In interpreted mode there is no problem, hence the tests fail only
sometimes.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1160#comment:1>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.