Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#11589 closed enhancement (fixed)

cbindgen-0.7.1

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.

Nice. Two releases in less than 24 hours. No change log or release notes. The git commit log just has:

  • parser: Properly skip associated constants on unsupported types. This fixes a crash when running cbindgen 0.7.0 on the style crate.
  • ir: Give more information for unsupported types.

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 21041.

comment:3 by ken@…, 5 years ago

Thanks. Since I've cloned upstream's git tree to look at the past changes:

Release 0.7.0

  • support for libc::ssize_t
  • fixed some warnings on nightly
  • fix for transparent associated constants
  • switched more API's to use AsRef<Path>
  • impl std::error::Error for cbindgen::Error
  • now support putting user-defined content in item bodies

Release 0.7.1

  • Fix for crash when unwrapping unsupported type with associated constants
Note: See TracTickets for help on using tickets.