[new release] dune (15 packages) (3.14.1) #25456
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fast, portable, and opinionated build system
CHANGES:
Fixed
When a directory is changed to a file, correctly remove it in subsequent
dune build
runs. (fix(engine): remove old target even if it is a dir dune#9327, fix Clean needed when turning a directory into a file dune#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.
(Fix odoc compile transitive lib dep dune#9955, @jonludlam)
coq: fix performance regression in coqdep unescaping (fix(coq): Fix performance regression in coqdep unescaping dune#10115, fixes [performance] Zero-build regression 3.11 - 3.14 dune#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 ([coq] Memoize coqdep parsing dune#10116, @ejgallego, see also [performance] Zero-build regression 3.11 - 3.14 dune#10088)
on Windows, use an unicode-aware version of
CreateProcess
to avoid crasheswhen paths contains non-ascii characters. (fix(windows): use unicode version of CreateProcess dune#10212, fixes Windows: Error: CreateProcess(): No such file or directory when PATH contains unicode characters dune#10180, @emillon)