Skip to content

Lwt 3.3.0, Lwt_ppx 1.1.0

Compare
Choose a tag to compare
@aantron aantron released this 07 Mar 19:51
· 885 commits to master since this release

Bugs fixed

  • Restore backtrace support in the PPX (#554, #556, Gabe Levi).
  • Serious logic error that could cause Lwt to hang or crash (#549, reported @koen-struyve).
  • All Lwt_list functions are now tail-recursive (#538, Joseph Thomas).

Additions

  • Support ;%lwt syntax in the PPX (#307, Hezekiah Carty).
  • Lwt_stream.iter_n (#312, Hezekiah Carty).

Miscellaneous