Re: Fwd: [Chicken-announce] [ANN] CHICKEN 6.0.0pre1(prerelease)developmentsnapshotavailable
"felix.winkelmann--- via Chicken-users" <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
> Hi all! I have a note about one caveat of .sld portable R7RS library > support in C6 note. > In particular with *<include>* clause > Next, example test library *mod* and CHICKEN module *cmod*, all files in > the same catalog Hi! The code for handling "include" in a library definition was just totally broken, I pushed a fix - thanks for reporting this! This also revealed a problem with how we expand library definitions that would make your example code fail, even with the repaired "include". I think I have addressed this, but I'm not sure yet, we definitely need more tests for the various library clauses. The current git version (0b6edc32152f49694ec724f955e39523a2c5b966) should work better, now. cheers, felix