Summary
functor test fails when compiled on chicken-5
Metadata
- Id: 2e8b8ac98cdb4f616ed6012be4b96125ca4d603b
- Trac id: 1347
- Type: defect
- Reporter: kooda
- Owner:
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 5.0
- Version:
- Changetime: 2017-03-21 14:21:31 UTC
- Created: 2017-02-27 01:56:51 UTC
- Keywords:
Description
When building chicken-5 and trying to run tests before installing it, the functor test fails with this error while running the a.out resulting from the compilation of use-square-functor.scm:
Error: (import) during expansion of (import ...) - cannot import from undefined module: chicken
Call history:
use-square-functor.scm:3: ##sys#load-extension
<syntax> (functor (square-functor (M (*))) * (import scheme M) (define (square x) (* x x)))
<syntax> (##core#module square-functor #t (import scheme chicken) (begin-for-syntax (##sys#register-functor (...
<syntax> (import scheme chicken) <--
make: *** [rules.make:950: check] Error 70
Changes and comments
[2017-03-21 14:21:31 UTC] sjamaan changed status from new to closed
[2017-03-21 14:21:31 UTC] sjamaan set resolution to fixed
[2017-03-21 14:21:31 UTC] sjamaan wrote:
Fixed by 934eecc82bc6d6b83