bugLiberty Eiffel - Bugs: bug #65169, "Current.item := value"...

 
 

bug #65169: "Current.item := value" crashes the compiler

Submitter:  Paolo Redaelli <Tybor>
Submitted:  Tue 16 Jan 2024 12:26:51 PM UTC
   
 
Category:  SmartEiffel Severity:  3 - Normal
Priority:  * 5 - Normal Status:  None
Assigned to:  None Open/Closed:  Open
Release:  None Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 16 Jan 2024 12:26:51 PM UTC, original submission:  

A class like this crashes the compiler

class FOO
create {} make
feature {ANY}
make is
  do
    Current.set(12)
  end

  item: INTEGER
  set (n: INTEGER) assign item
  do
    item:=n
  end
end

Paolo Redaelli <Tybor>
Group administrator

 

(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 Tybor (Submitted the item)
  •  

    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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code