Opened 7 years ago

Closed 7 years ago

#1347 closed defect (fixed)

functor test fails when compiled on chicken-5

Reported by: Kooda Owned by:
Priority: major Milestone: 5.0
Component: compiler Version:
Keywords: Cc:
Estimated difficulty:

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

Change History (1)

comment:1 Changed 7 years ago by sjamaan

Resolution: fixed
Status: newclosed

Fixed by 934eecc82bc6d6b83

Note: See TracTickets for help on using tickets.