Skip to content

Num version 1.5

Latest
Compare
Choose a tag to compare
@xavierleroy xavierleroy released this 15 Dec 12:31
· 9 commits to master since this release
  • Pull request #22: use -warn-error +A instead of -warn-error A to avoid deprecation alert in 4.13.
  • Pull request #23: fix the testsuite dune file and allow running the testsuite via opam.
  • Pull request #25: remove all uses of globally-allocated, mutable temporaries, making the Num library thread-safe and domain-safe.
  • Issue #26, pull request #27: improve dune file.
  • Pull request #29: improve OPAM installation.
  • Pull request #30: fix bytecode-only build for OCaml >= 4.12.
  • Pull request #33: always install nums.cmxs with executable bit set.
  • Pull request #35: implement Nat.length_nat as an external primitive (instead of an Obj-based hack) to facilitate Wasm_of_OCaml support.
  • Pull request #38: don't build with -warn-error +A for releases.