Dune 1.2.1
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.
See full changelog
- 
Enrich the duneEmacs mode with syntax highlighting and indentation. New filedune-flymaketo provide a hookdune-flymake-dune-mode-hookto enable linting of dune files. (#1265, @Chris00)
- 
Pass link_flagstoccwhen 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 duneto fail eagerly when an optional library isn't available (#1281, @jeremiedimino)
- 
ocamlmklib should use response files only if ocaml >= 4.08 (@1268, @bryphe)