Skip to content

1.2.1

Compare
Choose a tag to compare
@rgrinberg rgrinberg released this 17 Sep 15:27
· 10822 commits to main since this release

CHANGES:

  • Enrich the dune Emacs mode with syntax highlighting and indentation. New
    file dune-flymake to provide a hook dune-flymake-dune-mode-hook to enable
    linting of dune files. (#1265, @Chris00)

  • Pass link_flags to cc when compiling with Configurator.V1.c_test (#1274,
    @rgrinberg)

  • Fix digest calculation of aliases. It should take into account extra bindings
    passed to the alias (#1277, fix #1276, @rgrinberg)

  • Fix a bug causing dune to fail eagerly when an optional library
    isn't available (#1281, @diml)

  • ocamlmklib should use response files only if ocaml >= 4.08 (@1268, @bryphe)