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.
CHANGES:
Fix
$ jbuilder --dev
(Fix 1103 dune#1104, fixes 'jbuilder build --dev' no longer works under dune 1.1.0 dune#1103, @rgrinberg)Fix dune exec when
--build-dir
is set to an absolute path (Fix #1101 dune#1105, fixes'dune exec' behaves differently with DUNE_BUILD_DIR set to absolute path dune#1101, @rgrinberg)
Fix duplicate profile argument in suggested command when an external library
is missing (Do not duplicate profile in missing deps message (fixes #1106) dune#1109, Flag duplication in
external-lib-deps
suggestion dune#1106, @emillon)-opaque
wasn't correctly being added to modules without an interface.(Fix #1107 dune#1108, fix Missing -opaque when compiling implementation-only modules dune#1107, @rgrinberg)
Fix validation of library
name
fields and make sure this validation alsoapplies when the
name
is derived from thepublic_name
. (Fix #1102 dune#1110, fix [1.1] Problem when omittingname
field? dune#1102,@rgrinberg)
Fix a bug causing the toplevel
env
stanza in the workspace file tobe ignored when at least one context had
(merlin)
(Fix a bad interaction between(env ...)
and(merlin)
in the workspace file dune#1114, @diml)