Skip to content

Lwtreslib: more general tests

Context

Fixes #1137 (closed)

Manually testing the MR

dune runtest src/lib_lwt_result_stdlib

And to test that the pretty-printing is still good:

vi src/lib_lwt_result_stdlib/bare/structs/{seq.ml,list.ml,map.ml}  # mess up some of the functions
dune runtest src/lib_lwt_result_stdlib

Checklist

  • NA Document the interface of any function added or modified (see the coding guidelines)
  • NA Document any change to the user interface, including configuration parameters (see node configuration)
  • NA Provide automatic testing (see the testing guide).
  • NA For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, the Development Version section of CHANGES.md for everything else).
  • Select suitable reviewers using the Reviewers field below.
Edited by Raphaël Proust

Merge request reports