bugKawa - Bugs: bug #22703, Wrong type inferred for #!eof

 
 

bug #22703: Wrong type inferred for #!eof

Submitter:  Helmut Eller <ellerh>
Submitted:  Sun 23 Mar 2008 04:05:47 PM UTC
   
 
Category:  Type declaration and inference Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  bothner
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 23 Mar 2008 05:53:39 PM UTC, comment #1: 

Thanks - I fixed this.

Per Bothner <bothner>
Group administrator
Sun 23 Mar 2008 04:05:47 PM UTC, original submission:  

If I compile the following with compile-file then

(define (eof-object1) <gnu.lists.EofClass>:eofValue)
(define (eof-object2) #!eof)

I get a verifier error when I try to load the resulting zip
file:
java.lang.VerifyError:
(class: x, method: eofObject2 signature: ()Lgnu/lists/EofClass;)
Wrong return type in function
  [type java.lang.VerifyError]


eof-object1 compiles without problems.


Helmut Eller <ellerh>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bothner (Posted a comment)
  • -email is unavailable- added by ellerh (Submitted the item)
  • -email is unavailable- added by ellerh
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-03-23 bothner StatusNone Fixed
        Assigned toNone bothner
        Open/ClosedOpen Closed
    2008-03-23 ellerh Carbon-Copy- Added ellerh

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code