3.2.1
版本发布时间: 2018-01-12 00:44:31
ocsigen/lwt最新发布版本:5.7.0(2023-08-23 15:03:39)
Lwt 3.2.1 is released because it still packages lwt.ppx
, a deprecated copy of package lwt_ppx
, and the two packages should be kept in sync.
Deprecations
- All PPX options are deprecated and should not be used (#534).
- The
[%lwt ...]
PPX syntax should be replaced byLwt.catch
(#534).
Fixes
- Clean up PPX
-help
usage message output (#525, Zan Doye).
Miscellaneous
- More thorough testing (#512, #535, Joseph Thomas).
- Clarification of the C binding (#521, @cedlemo).