#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 , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 7 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.

Fixed at revision 21041.