Summary
functor generated modules don't compile
Metadata
- Id: 5c7089d0725af06587ca3a60790a299e1e2f09f2
- Trac id: 1149
- Type: defect
- Reporter: juergen
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.9.x
- Changetime: 2014-10-19 15:40:42 UTC
- Created: 2014-08-15 18:51:13 UTC
- Keywords: functor
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.
Changes and comments
[2014-10-19 15:40:42 UTC] sjamaan changed status from new to closed
[2014-10-19 15:40:42 UTC] sjamaan set resolution to fixed
[2014-10-19 15:40:42 UTC] sjamaan wrote:
Fixed in 4e3d990030e490bb8fb489e731b2f9c5e23eaded and 9808ec07e10b7a48f685ac09d27bf22ae5abbcd3. Thakns for reporting this, Juergen!