See full changelog
-
Allow to mark directories as
data_only_dirs
without including them asdirs
(#2619, fix #2584, @rgrinberg) -
Fix reading
.install
files generated with an external--build-dir
. (#2638, fix #2629, @rgrinberg)
Read the latest releases and updates from the OCaml ecosystem.
Allow to mark directories as data_only_dirs
without including them as dirs
(#2619, fix #2584, @rgrinberg)
Fix reading .install
files generated with an external --build-dir
. (#2638,
fix #2629, @rgrinberg)
opam submit
would fail if the opam files had no description
(#165, @NathanReb)Bugs fixed
:
characters (#384,
reported Sylvain Le Gall).<meta generator>
again (#378, Daniel Bünzli).odoc html-targets
was ignoring deeply nested modules (#379, Daniel
Bünzli).List.iter2
(#376, Yotam Barnoy).~/.config
)(*$
)IndentBlock.is_at_top
now returns true for top-level expressionsRemove the optimisation of passing -nodynlink
for executables when
not necessary. It seems to be breaking things (see #2527, @diml)
Fix invalid library names in dune-package
files. Only public names should
exist in such files. (#2558, fix #2425, @rgrinberg)
Fix config file dependencies of ocamlformat (#2471, fixes #2464, @nojb)
Cleanup stale directories when using (source_tree ...)
in the
presence of directories with only sub-directories and no files
(#2514, fixes #2499, @diml)
OCAML_ERROR_STYLE
and
OCAML_COLOR
in the standalone driver (#83, @NathanReb)On behalf of the dune team, I'm pleased to announce the release of dune 1.11.0. This release contains quite a few new interesting features such as custom dialects: anyone can define their own OCaml based syntax. Is anyone up to revive the revised syntax? :slight_smile: I'd also like to highlight the the re-launch of variants feature in a sounder form, a new build-info
library that queries build information, and that dune init
can initialize an entire project. But of course, by far the most important thing is that the compiler's colours are now back :champagne:
Don't select all local implementations in dune utop
. Instead, let the
default implementation selection do its job. (#2327, fixes #2323, @TheLortex,
review by @rgrinberg)
Check that selected implementations (either by variants or default implementations) are indeed implementations. (#2328, @TheLortex, review by @rgrinberg)
Don't reserve the Ppx
toplevel module name for ppx rewriters (#2242, @jeremiedimino)
Redesign of the library variant feature according to the #2134 proposal. The
set of variants is now computed when the virtual library is installed.
Introducing a new external_variant
stanza. (#2169, fixes #2134, @TheLortex,
review by @jeremiedimino)
Add proper line directives when copying .cc
and .cxx
sources (#2275,
@rgrinberg)
Fix error message for missing C++ sources. The .cc
extension was always
ignored before. (#2275, @rgrinberg)
Add $ dune init project
subcommand to create project boilerplate according
to a common template. (#2185, fixes #159, @shonfeder)
Allow to run inline tests in javascript with nodejs (#2266, @hhugo)
Build ppx.exe
as compiling host binary. (#2286, fixes #2252, @toots, review
by @rgrinberg and @jeremiedimino)
Add a cinaps
extension and stanza for better integration with the
cinaps tool tool (#2269,
@jeremiedimino)
Allow to embed build info in executables such as version and list and version of statically linked libraries (#2224, @jeremiedimino)
Set version in META
and dune-package
files to the one read from
the vcs when no other version is available (#2224, @jeremiedimino)
Add a variable %{target}
to be used in situations where the context
requires at most one word, so %{targets}
can be confusing; stdout
redirections and "-o" arguments of various tools are the main use
case; also, introduce a separate field target
that must be used
instead of targets
in those situations. (#2341, @aalekseyev)
Fix dependency graph of wrapped_compat modules. Previously, the dependency on the user written entry module was omitted. (#2305, @rgrinberg)
Allow to promote executables built with an executable
stanza
(#2379, @jeremiedimino)
When instantiating an implementation with a variant, make sure it matches virtual library's list of known implementations. (#2361, fixes #2322, @TheLortex, review by @rgrinberg)
Add a variable %{ignoring_promoted_rules}
that is true
when
--ingore-promoted-rules
is passed on the command line and false
otherwise (#2382, @jeremiedimino)
Fix a bug in future_syntax
where the characters @
and &
were
not distinguished in the names of binding operators (let@
was the
same as let&
) (#2376, @aalekseyev, @jeremiedimino)
Workspaces with non unique project names are now supported. (#2377, fix #2325, @rgrinberg)
Improve opam generation to include the dune
dependencies with the minimum
constraint set based on the dune language version specified in the
dune-project
file. (2383, @avsm)
The order of fields in the generated opam file now follows order preferred in opam-lib. (@avsm, #2380)
Fix coloring of error messages from the compiler (@jeremiedimino, #2384)
Add warning 66
to default set of warnings starting for dune projects with
language verison >= 1.11
(@rgrinberg, @jeremiedimino, fixes #2299)
Add (dialect ...) stanza (@nojb, #2404)
Add a --context
argument to dune install/uninstall
(@jeremiedimino, #2412)
Do not warn about merlin files pre 1.9. This warning can only be disabled in 1.9 (#2421, fixes #2399, @emillon)
Add a new inline_tests
field in the env stanza to control inline_tests
framework with a variable (#2313, @mlasson, original idea by @jeremiedimino, review
by @rgrinberg).
New binary kind js
for executables in order to explicitly enable Javascript
targets, and a switch (explicit_js_mode)
to require this mode in order to
declare JS targets corresponding to executables. (#1941, @nojb)
**
globbing in .merlin won't look into hidden directories
(starting with a '.') (by Daniel Bünzli, #990)CHANGES
,
LICENSE
and README
(#161, @NathanReb)dune-release
logs such as user
prompts and informational logsWe are pleased to announce the minor release of opam 2.0.5.
This new version contains build update and small fixes:
Note: To homogenise macOS name on system detection, we decided to keep
macos
, and convertdarwin
tomacos
in opam. For the moment, to not break jobs & CIs, we keep uploadingdarwin
&macos
binaries, but from the 2.1.0 release, onlymacos
ones will be kept.
Installation instructions (unchanged):
From binaries: run
sh <(curl -sL https://opam.ocaml.org/install.sh)
or download manually from the Github "Releases" page to your PATH. In this case, don't forget to run opam init --reinit -ni
to enable sandboxing if you had version 2.0.0~rc manually installed or to update you sandbox script.
From source, using opam:
opam update; opam install opam-devel
(then copy the opam binary to your PATH as explained, and don't forget to run opam init --reinit -ni
to enable sandboxing if you had version 2.0.0~rc manually installed or to update you sandbox script)
From source, manually: see the instructions in the README.
We hope you enjoy this new minor version, and remain open to bug reports and suggestions.
NOTE: this article is cross-posted on opam.ocaml.org and ocamlpro.com. Please head to the latter for the comments!
let%ext
(#873, @gpetiot):=
(#780, @gpetiot)Bugs fixed
<span>
s (#360, Thomas
Refis)..mld
pages (#361, Rizo Isrof).:
instead of =
(#344, Geoff Reedy).*
instead of &
(#353, Florian Angeletti).+=
) printed without CSS classes found in other items (#348,
reported Stéphane Lavergne).--mute
(#345,
Geoff Reedy).--force-output
option to force generation of diff file (#118 @clecat)_html
folder instead of being published at the
root of gh-pages
(#157, @NathanReb)On behalf of the dune team, I'm pleased to announce the 1.10.0 release of dune. This release is packed with bug fixes, but it also introduces a few interesting features. I'll highlight one important feature that we've introduced and plan to improve in future versions:
Dune allows you to specify package metadata in the dune project file and generate an appropriate opam file. This is advantageous to writing opam files manually as dune will correctly fill in some boilerplate such as the build command:
Here's a snippet from dune's own project file as a demonstration:
(generate_opam_files true) ;; necessary to enbale the generation
(license MIT)
(maintainers "Jane Street Group, LLC <opensource@janestreet.com>")
(authors "Jane Street Group, LLC <opensource@janestreet.com>")
(source (github ocaml/dune))
(documentation "https://dune.readthedocs.io/")
(package
(name dune)
(depends
(ocaml (>= 4.02))
base-unix
base-threads)
(conflicts
(jbuilder (<> "transition"))
(odoc (< 1.3.0))
(dune-release (< 1.3.0)))
(synopsis "Fast, portable and opinionated build system")
(description "<redacted>"))
Generating the opam file is done via $ dune build @check
(the @install
, and @all
aliases will also work).
Later, we plan to have dune do some sanity checks on the depends
field. In the more distant future, we might even skip the generation step altogether by having opam invoke dune to get the generated opam file directly.
Restricted the set of variables available for expansion in the destination
filename of install
stanza to simplify implementation and avoid dependency
cycles. (#2073, @aalekseyev, @jeremiedimino)
[menhir] call menhir from context root build_dir (#2067, @ejgallego, review by @jeremiedimino, @rgrinberg)
[coq] Add coq.pp
stanza to help with pre-processing of grammar
files (#2054, @ejgallego, review by @rgrinberg)
Add a new more generic form for the promote mode: (promote (until-clean) (into <dir>))
(#2068, @jeremiedimino)
Allow to promote only a subset of the targets via (promote (only <pred>))
. For instance: (promote (only *.mli))
(#2068, @jeremiedimino)
Improve the behavior when a strict subset of the targets of a rule is already in the source tree for projects using the dune language < 1.10 (#2068, fixes #2061, @jeremiedimino)
With lang dune >= 1.10, rules in standard mode are no longer allowed to produce targets that are present in the source tree. This has been a warning for long enough (#2068, @jeremiedimino)
Allow %{...} variables in pps flags (#2076, @mlasson review by @jeremiedimino and @aalekseyev).
Add a 'cookies' option to ppx_rewriter/deriver flags in library stanzas. This allow to specify cookie requests from variables expanded at each invocation of the preprocessor. (#2106, @mlasson @jeremiedimino)
Add more opam metadata and use it to generate .opam
files. In particular, a
package
field has been added to specify package specific information.
(#2017, #2091, @avsm, @jonludlam, @rgrinberg)
Clean up the special support for findlib.dynload
. Before, Dune would simply
match on the library name. Now, we only match on the findlib package name when
the library doesn't come from Dune. Someone writing a library called
findlib.dynload
with Dune would have to add (special_builtin_support findlib_dynload)
to trigger the special behavior. (#2115, @jeremiedimino)
Install the future_syntax
preprocessor as ocaml-syntax-shims.exe
(#2125,
@rgrinberg)
Hide full command on errors and warnings in development and show them in CI.
(detected using the CI
environment variable). Commands for which the
invocation might be omitted must output an error prefixed with File
. Add an
--always-show-command-line
option to disable this behavior and always show
the full command. (#2120, fixes #1733, @rgrinberg)
In dune-workspace
files, add the ability to choose the host context and to
create duplicates of the default context with different settings. (#2098,
@TheLortex, review by @jeremiedimino, @rgrinberg and @aalekseyev)
Add support for hg in dune subst
(#2135, @jeremiedimino)
Don't build documentation for implementations of virtual libraries (#2141, fixes #2138, @jonludlam)
Fix generation of the -pp
flag in .merlin (#2142, @rgrinberg)
Make dune subst
add a (version ...)
field to the dune-project
file (#2148, @jeremiedimino)
Add the %{os_type}
variable, which is a short-hand for
%{ocaml-config:os_type}
(#1764, @jeremiedimino)
Allow enabled_if
fields in library
stanzas, restricted to the
%{os_type}
, %{model}
, %{architecture}
, %{system}
variables (#1764,
#2164 @jeremiedimino, @rgrinberg)
Fix chdir
on external and source paths. Dune will also fail gracefully if
the external or source path does not exist (#2165, fixes #2158, @rgrinberg)
Support the .cc
extension fro C++ sources (#2195, fixes #83, @rgrinberg)
Run ocamlformat
relative to the context root. This improves the locations of
errors. (#2196, fixes #1370, @rgrinberg)
Fix detection of README
, LICENSE
, CHANGE
, and HISTORY
files. These
would be undetected whenever the project was nested in another workspace.
(#2194, @rgrinberg)
Fix generation of .merlin
whenever there's more than one stanza with the
same ppx preprocessing specification (#2209 ,fixes #2206, @rgrinberg)
Fix generation of .merlin
in the presence of the copy_files
stanza and
preprocessing specifications of other stanazs. (#2211, fixes #2206,
@rgrinberg)
Run refmt
from the context's root directory. This improves error messages in
case of syntax errors. (#2223, @rgrinberg)
In .merlin files, don't pass -dump-ast
to the future_syntax
preprocessor.
Merlin doesn't seem to like it when binary AST is generated by a -pp
preprocessor. (#2236, @aalekseyev)
dune install
will verify that all files mentioned in all .install files
exist before trying to install anything. This prevents partial installation of
packages (#2230, @rgrinberg)
Special thanks to Rudi Grinberg for helping us in reviewing and merging pull-requests.
backend
-pp
flageditors modes
emacs
merlin--overlay
function (by Wilfred Hughes)vim
testsuite
dune subst
for watermarking. (#147, @NathanReb)CHANGES
, LICENSE
and README
againOops, we went looking but didn't find the changelog for this release 🙈
Oops, we went looking but didn't find the changelog for this release 🙈
UTop
: add get_load_path
and set_load_path
to manage the include directories (#284)UTop
: val load_path : string list ref
is removed (#284)Ast_408
doesn't shadow Int
or Misc
(#71,
@hhugo)Put back library variants in development mode. We discovered a
serious unexpected issue and we might need to adjust the design of
this feature before we are ready to commit to a final version. Users
will need to write (using library_variants 0.1)
in their
dune-project
file if they want to use it before the design is
finalized. (#2116, @diml)
Forbid to attach a variant to a library that implements a virtual library outside the current project (#2104, @rgrinberg)
Fix a bug where dune install
would install man pages to incorrect
paths when compared to opam-installer
. For example dune now
installs (foo.1 as man1/foo.1)
correctly and previously that was
installed to man1/man1/foo.1
. (#2105, @aalekseyev)
Do not fail when a findlib directory doesn't exist (#2101, fix #2099, @diml)
[coq] Rename (coqlib ...)
to (coq.theory ...)
, support for
coqlib
will be dropped in the 1.0 version of the Coq language
(#2055, @ejgallego)
Fix crash when calculating library dependency closure (#2090, fixes #2085, @rgrinberg)
Clean up the special support for findlib.dynload
. Before, Dune
would simply match on the library name. Now, we only match on the
findlib package name when the library doesn't come from
Dune. Someone writing a library called findlib.dynload
with Dune
would have to add (special_builton_support findlib_dynload)
to
trigger the special behavior. (#2115, @diml)
Include permissions in the digest of targets and dependencies (#2121, fix #1426, @rgrinberg, @xclerc)
.install
files not being generated (#2124, fixes #2123, @rgrinberg)Location.input_name
to the original filename when reading a
binary AST (#66, @diml)Location.input_name
to the original filename when reading a
binary AST (#.., @diml)We are pleased to announce the release of opam 2.0.4.
This new version contains some backported fixes:
opam config var
display, aligned on opam config list
[#3723 @rjbou - rel. #3717]synopsis
field internally inferred from descr
[#3753 @rjbou - fix #3738]diff.noprefix=false
config argument to overwrite user defined configuration [#3788 @rjbou, #3628 @Blaisorblade - fix #3627]Note: To homogenise macOS name on system detection, we decided to keep
macos
, and convertdarwin
tomacos
in opam. For the moment, to not break jobs & CIs, we keep uploadingdarwin
&macos
binaries, but from the 2.1.0 release, onlymacos
ones will be kept.
Installation instructions (unchanged):
From binaries: run
sh <(curl -sL https://opam.ocaml.org/install.sh)
or download manually from the Github "Releases" page to your PATH. In this case, don't forget to run opam init --reinit -ni
to enable sandboxing if you had version 2.0.0~rc manually installed or to update you sandbox script.
From source, using opam:
opam update; opam install opam-devel
(then copy the opam binary to your PATH as explained, and don't forget to run opam init --reinit -ni
to enable sandboxing if you had version 2.0.0~rc manually installed or to update you sandbox script)
From source, manually: see the instructions in the README.
We hope you enjoy this new minor version, and remain open to bug reports and suggestions.
NOTE: this article is cross-posted on opam.ocaml.org and ocamlpro.com. Please head to the latter for the comments!
On behalf of the dune team, I'm pleased to announce the release of Dune 1.9.0. This release introduces a few exciting new features:
dune init
command to help users quickly generate boilerplate and get start with dune projects (contributed by @shonfeder)I would like to thank Lucas Pluvinage and @ejgallego for contributing the first two features respectively. They've also collaborated on a blog post to describe these features in detail.
Warn when generated .merlin
does not reflect the preprocessing
specification. This occurs when multiple stanzas in the same directory use
different preprocessing specifications. This warning can now be disabled with
allow_approx_merlin
(#1947, fix #1946, @rgrinberg)
Watch mode: display "Success" in green and "Had errors" in red (#1956, @emillon)
Fix glob dependencies on installed directories (#1965, @rgrinberg)
Add support for library variants and default implementations. (#1900, @TheLortex)
Add experimental $ dune init
command. This command is used to create or
update project boilerplate. (#1448, fixes #159, @shonfeder)
Experimental Coq support (fix #1466, @ejgallego)
Install .cmi files of private modules in a .private
directory (#1983, fix
#1973 @rgrinberg)
Fix dune subst
attempting to substitute on directories. (#2000, fix #1997,
@rgrinberg)
Do not list private modules in the generated index. (#2009, fix #2008, @rgrinberg)
Warn instead of failing if an opam file fails to parse. This opam file can still be used to define scope. (#2023, @rgrinberg)
Do not crash if unable to read a directory when traversing to find root (#2024, @rgrinberg)
Do not exit dune if some source directories are unreadable. Instead, warn the user that such directories need to be ignored (#2004, fix #310, @rgrinberg)
Fix nested (binaries ..)
fields in the env
stanza. Previously, parent
binaries
fields would be ignored, but instead they should be combined.
(#2029, @rgrinberg)
Allow "." in c_names
and cxx_names
(#2036, fix #2033, @rgrinberg)
Format rules: if a dune file uses OCaml syntax, do not format it. (#2014, fix #2012, @emillon)
; _
(#549, @jberdine)index.mld
. Use correct headings for the listing. (#1925,
@rgrinberg, @aantron)dune-package
when version is empty string (#1919, fix #1918,
@rgrinberg)We are pleased to announce release 1.4.0 of odoc, the new, Dune-friendly documentation generator for OCaml and ReasonML.
You can install odoc and generate docs for your Dune project with:
opam update
opam install odoc
dune build @doc
Then, view the docs by opening _build/default/_doc/_html/index.html
!
While release 1.4.0 has new features, it is mainly focused on stability and maintainability. See its full changelog here. The previous release, 1.3.0 last October, included a lot of new code. Because of concerns about its stability, we chose not to widely announce 1.3.0. So, this message serves as an announcement for both releases :) The full changelog for 1.3.0 can be found here.
In summary, compared with 1.2.0, odoc
now has:
For now, we plan to continue improving the stability of odoc and the quality of its output. In the longer term, odoc has two significant goals:
To replace ocamldoc as OCaml's primary documentation generator. At the core of odoc is a powerful cross-referencer, capable of fully handling the complexity of OCaml's module system. Shortcomings in ocamldoc's ability to resolve cross-references in complex projects were one of the original motivations for starting odoc.
To create centrally-hosted, cross-referenced, searchable online documentation for all the published packages in opam, a “docs.ocaml.org
.”
Thanks to the odoc users and contributors, and happy documenting!
Changes
{0 ...}
), and top-level sections
within a page are level-1 headings ({1 ...}
) (#217, Rizo Isrof).--root-uri
option to --xref-base-uri
(#223, Rizo Isrof).Additions
{4 ...}
) and subparagraph headings ({5 ...}
) (#217,
Rizo Isrof).odoc support-files-targets
command (#232).bsdoc
for using
odoc
with BuckleScript (#269, Leandro Ostera).Bugs fixed
.mld
pages (#293, Daniel Buenzli).-
in them,
such as @->
(#178)..
in them, such as *.
(#237)..ml
file with a
type annotation, when that type annotation uses an alias of 'a option
(#101).{v ... v}
) can now only be terminated if the v}
is
immediately preceded by whitespace (#71, reported Daniel Buenzli).type
keyword instead of and
rendered in HTML for
mutually-recursive types (#105, reported @Fourchaux).nonrec
keyword not rendered (#249).and
not rendered for mutually-recursive modules, classes, and class types
(#251).constraint
clauses (#321).odoc html
option -o
now creates the output directory if it does not exist
#171, #264 Rizo Isrof).odoc html-targets
output now includes path prefix given through -o
option
(#173, Rizo Isrof).-I
and -o
options to refer to non-existent directories (#32, #170,
Daniel Buenzli).odoc compile-targets
match odoc compile
(#273, Daniel Buenzli).odoc compile-deps
does not work on .cmt
files (#162, Daniel Buenzli).odoc html-deps
now scans for .odoc
files recursively (#307, Daniel
Buenzli).odoc html-targets
ignores stop comments (#276, Daniel Buenzli).odoc html-targets
and odoc html-deps
segfault on .mld
pages (#277, #282,
Daneil Buenzli).--theme-uri
option not propagated to some subpages (#318, Thomas Refis).Build and development
make
in the esy build (#308, Leandro Ostera).bos
(#305, Daniel Buenzli).rresult
(#306, Daniel Buenzli).bisect_ppx
, previously present in development
checkouts (#316).On behalf of the dune team, I'm pleased to announce release 1.8. The highlight of this release is a standalone preprocessor that allows OCaml programs to use the new let bindings introduced in 1.8 and still be compatible with OCaml versions all the way back to 4.02.
This release includes some important contributions from a new contributor: @aalekseyev. So I would like to use this opportunity to welcome him to the team. Thanks Arseniy!
Clean up watch mode polling loop: improves signal handling and error handling during polling (#1912, fix #1907, fix #1671, @aalekseyev)
Change status messages during polling to be one-line, so that the messages are correctly erased by ^K. (#1912, @aalekseyev)
Add support for .cxx
extension for C++ stubs (#1831, @rgrinberg)
Add DUNE_WORKSPACE
variable. This variable is equivalent to setting
--workspace
in the command line. (#1711, fix #1503, @rgrinberg)
Add c_flags
and cxx_flags
to env profile settings (#1700 and #1800,
@gretay-js)
Format dune printenv
output (#1867, fix #1862, @emillon)
Add the (promote-into <dir>)
and `(promote-until-clean-into
Improve error message when dune subst
fails (#1898, fix #1897, @rgrinberg)
Add more GC counters to catapult traces (fix908, @rgrinberg)
Add a preprocessor shim for the let+
syntax of OCaml 4.08 (#1899,
implements #1891, @jeremiedimino)
Fix generation of .merlin
files on Windows. \
characters needed
to be escaped (#1869, @mlasson)
Fix 0 error code when $ dune format-dune-file
fails. (#1915, fix #1914,
@rgrinberg)
Configurator: deprecated query_expr
and introduced query_expr_err
which is
the same but with a better error in case it fails. (#1886, @ejgallego)
Make sure (menhir (mode promote) ...)
stanzas are ignored when
using --ignore-promoted-rules
or -p
(#1917, @jeremiedimino)
Fix interpretation of META
files containing archives with /
in
the filename. For instance, this was causing llvm to be unusable
with dune (#1889, fix #1885, @diml)
Make errors about menhir stanzas be located (#1881, fix #1876, @diml)
Add ${corrected-suffix}
, ${library-name}
and a few other
variables to the list of variables to upgrade. This fixes the
support for various framework producing corrections (#1840, #1853,
@diml)
Fix $ dune subst
failing because the build directory wasn't set. (#1854, fix
#1846, @rgrinberg)
Configurator: Add warning to Pkg_config.query
when a full package expression
is used. Add Pkg_config.query_expr
for cases when the full power of
pkg-config's querying is needed (#1842, fix #1833, @rgrinberg)
Fix unavailable, optional implementations eagerly breaking the build (#1857, fix #1856, @rgrinberg)
Fix the watch mode (#1837, #1839, fix #1836, @diml)
Configurator: Fix misquoting when running pkg-config (#1835, fix #1833, @Chris00)
On behalf of the dune team, I'm pleased to announce the release of dune 1.7.0. This release is the biggest release since 1.0 and I'm excited to present it to you. The change log is quite long so I'll summarize the most noteworthy changes:
The jbuilder binary and jbuild files are officially deprecated. But not to worry, we've created a $ dune upgrade
command to do the hard work for you.
The virtual libraries feature has made it to 1.7.0. I've blogged about it before
There's now a mode to disable transitive dependencies. This mode still has some caveats because it lacks proper compiler support. But we welcome user reports regarding its usability.
Dune now has a --trace-file
to profile slow builds using shiny flame graphs in Chrome.
Second step of the deprecation of jbuilder: the jbuilder
binary
now emits a warning on every startup and both jbuilder
and dune
emit warnings when encountering jbuild
files (#1752, @jeremiedimino)
Change the layout of build artifacts inside _build. The new layout enables
optimizations that depend on the presence of .cmx
files of private modules
(#1676, @bobot)
Fix merlin handling of private module visibility (#1653 @bobot)
unstable-fmt: use boxes to wrap some lists (#1608, fix #1153, @emillon, thanks to @rgrinberg)
skip directories when looking up programs in the PATH (#1628, fixes #1616, @jeremiedimino)
Use lsof
on macOS to implement --stats
(#1636, fixes #1634, @xclerc)
Generate dune-package
files for every package. These files are installed and
read instead of META
files whenever they are available (#1329, @rgrinberg)
Fix preprocessing for libraries with (include_subdirs ..)
(#1624, fix #1626,
@nojb, @rgrinberg)
Do not generate targets for archive that don't match the modes
field.
(#1632, fix #1617, @rgrinberg)
When executing actions, open files lazily and close them as soon as possible in order to reduce the maximum number of file descriptors opened by Dune (#1635, #1643, fixes #1633, @jonludlam, @rgrinberg, @jeremiedimino)
Reimplement the core of Dune using a new generic memoization system (#1489, @rudihorn, @jeremiedimino)
Replace the broken cycle detection algorithm by a state of the art one from this paper (#1489, @rudihorn)
Get the correct environment node for multi project workspaces (#1648, @rgrinberg)
Add dune compute
to call internal memoized functions (#1528,
@rudihorn, @jeremiedimino)
Add --trace-file
option to trace dune internals (#1639, fix #1180, @emillon)
Add --no-print-directory
(borrowed from GNU make) to suppress
Entering directory
messages. (#1668, @dra27)
Remove --stats
and track fd usage in --trace-file
(#1667, @emillon)
Add virtual libraries feature and enable it by default (#1430 fixes #921, @rgrinberg)
Fix handling of Control+C in watch mode (#1678, fixes #1671, @jeremiedimino)
Look for jsoo runtime in the same dir as the js_of_ocaml
binary
when the ocamlfind package is not available (#1467, @nojb)
Make the seq
package available for OCaml >= 4.07 (#1714, @rgrinberg)
Add locations to error messages where a rule fails to generate targets and rules that require files outside the build/source directory. (#1708, fixes #848, @rgrinberg)
Let Configurator
handle sizeof
(in addition to negative numbers).
(#1726, fixes #1723, @Chris00)
Fix an issue causing menhir generated parsers to fail to build in
some cases. The fix is to systematically use -short-paths
when
calling ocamlc -i
(#1743, fix #1504, @jeremiedimino)
Never raise when printing located errors. The code that would print the location excerpts was prone to raising. (#1744, fix #1736, @rgrinberg)
Add a dune upgrade
command for upgrading jbuilder projects to Dune
(#1749, @jeremiedimino)
When automatically creating a dune-project
file, insert the
detected name in it (#1749, @jeremiedimino)
Add (implicit_transitive_deps <bool>)
mode to dune projects. When this mode
is turned off, transitive dependencies are not accessible. Only listed
dependencies are directly accessible. (#1734, #430, @rgrinberg, @hnrgrgr)
Add toplevel
stanza. This stanza is used to define toplevels with libraries
already preloaded. (#1713, @rgrinberg)
Generate .merlin
files that account for normal preprocessors defined using a
subset of the action
language. (#1768, @rgrinberg)
Emit (orig_src_dir <path>)
metadata in dune-package
for dune packages
built with --store-orig-source-dir
command line flag (also controlled by
DUNE_STORE_ORIG_SOURCE_DIR
env variable). This is later used to generate
.merlin
with S
-directives pointed to original source locations and thus
allowing merlin to see those. (#1750, @andreypopp)
Improve the behavior of dune promote
when the files to be promoted have been
deleted. (#1775, fixes #1772, @jeremiedimino)
unstable-fmt: preserve comments (#1766, @emillon)
Pass flags correctly when using staged_pps
(#1779, fixes #1774, @jeremiedimino)
Fix an issue with the use of (mode promote)
in the menhir
stanza. It was previously causing intermediate mock files to be
promoted (#1783, fixes #1781, @jeremiedimino)
unstable-fmt: ignore files using OCaml syntax (#1784, @emillon)
Configurator: Add which
function to replace the which
command line utility
in a cross platform way. (#1773, fixes #1705, @Chris00)
Make configurator append paths to $PKG_CONFIG_PATH
on macOS. Previously it
was prepending paths and thus $PKG_CONFIG_PATH
set by users could have been
overridden by homebrew installed libraries (#1785, @andreypopp)
Disallow c/cxx sources that share an object file in the same stubs archive.
This means that foo.c
and foo.cpp
can no longer exist in the same library.
(#1788, @rgrinberg)
Forbid use of %{targets}
(or ${@}
in jbuild files) inside
preprocessing actions
(#1812, fixes #1811, @jeremiedimino)
Add DUNE_PROFILE
environment variable to easily set the profile. (#1806,
@rgrinberg)
Deprecate the undocumented (no_keep_locs)
field. It was only
necessary until virtual libraries were supported (#1822, fix #1816,
@jeremiedimino)
Rename unstable-fmt
to format-dune-file
and remove its --inplace
option.
(#1821, @emillon).
Autoformatting: (using fmt 1.1)
will also format dune files (#1821, @emillon).
Autoformatting: record dependencies on .ocamlformat-ignore
files (#1824,
fixes #1793, @emillon)
The new feature in this release is to automatically install
printers marked with [@@ocaml.toplevel_printer]
(#269 @diml).
Adding this annotation to your libraries will remove the need
to have a separate top
package to install the printers.
For example, in the uri
library, the old printing function for Uri.t
was:
val pp_hum : Format.formatter -> t -> unit
Just adding this annotation results in Uri.t
values being automatically
pretty printed in this version of utop.
val pp_hum : Format.formatter -> t -> unit [@@ocaml.toplevel_printer]
doc:
entry to opam file (#270 @avsm)We are pleased to announce the release of opam 2.0.3.
This new version contains some backported fixes:
Installation instructions (unchanged):
From binaries: run
sh <(curl -sL https://opam.ocaml.org/install.sh)
or download manually from the Github "Releases" page to your PATH. In this case, don't forget to run opam init --reinit -ni
to enable sandboxing if you had version 2.0.0~rc manually installed or to update you sandbox script.
From source, using opam:
opam update; opam install opam-devel
(then copy the opam binary to your PATH as explained, and don't forget to run opam init --reinit -ni
to enable sandboxing if you had version 2.0.0~rc manually installed or to update you sandbox script)
From source, manually: see the instructions in the README.
We hope you enjoy this new major version, and remain open to bug reports and suggestions.
NOTE: this article is cross-posted on opam.ocaml.org and ocamlpro.com. Please head to the latter for the comments!