Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#11529 closed enhancement (fixed)

cbindgen-0.6.8

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

No good deed goes unpunished.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20936.

comment:3 by ken@…, 5 years ago

Thanks for taking this, although I inevitably disagree with your space measurements.

Meanwhile, not realising you had done this, I worked through it and then checked that it is good enough for current firefox-beta (it is). So, since I had the git tree, here are the changes from git log:

    Release 0.6.8
    
    * ptrdiff_t is now a recognized primitive type
    * named function type arguments are now propagated
    * fixes for struct literals in constants
    * reserved C/C++ keywords are now escaped automatically
    * negative enum discriminants are now supported
    * fix for prefixing and formatting variant names
    * fix for snake_case formatter
    * syn update
    * doxygen style comments are now output by default
    * VaList is now a recognized primitive type
    * fix for comment processing
    * constant is propagated into array types
    * references are now supported in IR, and used for some helper method generation
    * assignment helper functions will generate array copies if necessary

It also updated the version of the syn crate from 0.14.1 to 0.15.23 and downloads that, but that only makes an addition of about 1MB in ~/.cargo

Note: See TracTickets for help on using tickets.