public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* use of srfi-26 in an r7rs library
@ 2014-11-24 22:34 Seth Alves
  0 siblings, 0 replies; only message in thread
From: Seth Alves @ 2014-11-24 22:34 UTC (permalink / raw)
  To: kawa

[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]

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 #2: kawa-r7rs-srfi-26.tar.gz --]
[-- Type: application/gzip, Size: 504 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-24 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-24 22:34 use of srfi-26 in an r7rs library Seth Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).