Skip to content

3.14.1

Compare
Choose a tag to compare
@Leonidas-from-XIV Leonidas-from-XIV released this 11 Mar 15:45
· 960 commits to main since this release
3f4cdaf

CHANGES:

Fixed

  • When a directory is changed to a file, correctly remove it in subsequent
    dune build runs. (#9327, fix #6575, @emillon)

  • Fix a problem with the doc-new target where transitive dependencies were
    missed during compile. This leads to missing expansions in the output docs.
    (#9955, @jonludlam)

  • coq: fix performance regression in coqdep unescaping (#10115, fixes #10088,
    @ejgallego, thanks to Dan Christensen for the report)

  • coq: memoize coqdep parsing, this will reduce build times for Coq users, in
    particular for those with many .v files (#10116, @ejgallego, see also #10088)

  • on Windows, use an unicode-aware version of CreateProcess to avoid crashes
    when paths contains non-ascii characters. (#10212, fixes #10180, @emillon)