bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #44230] slot-ref not working in r7rs mode


From: Helmut Eller
Subject: [Bug-kawa] [bug #44230] slot-ref not working in r7rs mode
Date: Thu, 12 Feb 2015 08:20:08 +0000
User-agent: Opera/9.80 (X11; Linux i686) Presto/2.12.388 Version/12.16

URL:
  <http://savannah.gnu.org/bugs/?44230>

                 Summary: slot-ref not working in r7rs mode
                 Project: Kawa
            Submitted by: ellerh
            Submitted on: Thu 12 Feb 2015 08:20:06 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Compiling this file:

(define (bar x) (slot-ref x 's))


produces this error:

shell> kawa --version --r7rs -C y.scm 
Kawa 2.0.1 (revision 7749:8288M)
Copyright (C) 2014 Per Bothner
(compiling y.scm to y)
Exception in thread "main" java.lang.Error: kawa.standard.Scheme does not
implement Externalizable
        at gnu.expr.LitTable.error(LitTable.java:103)
        at gnu.expr.LitTable.writeObject(LitTable.java:271)
        at gnu.expr.LitTable.emit(LitTable.java:66)
        at gnu.expr.Compilation.generateBytecode(Compilation.java:2281)
        at gnu.expr.Compilation.process(Compilation.java:2019)
        at gnu.expr.ModuleInfo.loadByStages(ModuleInfo.java:292)
        at gnu.expr.ModuleInfo.loadByStages(ModuleInfo.java:274)
        at kawa.repl.compileFiles(repl.java:835)
        at kawa.repl.processArgs(repl.java:445)
        at kawa.repl.main(repl.java:882)
[Exit 1]





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44230>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]