Summary

functor test fails when compiled on chicken-5

Metadata

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