bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #31356] Repeated compilation


From: Helmut Eller
Subject: [Bug-kawa] [bug #31356] Repeated compilation
Date: Sun, 17 Oct 2010 07:53:21 +0000
User-agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.6.30 Version/10.63

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

                 Summary: Repeated compilation
                 Project: Kawa
            Submitted by: ellerh
            Submitted on: Sun 17 Oct 2010 07:53:20 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

If I compile this file


(define (foo (x <bar>)) x:other)

(define-simple-class <bar> ()
  (other type: <bar>))


three times with kawa -C foo.scm without deleting the class files from
the previous compilation I get this error:


foo.scm:2:25: caught exception in inline-compiler for #<procedure field> -
java.lang.ClassFormatError: Duplicate field name&signature in class file bar
    java.lang.ClassLoader.defineClass1(Native Method)






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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