Skip to content

Bug fix and build cleanup release

Compare
Choose a tag to compare
@lukstafi lukstafi released this 29 Mar 21:07
· 363 commits to main since this release
  • Breaking change: renamed Minidebug_runtime.Format to Minidebug_runtime.PP_format.
  • Non-optionally depending on sexplib0 and ppx_sexp_conv, as optional dependency was making it hard to test. Also the minidebug_runtime source files duplication was ugly.
  • Trying to minimize dependencies: removed the unused direct dependency on base, but ppx_sexp_conv depends on it. Removed the dependency on stdio.
  • Added a building-related comment to the documentation.
  • Major bug fix: missing processing of the top expression in a function body.