bugLiberty Eiffel - Bugs: bug #47009, Anonymous typedeffed struct not...

 
 

bug #47009: Anonymous typedeffed struct not wrapped

Submitter:  Paolo Redaelli <Tybor>
Submitted:  Fri 29 Jan 2016 09:47:25 AM UTC
   
 
Category:  Wrappers Severity:  5 - Blocker
Priority:  * 5 - Normal Status:  Fixed
Assigned to:  Tybor Open/Closed:  Closed
Release:  bell Fixed Release:  None
Planned Release:  bell
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 22 Feb 2016 03:28:28 PM UTC, comment #5: 

Not solved as now it produces incorrect C code for the query returning the size of the object.

Paolo Redaelli <Tybor>
Group administrator
Mon 15 Feb 2016 08:59:49 PM UTC, comment #4: 

Should be solved by commit 577f85f0bfe0bd5c98f47e870b3bb43de4d9f843

Paolo Redaelli <Tybor>
Group administrator
Wed 10 Feb 2016 06:39:35 AM UTC, comment #3: 

Now they are wrapped but the generated C code is invalid. Multiple definintion of a "sizeof_" are made.

Further changes needed. Reverting to "in progress" state.

Paolo Redaelli <Tybor>
Group administrator
Mon 08 Feb 2016 06:30:45 PM UTC, comment #2: 

Tentative solution with commit a1ffd33

Paolo Redaelli <Tybor>
Group administrator
Mon 08 Feb 2016 04:00:20 PM UTC, comment #1: 

FFI_CIF_STRUCT is not wrapped anymore and it's needed by ffi wrappers and by foreign interface lib

Paolo Redaelli <Tybor>
Group administrator
Fri 29 Jan 2016 09:47:25 AM UTC, original submission:  

Code like

typedef struct {
    int foo;
    char *bar;
} my_struct;

is currently not being wrapped.

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.

     

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-04-08 Tybor Open/ClosedOpen Closed
    2016-04-08 Tybor StatusIn Progress Fixed
    2016-02-22 Tybor StatusReady For Test In Progress
    2016-02-15 Tybor StatusIn Progress Ready For Test
    2016-02-10 Tybor StatusReady For Test In Progress
    2016-02-08 Tybor StatusIn Progress Ready For Test
    2016-02-08 Tybor Severity3 - Normal 5 - Blocker
    2016-02-01 Tybor StatusNone In Progress

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code