Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13289 closed enhancement (fixed)

cbindgen-0.13.2

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (5)

comment:1 by Bruce Dubbs, 4 years ago

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

comment:2 by Bruce Dubbs, 4 years ago

0.13.2

  • Constants now have suitable documentation.
  • Fixed some C warnings by emitting void when there are no arguments.
  • Avoids reading cargo.toml when not needed, which can cause panics in workspace situations.
  • Only write 'default' cases if the switch is not exhaustive.
  • Some warnings have been refined.
  • Code generation for static arrays has been fixed.
  • Opt-in support for constexpr in constants.
  • Fix C code generation and some warnings when extremely large constants are used.
  • Proper escaping of enum variants and fields.
  • Added support for RefCell (as an opaque type) and Cell.

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22868.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.