Skip to content

Almost ready for standalone usage :rocket:

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 13:13
84d9a37

Better releases

  • compiler: automatic function reference arities! As see in #10

  • compiler: We're ignoring all fresh type variables when translating to Dialyzer
    specs for now. More work will be done in #20

  • caramelc: caramelc compile now supports multiple --target flags,
    so you can compile both archives and Erlang sources at once.

  • caramelc: standard library will now by default be in the respective
    installation directory (respecting dune install conventions)

  • stdlib: Process.spawn/1 has been renamed to Process.make/1 until
    we have support for module attributes (see #21)

  • stdlib: Dropped top-level namespacing until we figure out how it can
    work best with .merlin

  • ci: several changes to release flow, including a nicer folder
    structure in the tarball

  • ci: entire codebase is instrumentabled by bisect_ppx now to start
    gathering coverage reports

  • erlang: removed an unused helper