Opened 10 years ago
Closed 10 years ago
#1149 closed defect (fixed)
functor generated modules don't compile
Reported by: | juergen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | unknown | Version: | 4.9.x |
Keywords: | functor | Cc: | |
Estimated difficulty: |
Description
A module defined with
(module mod = (funct arg))
where
(module arg (exports) body)
and
(functor (funct (param (fexports))) fbody) won't compile with
csc -s mod -J
since mod.import.scm contains a line referring to param instead of arg.
Note: See
TracTickets for help on using
tickets.
Fixed in 4e3d990030e490bb8fb489e731b2f9c5e23eaded and 9808ec07e10b7a48f685ac09d27bf22ae5abbcd3. Thakns for reporting this, Juergen!