Dune 1.2.1 includes a few critical bug fixes over 1.2.0. Everyone is encouraged to upgrade as soon as possible.
On behalf of the dune team,
Happy hacking.
Change log:
1.2.1 (17/09/2018)
-
Enrich the
dune
Emacs mode with syntax highlighting and indentation. New
filedune-flymake
to provide a hookdune-flymake-dune-mode-hook
to enable
linting of dune files. (#1265, @Chris00) -
Pass
link_flags
tocc
when compiling withConfigurator.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, @jeremiedimino) -
ocamlmklib should use response files only if ocaml >= 4.08 (@1268, @bryphe)