This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

use of srfi-26 in an r7rs library


I think there may still be some trouble with... importing macros? into an r7rs library. This code works fine until I split it out into a library.


$ ./test-kawa-okay.scm
#t

$ ./test-kawa-fails.scm
.../srfi-tests/26/tests.sld:7:16: warning - no declaration seen for cut
.../srfi-tests/26/tests.sld:7:28: warning - no declaration seen for <>
.../srfi-tests/26/tests.sld:7:28: unbound location: <>
    at gnu.mapping.SharedLocation.get(SharedLocation.java:22)
    at gnu.mapping.DynamicLocation.get(DynamicLocation.java:28)
    at srfi$Mntests.$N26.tests.runTests(tests.sld:7)
    at srfi$Mntests.$N26.tests.apply0(tests.sld:6)
    at gnu.expr.ModuleMethod.apply0(ModuleMethod.java:186)
    at test$Mnkawa$Mnfails.run(test-kawa-fails.scm:11)
    at gnu.expr.ModuleExp.evalModule2(ModuleExp.java:317)
    at gnu.expr.CompiledModule.evalModule(CompiledModule.java:42)
    at gnu.expr.CompiledModule.evalModule(CompiledModule.java:61)
    at kawa.Shell.runFile(Shell.java:538)
    at kawa.Shell.runFileOrClass(Shell.java:447)
    at kawa.repl.main(repl.java:881)


Please see attached.

    -seth

Attachment: kawa-r7rs-srfi-26.tar.gz
Description: application/gzip


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]