public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Seth Alves <alves@hungry.com>
To: kawa@sourceware.org
Subject: srfi-14 with -r7rs flag
Date: Sun, 28 Dec 2014 22:30:00 -0000	[thread overview]
Message-ID: <54A0847F.9050609@hungry.com> (raw)

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

If kawa is started with the -r7rs flag, srfi-14's standard character 
sets aren't available.  They seem okay without the -r7rs flag.

     -seth

$ ./kawa-r7rs-srfi-14.scm
./kawa-r7rs-srfi-14.scm:8:1: warning - no declaration seen for 
char-set:digit
./kawa-r7rs-srfi-14.scm:8:1: unbound location: char-set:digit
     at gnu.mapping.SharedLocation.get(SharedLocation.java:22)
     at gnu.mapping.DynamicLocation.get(DynamicLocation.java:28)
     at kawa$Mnr7rs$Mnsrfi$Mn14.run(kawa-r7rs-srfi-14.scm:8)
     ...



[-- Attachment #2: kawa-r7rs-srfi-14.scm --]
[-- Type: text/x-scheme, Size: 128 bytes --]

#! /bin/sh
#| -*- scheme -*-
exec /usr/local/bin/kawa -r7rs $0 "$@"
|#

(import (scheme base)
        (srfi 14))
char-set:digit

             reply	other threads:[~2014-12-28 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-28 22:30 Seth Alves [this message]
2014-12-28 22:32 ` Seth Alves
2014-12-28 22:42   ` Per Bothner

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=54A0847F.9050609@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).