public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Seth Alves <alves@hungry.com>
To: kawa@sourceware.org
Subject: use of srfi-26 in an r7rs library
Date: Mon, 24 Nov 2014 22:34:00 -0000	[thread overview]
Message-ID: <5473B26A.3080208@hungry.com> (raw)

[-- 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 --]

                 reply	other threads:[~2014-11-24 22:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5473B26A.3080208@hungry.com \
    --to=alves@hungry.com \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).