chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1347: functor test fails when compiled on chicken-5


From: Chicken Trac
Subject: [Chicken-janitors] #1347: functor test fails when compiled on chicken-5
Date: Mon, 27 Feb 2017 00:56:51 -0000

#1347: functor test fails when compiled on chicken-5
----------------------+----------------------------
 Reporter:  kooda     |                 Owner:
     Type:  defect    |                Status:  new
 Priority:  major     |             Milestone:  5.0
Component:  compiler  |               Version:
 Keywords:            |  Estimated difficulty:
----------------------+----------------------------
 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
 }}}

--
Ticket URL: <https://bugs.call-cc.org/ticket/1347>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]