Skip to content

v3.6.0

Compare
Choose a tag to compare
@avsm avsm released this 02 Mar 11:40
· 240 commits to main since this release

CHANGES:

  • A [%%cstruct type ...] declaration generates many values that
    are potentially unused. The code generator in ppx_cstruct now
    guarantees that there will be no more "unused value" (warning 32)
    statements from use of the ppx form. (#228 @emillon)
  • Actually run the ppx tests instead of just building them.
    (#227 @emillon to fix #226 from @XVilka)