taskLiberty Eiffel - Tasks: task #12669, Longish names in wrapped enums

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #12669: Longish names in wrapped enums

Submitter:  Cyril Adrian <cadrian>
Submitted:  Fri 07 Jun 2013 09:24:22 AM UTC
   
 
Should Start On:  Thu 06 Jun 2013 10:00:00 PM UTC Should be Finished on:  Thu 06 Jun 2013 10:00:00 PM UTC
Category:  Wrappers Priority:  5 - Normal
Status:  Done Assigned to:  Tybor
Percent Complete:  100% Open/Closed:  Closed
Fixed Release:  None Planned Release:  None
Effort:  0.00

Thu 12 Sep 2013 09:34:22 AM UTC, comment #1: 

Closed with a recent commit.

Paolo Redaelli <Tybor>
Group administrator
Fri 07 Jun 2013 09:24:22 AM UTC, original submission:  

https://github.com/LibertyEiffel/Liberty/issues/103

The wrappers of enumeration does not eliminate the common prefix of their value names: i.e. typedef enum {
GI_FUNCTION_IS_METHOD = 1 << 0,
GI_FUNCTION_IS_CONSTRUCTOR = 1 << 1,
GI_FUNCTION_IS_GETTER = 1 << 2,
GI_FUNCTION_IS_SETTER = 1 << 3,
GI_FUNCTION_WRAPS_VFUNC = 1 << 4,
GI_FUNCTION_THROWS = 1 << 5
} GIFunctionInfoFlags;

The items should be wrapped as is_method, is_constructor, is_setter, wraps_vfunc and throws; they are insted wrapped as is_gi_function_is_constructor, is_gi_function_is_method, is_gi_function_is_setter, is_gi_function_throws, is_gi_function_wraps_vfunc.

Cyril Adrian <cadrian>
Group administrator

 

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

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 _92048 (Updated the item)
  • -email is unavailable- added by Tybor (Posted a comment)
  • -email is unavailable- added by cadrian (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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-02-03 _92048 StatusNone Done
        Percent Complete0% 100%
    2013-09-12 Tybor Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code