bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #21363] ArrayIndexOutOfBoundsException when compiling de


From: TamásBenkő
Subject: [Bug-kawa] [bug #21363] ArrayIndexOutOfBoundsException when compiling define-simple-class
Date: Thu, 18 Oct 2007 15:37:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070904 Firefox/2.0.0.6

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

                 Summary: ArrayIndexOutOfBoundsException when compiling
define-simple-class
                 Project: Kawa
            Submitted by: bentam
            Submitted on: Thursday 18/10/07 at 15:37
                Category: Code generation
                Severity: 3 - Normal
              Item Group: Compile-time exception
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Using kawa 1.9.1, I can't seem to compile this piece of code:

(define-record-type <e>
  (make-e)
  e?)

(define-simple-class <d> ()
  ((f e) (e? e))
  ((*init* b) #!void))

(define (test)
  (<d> 0))

I've tried the example from "3.16.7 Defining new classes" in the manual too
and got the same result.

The attached script contains the details.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thursday 18/10/07 at 15:37  Name: script.txt  Size: 6kB   By: bentam

<http://savannah.gnu.org/bugs/download.php?file_id=14165>

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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