[new release] dune (15 packages) (3.18.0~alpha0) #27696
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
execvesince it's not allowed if other pthreadshave been created. The fact that Haiku can't call
execvefrom other threadsthan the principal thread of a process (a team in haiku jargon), is a
discrepancy to POSIX and hence there is a bug about
it. (@Sylvain78, fix(haiku): execve not allowed if other pthreads have already been created dune#10953)
Modules opened in the wrong order? merlin#1900, reported by @vouillon)
Added
(format-dune-file <src> <dst>)action. It provides a replacement todune format-dune-filecommand. (Add(format-dune-file)action dune#11166, @nojb)--prefixflag when configuring dune withocaml configure.ml.This allows to set the prefix just like
$ dune install --prefix. (feature: add --prefix to configure script dune#11172,@rgrinberg)
+in preprocessing definitions (starting with(lang dune 3.18)). (@amonteiro, feat(dune): support+prefixes for PPX CLI flags dune#11234)(maintenance_intent ...)in dune-project (Add support for x-maintenance-intent in dune-project dune#11274, @art-w)maintenance_intent(Validate maintenance_intent dune#11308, @art-w)notin package dependencies constraints (Support not in package dependencies constraints dune#11404, @art-w, reportedby @hannesm)
Changed
behavior was to abort. (@KoviRobi, Stop VCS discovery choking on unreadable root dune#11173)
dune initproject name (Allow dash in dune init project name dune#11402, @art-w, reported by @saroupille)AV programs, etc. Guard against it by retrying the operation up to 30x with a
1s waiting gap (Windows: retry a file remove - a virus checker might lock files dune#11437, fixes Sandboxing on Windows does not work in presence of a virus scanner dune#11425, @MSoegtropIMC)
fixes cache: some permissions can't be represented, causing cache misses dune#11533, @ElectreAAS)
way to display
NTSTATUScodes (Display WindowsNTSTATUSexit codes in hex dune#11504, @MisterDA)Important⚠️
This PR is the alpha0 release of Dune. It shouldn't be merged! This is just to make sure that the CI goes green. I didn't add the
maintainer_fieldfor this one. I will add them in the3.18.0release PR.