[new release] dune (15 packages) (3.10.0~alpha1) #24170
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:
Add
dune show rules
as alias of thedune rules
command. (show: print_rules now part of show command dune#8000, @Alizter)Fix
%{deps}
to expand properly in(cat ...)
when containing 2 or moreitems. (test: expand %{deps} in (cat) dune#8196, @Alizter)
Add
dune show installed-libraries
as an alias of thedune installed-libraries
command. (show: add Installed_libraries to show dune#8135, @Alizter)Fix the
severity
of error messages sent over RPC which was missing. (fix(rpc): correct severity of error diagnostic dune#8193,@Alizter)
Add
dune build --dump-gc-stats FILE
argument to dump garbage collectionstats to a named file. (feature: add --dump-gc-stats option to dune build dune#8072, @Alizter)
Fix bug with ppx and Reason syntax due to missing dependency in sandboxed
action (fix: ppx and reason bug dune#7932, fixes ppx_expect + reason is broken after dune lang 3.2 dune#7930, @Alizter)
Add
dune describe package-entries
to print all package entries (Add "dune describe package-entries" dune#7480,@moyodiallo)
Improve
dune describe external-lib-deps
by adding the internal dependenciesfor more information. (Improve "dune describe external-lib-deps" : printing out more information dune#7478, @moyodiallo)
Re-enable background file digests on Windows. The files are now open in a way
that prevents race condition around deletion. (fix: pass O_SHARE_DELETE when digesting files dune#8262, fixes background digests crash on Windows dune#8268, @emillon)