nlfork-1.5.4
OCaml Changelog
RSSOfficial stable release announcements and updates from the OCaml compiler, OCaml infrastructure and the OCaml Platform Tools.
See full changelog
New features
- Add an option
--margin-checkto emit a warning if the formatted output exceeds the margin (#1110, @gpetiot) - Preserve comment indentation when
wrap-commentsis unset (#1138, #1159, @Julow) - Improve error messages (#1147, @Julow)
- Display standard output in the emacs plugin even when ocamlformat does not fail (#1189, @gpetiot)
Removed
- Remove
ocamlformat_reason(#254, #1185, @emillon). This tool has never been released to opam, has no known users, and overlaps with whatrefmtcan do. - Remove
ocamlformat-diff(#1205, @gpetiot). This tool has never been released to opam, has no known users, and overlaps with whatmerge-fmtcan do.
Packaging
- Work with base v0.13.0 (#1163, @Julow)
Bug fixes
- Fix placement of comments just before a '|' (#1203, @Julow)
- Fix build version detection when building in the absence of a git root (#1198, @avsm)
- Fix wrapping of or-patterns in presence of comments with
break-cases=fit(#1167, @Julow). This also fixes an unstable comment bug in or-patterns - Fix an unstable comment bug in variant declarations (#1108, @Julow)
- Fix: break multiline comments (#1122, @gpetiot)
- Fix: types on named arguments were wrapped incorrectly when preceding comments (#1124, @gpetiot)
- Fix the indentation produced by max-indent (#1118, @gpetiot)
- Fix break after Psig_include depending on presence of docstring (#1125, @gpetiot)
- Remove some calls to if_newline and break_unless_newline and fix break before closing brackets (#1168, @gpetiot)
- Fix unstable cmt in or-pattern (#1173, @gpetiot)
- Fix location of comment attached to the underscore of an open record (#1208, @gpetiot)
- Fix parentheses around optional module parameter (#1212, @cbarcenas)
- Fix grouping of horizontally aligned comments (#1209, @gpetiot)
- Fix dropped comments around module pack expressions (#1214, @Julow)
- Fix regression of comment position in list patterns (#1141, @jberdine)
- Fix: adjust definition of Location.is_single_line to reflect margin (#1102, @jberdine)
Documentation
- Fix documentation of option
version-check(#1135, @Wilfred) - Fix hint when using
break-separators=after-and-docked(#1130, @gretay-js)
See full changelog
- Fix building the OCaml compiler with Dune (#3038, fixes #2974, @diml)
We are pleased to announce the minor release of opam 2.0.6.
- Don't remove git cache objects that may be used [#3831 @AltGr]
- Don't include .gitattributes in index.tar.gz [#3873 @dra27]
- Update FAQ uri [#3941 @dra27]
- Lock: add warning in case of missing locked file [#3939 @rjbou]
- Directory tracking: fix cached entries retrieving with precise tracking [#4038 @hannesm]
- Build:
- Shell:
- Sandbox:
- opam-devel file: avoid copying extraneous files in opam-devel example [#3999 @maroneze]
As sandbox scripts have been updated, don't forget to run opam init --reinit -ni to update yours.
Note: To homogenise macOS name on system detection, we decided to keep
macos, and convertdarwintomacosin opam. For the moment, to not break jobs & CIs, we keep uploadingdarwin&macosbinaries, but from the 2.1.0 release, onlymacosones will be kept.
Installation instructions (unchanged):
-
From binaries: run
bash -c "sh <(curl -fsSL https://opam.ocaml.org/install.sh) --version 2.0.6"or download manually from the Github "Releases" page to your PATH. In this case, don't forget to run
opam init --reinit -nito 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 -nito 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!
See full changelog
- Fix a bug in the
Fiber.finalizefunction of the concurrency monad of Dune, causing a race condition at the user level (#3009, fix #2958, @diml)
See full changelog
-
Attach cinaps stanza actions to both
@runtestand@cinapsaliases (#2831, @NathanReb) -
Add variables
%{lib-private...}and%{libexec-private...}for finding build paths of files in public and private libraries within the same project. (#2901, @snowleopard) -
Add
--mandiroption to$ dune install. This option allows to override the installation directory for man pages. (#2915, fixes #2670, @rgrinberg) -
Fix
dune --version. The bootstrap didn't compute the version correctly. (#2929, fixes #2911, @diml) -
Do not open the log file in
dune clean. (#2965, fixes #2964 and #2921, @diml) -
Support passing two arguments to
=,<>, ... operators in package dependencies so that we can have things such as(<> :os win32)(#2965, @diml) -
Guess foreign archives & native archives for libraries defined using the
METAformat. (#2994, @rgrinberg, @anmonteiro) -
Fix generation of
.merlinfiles when depending on local libraries with more than one source directory. (#2983, @rgrinberg)
See full changelog
- add support for OCaml 4.10
See full changelog
- Delay errors raised by invalid
dune-packagefiles. The error is now raised only if the invalid package is treated as a library and used to build something. (#2972, @rgrinberg)
See full changelog
- git related fixes:
- github remote detection
not a git repositoryerror
- New option --packages-directory to indicate where package descriptions are stored
See full changelog
Added
- Add a
--output/-ooption to thetestsubcommand to allow specifying a different output file to write the corrected to, or to write it to the standard output (#194, @NathanReb) - Migrate to OCaml 4.08 AST to add support for
let*bindings (#190, @gpetiot) - Add
--syntaxoption torulesubcommand to allow generating rules for cram tests (#177, @craigfe) - Add a
require-packagelabel to explicitly declare dunepackagedependencies of a code block (#149, @Julow) - Add an
unset-label to unset env variables in shell blocks (#132, @clecat)
Changed
- Format rules generated by
ocaml-mdx ruleusingdune format-dune-file(#184, @NathanReb) - Run promotion of markdown files before
.mlfiles in generated dune rules (#140, @clecat)
Fixed
- Use module_presence information on Env.summary to prevent fetching absent modules from the toplevel env (#186, @clecat)
- Remove trailing whitespaces at the end of toplevel or bash evaluation lines (#166, @clecat)
- Improve error reporting of ocaml-mdx test (#172, @Julow)
- Rule: Pass the --section option to
test(#176, @Julow) - Remove trailing whitespaces from shell outputs and toplevel evals (#166, @clecat)
- Remove inappropriate empty lines in generated dune rules (#163, @Julow)
- Fix ignored
skiplabel inocaml-mdx pp(#1561, @CraigFe) - Fix synchronization of new parts from markdown to
.ml(#156, @Julow) - Fix ignored
[@@@parts ...]markers within module definitions (#155, @Julow) - Fix a bug in internal OCaml version comparison that lead to crashes in some cases (#145, @gpetiot)
- Promote to empty
.mlfile when usingto-mldirection (#139, @clecat) - Apply
--force-outputto.mlfile as well (#137, @clecat) - Fix a bug preventing
.correctedfiles to be written in some cases (#136, @clecat) - Add compatibility with
4.09.0(#133, @xclerc)
Removed
- Remove the
outputsubcommand as it was very specific to RealWorldOCaml needs (#195, @NathanReb) - Remove the
infer-timestampdirection (#171 @Julow)
See full changelog
- backend
- support OCaml 4.09 (#1055)
- fix parse errors in 4.08 (#1037)
- update 4.08 support to OCaml 4.08.1 (#1053)
- support
without_cmis - separate reading from caching in file-cache, use caching in
Env.check_state_consistency(#1044) - simplify compiler state management (#1056, #1059)
- fix creation of initial environment, improve compatibility with upstream 4.08 (#1052)
- frontend
- code re-organization (#1042)
- error command: select which kind of errors to show (#995)
- print value types in outline (#1014)
- fix process handling in windows (#1005)
- editor modes
- emacs
- bugfixes in merlin-imenu, merlin-xref (#1000, #1021, #1001)
- show types in merlin-imenu (#1013)
- reset buffer local configurations when resetting server (#1004)
- remove merlin-use-tuareg-imenu
- fix stack overflow (#1024)
- fix merlin-occurrence (#1043)
- vim
- display warn-error warnings as errors (#1009)
- emacs
- testsuite
- cover file-cache and
check_state_consistency(#1044) - check inconsistent assumptions, test server versus single modes (#1047)
- cover file-cache and
On behalf of the dune team, I'm delighted to announce the release of dune 2.0. This release is the culmination of 4 months of hard work by the dune team and contains new features, bug fixes, and performance improvements . Here's a selection of new features that I personally find interesting:
- New boostrap procedure that works in low memory environments
(deprecated_library_name ..)stanza to properly deprecate old library names(foreign_library ..)stanza to define C/C++ libraries.- C stubs directly in OCaml executables
Refer to the change log for an exhaustive list.
We strive for a good out of the box experience that requires no configuration, so we've also tweaked a few defaults. In particular, $ dune build will now build @all instead of @install, and ocamlformat rules are setup by default.
Lastly, dune 2.0 sheds all the legacy related to jbuilder and will no longer build jbuilder projects. This change is necessary to ease maintenance and make it easier to add new features down the line. There are a few other minor breaking changes. Refer to the change log for the full list. We apologize in advance for any convenience this might cause.
Happy Hacking!
See full changelog
-
Remove existing destination files in
installbefore installing the new ones. (#2885, fixes #2883, @bschommer) -
The
actionfield in thealiasstanza is not available startinglang dune 2.0. Thealiasfield in therulestanza is a replacement. (#2846, fixes 2681, @rgrinberg) -
Introduce
aliasandpackagefields to therulestanza. This is the preferred way of attaching rules to aliases. (#2744, @rgrinberg) -
Add field
(optional)for executable stanzas (#2463, fixes #2433, @bobot) -
Infer targets for rule stanzas expressed in long form (#2494, fixes #2469, @NathanReb)
-
Indicate the progress of the initial file tree loading (#2459, fixes #2374, @bobot)
-
Build
.cm[ox]files for executables more eagerly. This speeds up builds at the cost of building unnecessary artifacts in some cases. Some of these extra artifacts can fail to built, so this is a breaking change. (#2268, @rgrinberg) -
Do not put the
<package>.installfiles in the source tree unless-por--promote-install-filesis passed on the command line (#2329, @jeremiedimino) -
Compilation units of user defined executables are now mangled by default. This is done to prevent the accidental collision with library dependencies of the executable. (#2364, fixes #2292, @rgrinberg)
-
Enable
(explicit_js_mode)by default. (#1941, @nojb) -
Add an option to clear the console in-between builds with
--terminal-persistence=clear-on-rebuild -
Stop symlinking object files to main directory for stanzas defined
jbuildfiles (#2440, @rgrinberg) -
Library names are now validated in a strict fashion. Previously, invalid names would be allowed for unwrapped libraries (#2442, @rgrinberg)
-
mli only modules must now be explicitly declared. This was previously a warning and is now an error. (#2442, @rgrinberg)
-
Modules filtered out from the module list via the Ordered Set Language must now be actual modules. (#2442, @rgrinberg)
-
Actions which introduce targets where new targets are forbidden (e.g. preprocessing) are now an error instead of a warning. (#2442, @rgrinberg)
-
No longer install a
jbuilderbinary. (#2441, @jeremiedimino) -
Stub names are no longer allowed relative paths. This was previously a warning and is now an error (#2443, @rgrinberg).
-
Define (paths ...) fields in (context ...) definitions in order to set or extend any PATH-like variable in the context environment. (#2426, @nojb)
-
The
diffaction will always normalize newlines before diffing. Perviousy, it would not do this normalization for rules defined in jbuild files. (#2457, @rgrinberg) -
Modules may no longer belong to more than one stanza. This was previously allowed only in stanzas defined in
jbuildfiles. (#2458, @rgrinberg) -
Remove support for
jbuild-ignorefiles. They have been replaced by the thedirsstanza indunefiles. (#2456, @rgrinberg) -
Add a new config option
sandboxing_preference, the cli argument--sandbox, and the dep specsandboxin dune language. These let the user control the level of sandboxing done by dune per rule and globally. The rule specification takes precedence. The global configuration merely specifies the default. (#2213, @aalekseyev, @jeremiedimino) -
Remove support for old style subsystems. Dune will now emit a warning to reinstall the library with the old style subsystem. (#2480, @rgrinberg)
-
Add action (with-stdin-from
) to redirect input from when performing . (#2487, @nojb) -
Change the automatically generated odoc index to only list public modules. This only affects unwrapped libraries (#2479, @rgrinberg)
-
Set up formatting rules by default. They can be configured through a new
(formatting)stanza indune-project(#2347, fixes #2315, @emillon) -
Change default target from
@installto@all. (#2449, fixes #1220, @rgrinberg) -
Include building stubs in
@checkrules. (@rgrinberg, #2530) -
Get rid of ad-hoc rules for guessing the version. Dune now only relies on the version written in the
dune-projectfile and no longer readVERSIONor similar files (#2541, @jeremiedimino) -
In
(diff? x y)action, requirexto exist and register a dependency on that file. (#2486, @aalekseyev) -
On Windows, an .exe suffix is no longer added implicitly to binary names that already end in .exe. Second, when resolving binary names, .opt variants are no longer chosen automatically. (#2543, @nojb)
-
Make
(diff? x y)move the correction file (y) away from the build directory to promotion staging area. This makes corrections work with sandboxing and in general reduces build directory pollution. (#2486, @aalekseyev, fixes #2482) -
c_flags,c_namesandcxx_namesare now supported inexecutableandexecutablesstanzas. (#2562, @nojb) Note: this feature has been subsequently extended into a separateforeign_stubsfield. (#2659, RFC #2650, @snowleopard) -
Remove git integration from
$ dune upgrade(#2565, @rgrinberg) -
Add a
--disable-promotionto disable all modification to the source directory. There's also a correspondingDUNE_DISABLE_PROMOTIONenvironment variable. (#2588, fix #2568, @rgrinberg) -
Add a
forbidden_librariesfield to prevent some library from being linked in an executable. This help detecting who accidently pulls inunixfor instance (#2570, @jeremiedimino) -
Fix incorrect error message when a variable is expanded in static context:
%{lib:lib:..}when the library does not exist. (#2597, fix #1541, @rgrinberg) -
Add
--sectionsoption to$ dune installto install subsections of .install files. This is useful for installing only the binaries in a workspace for example. (#2609, fixes #2554, @rgrinberg) -
Drop support for
jbuildandjbuild-ignorefiles (#2607, @jeremiedimino) -
Add a
dune-action-pluginlibrary for describing dependencies direcly in the executable source. Programs that use this feature can be run by a new action (dynamic-run...). (#2635, @staronj, @aalekseyev) -
Stop installing the
ocaml-syntax-shimsbinary. In order to usefuture_syntax, one now need to depend on theocaml-syntax-shimspackage (#2654, @jeremiedimino) -
Add support for dependencies that are re-exported. Such dependencies are marked with
re_exportand will automatically be provided to users of a library (#2605, @rgrinberg) -
Add a
deprecated_library_namestanza to redirect old names after a library has been renamed (#2528, @jeremiedimino) -
Error out when a
preprocessor_depsfield is present but notpreprocessfield is. It is a warning with Dune 1.x projects (#2660, @Julow) -
Dune will use
-output-complete-exeinstead of-customwhen compiling self-contained bytecode executables whenever this options is available (OCaml version >= 4.10) (#2692, @nojb) -
Add action
(with-accepted-exit-codes <pred> <action>)to specify the set of successful exit codes of<action>.<pred>is specified using the predicate language. (#2699, @nojb) -
Do not setup rules for disabled libraries (#2491, fixes #2272, @bobot)
-
Configurator: filter out empty flags from
pkg-config(#2716, @AltGr) -
no_keep_locsis a no-op for projects that uselang duneolder than 2.0. In projects where the language is at least2.0, the field is now forbidden. (#2752, fixes #2747, @rgrinberg) -
Extend support for foreign sources and archives via the
(foreign_library ...)stanza as well as the(foreign_stubs ...)and(foreign_archives ...)fields. (#2659, RFC #2650, @snowleopard) -
Add (deprecated_package_names) field to (package) declaration in dune-project. The names declared here can be used in the (old_public_name) field of (deprecated_library_name) stanza. These names are interpreted as library names (not prefixed by a package name) and appropiate redirections are setup in their META files. This feaure is meant to migrate old libraries which do not follow Dune's convention of prefixing libraries with the package name. (#2696, @nojb)
-
The fields
license,authors,maintainers,source,bug_reports,homepage, anddocumentationofdune-projectcan now be overriden on a per-package basis. (#2774, @nojb) -
Change the default
modesfield of executables to(mode exe). If one wants to build a bytecode program, it now needs to be explicitly requested via(modes byte exe). (#2851, @jeremiedimino) -
Allow
ccomp_typeas a variable for evaluatingenabled_if. (#2855, @dra27, @rgrinberg) -
Stricter validation of file names in
select. The file names of conditional sources must match the prefix and the extension of the resultant filename. (#2867, @rgrinberg) -
Add flag
disable_dynamically_linked_foreign_archivesto the workspace file. If the flag is set totruethen: (i) when installing libraries, we do not install dynamic foreign archivesdll*.so; (ii) when building executables in thebytemode, we statically link in foreign archives into the runtime system; (iii) we do not generate anydll*.sorules. (#2864, @snowleopard) -
Reimplement the bootstrap procedure. The new procedure is faster and should no longer stack overflow (#2854, @dra27, @jeremiedimino)
-
Allow
.opam.templatefiles to be generated using rules (#2866, @rgrinberg)
See full changelog
Changes
- Set "conventional" as the default profile (#1060, @gpetiot).
This new profile is made to better match the most used style and is encouraged.
To continue using the previous default, use
profile = ocamlformatin your.ocamlformat. - CLI: Allow both values of boolean options (#1062, @Julow).
Now, both
--optand --no-opt` are available on the CLI for any boolean option "opt". Previously, only one of them were available depending on the default value. - Auto mode for
break-string-literals(#1057, @gpetiot).wrap,newlinesandnewlines-and-wrapvalues ofbreak-string-literalsare removed.autoreplaces them, it is equivalent tonewlines-and-wrap. - Dock collection brackets (#1014, @gpetiot).
after-and-dockedvalue ofbreak-separatorsis removed and is replaced by a newdock-collection-bracketsoption. - Preserve
beginandendkeywords in if-then-else (#978, @Julow). Previously,begin/endkeywords around if-then-else branches were turned into parentheses.
New features
- Give a hint when warning 50 is raised (#1111, @gpetiot)
- Add a message when a config value is removed (#1089, @emillon). Explain what replaces removed options and avoid printing a parsing error.
- Implement
sequence-blank-line=preserve-onefor let bindings (#1077, @Julow). Preserve a blank line afterlet .. inwhensequence-blank-lineset topreserve-one. Previously, only blank lines after;could be preserved. - Parse toplevel directives (#1020, @Julow).
Allow
#directivesin.mlfiles. Previously, files containing a directive needed to be parsed as "use file". The "use file" mode is removed and--use-fileis now the same as--impl. - Don't require
--name, require kind, forbid--inplace, allow--check, make--enable-outside-detected-projectimplicit when reading from stdin (#1018, @gpetiot) - Parse code in docstrings (#941, @gpetiot).
Format OCaml code in cinaps-style comments
(*$ code *)and code blocks in documentation comments(** {[ code ]} *). - Parse documentation comments with Odoc (#721, @Julow). Formatting of documentation comments is more robust and support newer Odoc syntaxes. Internally, Odoc replaces Octavius as the documentation parser.
Bug fixes
- Fix unstabilizing comments on assignments (#1093, @gpetiot)
- Fix the default value documentation for
max-indent(#1105, @gpetiot) - Fix closing parenthesis exceeding the margin in function application (#1098, @Julow)
- Missing break before attributes of
Pmty_with(#1103, @jberdine) - Fix closing quote exceeding the margin (#1096, @Julow)
- Fix break before the closing bracket of collections (exceeding the margin) (#1073, @gpetiot)
- Fix precedence of Dot wrt Hash (#1058, @gpetiot)
- Fix break in variant type definition to not exceed the margin (#1064, @gpetiot)
- Fix newlines and indentation in toplevel extension points (#1054, @gpetiot)
- Fix placement of doc comments around extensions (#1052, @Julow)
- Inline extensions that do not break (#1050, @gpetiot)
- Add missing cut before attributes in type declarations (#1051, @gpetiot)
- Fix alignment of cases (#1046, @gpetiot)
- Fix blank line after comments at the end of lists (#1045, @gpetiot)
- Fix indexing operators precedence (#1039, @Julow)
- Fix dropped comment after infix op (#1030, @gpetiot)
- No newline if the input is empty (#1031, @gpetiot)
- Fix unstable comments around attributes (#1029, @gpetiot)
- Fix extra blank line in sequence (#1021, @Julow)
- Check functor arguments when computing placement of doc comments (#1013, @Julow)
- Fix indentation of labelled args (#1006, @gpetiot)
- Fix linebreak between or-cases with comments when
break-cases=all(#1002, @gpetiot) - Fix unstable unattached doc comment in records (#998, @Julow)
- Fix string literal changed (#995, @Julow)
- Fix type variable (#996, @Julow)
- Fix crash on extension sequence (#992, @gpetiot)
- Fix position of expressions regarding of comments in infix-op expressions (#986, @gpetiot)
- Escape special characters in external declaration (#988, @Julow)
- Fix parens around constrained expr with attrs (#987, @gpetiot)
- Fix the margin, and correctly breaks comments (#957, @gpetiot)
- Fix formatting of custom indexing operators (#975, @gpetiot)
- Fix position of comments of labelled arrow types (#976, @gpetiot)
- No box around inline odoc styles (#971, @gpetiot)
- Fix boxing of collection expressions/patterns (#960, @gpetiot)
- Fix crash on record expr with pack fields (#963, @Julow)
- Fix letop in subexpr (#956, @hhugo)
Internal
- Take file kind from --name when formatting stdin (#1119, @Julow)
- Make Fmt.t abstract (#1109, @Julow)
- Future-proof Fmt API in case Fmt.t goes abstract (#1106, @emillon)
- Future-proof
FmtAPI in caseFmt.tgoes abstract (#1106, @emillon) - Optional names for formatting boxes in debug output (#1083, @gpetiot)
- Check ocamlformat error codes in the testsuite (#1084, @emillon)
- Clean
Translation_unit(#1078, @gpetiot) - Use dune file generation in test/passing/dune (#1082, @emillon)
- CI: factorize tests and check reason build (#1079, @gpetiot)
- Use short form for action in src/dune (#1076, @emillon)
- Cleanup
sequence_blank_line(#1075, @Julow) - CI: use a script travis-ci.sh to simplify .travis.yml (#1063, @gpetiot)
- Remove utility functions from
Fmt_ast(#1059, @gpetiot) - CI: use opam-2.0.5 in Travis (#1044, @XVilka)
- CI: check the build with OCaml 4.07.1 and 4.08.0 (#1036, @Julow)
- Use the same sets of options for both branches by default in
test_branch.sh(#1033, @gpetiot) - Fix
test_branch.shand CI checking of CHANGES.md (#1032, #1034, @Julow) - Fix flag of git-worktree in
test_branch.shandbisect.sh(#1027, @gpetiot) - Remove the
bisect_ppxdependency and clean theMakefile(#1005, @Julow) - Use a
CHANGES.mdlog file again (#1023, @gpetiot) - Support OCaml 4.09.0 (add the odoc.1.4.2 dependency) (#1024, @gpetiot)
- Update labels of issue templates (#1017, @gpetiot)
- Update labels in
CONTRIBUTING.md(#1007, @gpetiot) - Allow to ignore invalid options (#984, @hhugo).
The
--ignore-invalid-optionflag is added to ignore invalid options in.ocamlformatfiles. - Improve the documentation of
--doc-comments(#982, @Julow) - Remove symbolic links and change naming convention of tests (#980, @gpetiot)
- Change the type of
fmt_code(#974, @gpetiot) - Simplify
Makefile(#973, @hhugo) - Dune should not be flagged as a build dep anymore (#954, @gpetiot)
See full changelog
- tiny API change to help with the detection of top-level phrase boundaries
- fixed a bug with end of comment detection in some cases (esp. related to cinaps)
- tweaks for better indentation within cinaps comments
- lowered priority of algebraic attributes in expressions (
[@...]) to better match the actual meaning.
See full changelog
-
Allow to mark directories as
data_only_dirswithout including them asdirs(#2619, fix #2584, @rgrinberg) -
Fix reading
.installfiles generated with an external--build-dir. (#2638, fix #2629, @rgrinberg)
See full changelog
Fixed
- Fix a bug where
opam submitwould fail if the opam files had no description (#165, @NathanReb) - Fix a bug where opam files could be improperly tempered with while building the distribution tarball (#168, @NathanReb)
See full changelog
Bugs fixed
- Build on OCaml 4.09 (#383, Anil Madhavapeddy).
- Handle OCaml 4.08 type and module substitutions (#381, Jon Ludlam).
- Parser: better trimming of leading whitespace in code blocks (#370, Jules Aguillon).
- Parser: allow references to operators containing
:characters (#384, reported Sylvain Le Gall). - HTML: emit
<meta generator>again (#378, Daniel Bünzli). - CLI:
odoc html-targetswas ignoring deeply nested modules (#379, Daniel Bünzli). - Fix bad internal usage of
List.iter2(#376, Yotam Barnoy).
See full changelog
- Add support for OCaml 4.09.0 (@octachron @avsm, #299)
See full changelog
- compatibility with OCaml 4.08.0 (new attributes, monadic lets...)
- lots of smaller indentation fixes (module types, empty variants...)
- more reliable "inplace" mode (preserving symlinks and permissions)
- XDG compatibility (e.g. config file below
~/.config) - support for "cinaps" comments (indent as code comments that start with
(*$) - API:
IndentBlock.is_at_topnow returns true for top-level expressions
See full changelog
- Fix a ppx hash collision in watch mode (#2546, fixes #2520, @diml)
See full changelog
-
Remove the optimisation of passing
-nodynlinkfor executables when not necessary. It seems to be breaking things (see #2527, @diml) -
Fix invalid library names in
dune-packagefiles. Only public names should exist in such files. (#2558, fix #2425, @rgrinberg)
See full changelog
General
- Remove camlp4 remnants (@XVilka, #290) (@kandu, #293)
- Allow to statically link utop (@diml, #285) (@hongchangwu, #286)
Misc
- Remove broken elisp (m-plamann, #292)
- Add OCaml 4.08 build in Travis CI (XVilka, #291)
See full changelog
-
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)
See full changelog
- Improve: generalize API of Config_option (#952, @gpetiot)
- Improve: new 'before' value for option 'sequence-style' (#947, @gpetiot)
- Project: create issue templates (#950, @gpetiot)
- Improve: tidying up Conf.ml (#951, @gpetiot)
- Improve: parse code in comments (#934, @gpetiot)
- Fix comments' placement (do not look at loc_stack) (#923, @gpetiot)
- Doc: setting flags in .ocamlformat (#944, @gpetiot)
- Doc: enable-outside-detected-project necessary for global conf file (#948, @gpetiot)
- Fix hashbang handling (#946, @hhugo)
- Improve: support Shell-style regular expressions in .ocamlformat-ignore and .ocamlformat-enable files (#937, @gpetiot)
- Improve: force break after an infix op only if followed by another one (#935, @gpetiot)
- Fix break-separators=after-and-docked for lists and arrays (#931, @gpetiot)
- Improve: deprecate option break-string-literals and change its default value (#932, @gpetiot)
- Improve: break with labeled arrow type (#933, @gpetiot)
- Improve: disambiguate non-breaking matching structures (#857, @gpetiot)
- Improve: warning 50 handled like an internal error (#930, @gpetiot)
- Fix break-separators=after-and-docked for record patterns (#929, @gpetiot)
- Fix closing parenthesis indentation when on separate line (#928, @gpetiot)
- Improve: split the Conf.ml file (#920, @gpetiot)
- Fix position of comments after anonymous functions (#919, @gpetiot)
- Fix: comments around disabled block (#918, @hhugo)
- Fix monadic bindings (new 4.08 syntax) (#911, @gpetiot)
- Fix attribute when break-infix-before-func=false (#916, @gpetiot)
- Improve: update ocamlformat_reason opam file to 2.0 format (#913, @avsm)
- Fix attributes of modules (#910, @gpetiot)
- Fix docstrings of exceptions (#909, @gpetiot)
- Fix attribute location in Normalization (#908, @gpetiot)
- Improve: add the 'ocamlformat-file-kind' argument to the emacs hook (#905, @gpetiot)
- Improve: dunify testsuite (#881, @trRefis)
- Improve: add trailing semicolon inside record when break-separators=after-and-docked (#899, @gpetiot)
- Fix compilation with 4.06 and 4.07 (#898, @gpetiot)
- Improve: add a new way to indicate multiline delimiters (#876, @trefis)
- Fix inconsistency of break-separators=after-and-docked for record expressions (#856, @gpetiot)
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:
See full changelog
-
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
Ppxtoplevel 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_variantstanza. (#2169, fixes #2134, @TheLortex, review by @jeremiedimino) -
Add proper line directives when copying
.ccand.cxxsources (#2275, @rgrinberg) -
Fix error message for missing C++ sources. The
.ccextension was always ignored before. (#2275, @rgrinberg) -
Add
$ dune init projectsubcommand 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.exeas compiling host binary. (#2286, fixes #2252, @toots, review by @rgrinberg and @jeremiedimino) -
Add a
cinapsextension 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
METAanddune-packagefiles 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 fieldtargetthat must be used instead oftargetsin 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
executablestanza (#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 istruewhen--ingore-promoted-rulesis passed on the command line and false otherwise (#2382, @jeremiedimino) -
Fix a bug in
future_syntaxwhere the characters@and&were not distinguished in the names of binding operators (let@was the same aslet&) (#2376, @aalekseyev, @jeremiedimino) -
Workspaces with non unique project names are now supported. (#2377, fix #2325, @rgrinberg)
-
Improve opam generation to include the
dunedependencies with the minimum constraint set based on the dune language version specified in thedune-projectfile. (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
66to default set of warnings starting for dune projects with language verison >=1.11(@rgrinberg, @jeremiedimino, fixes #2299) -
Add (dialect ...) stanza (@nojb, #2404)
-
Add a
--contextargument todune 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_testsfield in the env stanza to control inline_tests framework with a variable (#2313, @mlasson, original idea by @jeremiedimino, review by @rgrinberg). -
New binary kind
jsfor 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)
See full changelog
- backend
**globbing in .merlin won't look into hidden directories (starting with a '.') (by Daniel Bünzli, #990)- fallback to "/dev/null" configuration for findlib
- better 4.08 support:
- support for letop (let+, and+, ...) (#986)
- fix parsing recovery for 4.08 constructions (#987)
- catch an exception raised by 4.08 Printtyp trying to rename a persistent identifier (#991)
- locate: treat local locations differently from external locations (coming from a cmi), this fixes "jump to definition" on mutually recursive bindings (#984)
- when completing an infix operator in a sub-module, wrap with () (#992)
- disable arity checks on externals (for Bucklescript compatibility)
- remove parser preprocessing (simplify compilation for OCaml < 4.08) (#997)
- editor modes
- emacs
- fix position computation in presence of tabs or multi-byte characters (#981)
- log arguments in "merlin-debug-last-commands" (#981)
- vim
- install reason.vim file (by Hezekiah M. Carty, #974)
- emacs
See full changelog
Fixed
- Fix a bug where file presence lint check wouldn't be run for
CHANGES,LICENSEandREADME(#161, @NathanReb)
Changed
- Add headers to better distinguish various
dune-releaselogs such as user prompts and informational logs
We are pleased to announce the minor release of opam 2.0.5.
This new version contains build update and small fixes:
- Bump src_ext Dune to 1.6.3, allows compilation with OCaml 4.08.0. [#3887 @dra27]
- Support Dune 1.7.0 and later [#3888 @dra27 - fix #3870]
- Bump the ocaml_mccs lib-ext, to include latest changes [#3896 @AltGr]
- Fix cppo detection in configure [#3917 @dra27]
- Read jobs variable from OpamStateConfig [#3916 @dra27]
- Linting:
- Fix typos [#3891 @dra27, @mehdid]
Note: To homogenise macOS name on system detection, we decided to keep
macos, and convertdarwintomacosin opam. For the moment, to not break jobs & CIs, we keep uploadingdarwin&macosbinaries, but from the 2.1.0 release, onlymacosones 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 -nito 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 -nito 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!
See full changelog
- Improve: align cases horizontally (#883, @gpetiot)
- Improve: option exp-grouping (#828, @gpetiot)
- Improve: synchronize Format with upstream stdlib (#885, @gpetiot)
- Improve: break-string-literals=newlines-and-wrap (#896, @gpetiot)
- Improve: specify break hint in fits_breaks (#894, @gpetiot)
- Improve: option break-before-in (#892, @gpetiot)
- Fix break-string-literals=newlines (#887, @gpetiot)
- Improve: Implement break-fun-sig without Location.is_single_line (#886, @Julow)
- Format gen_version.ml (#893, @hhugo)
- Improve: switch to ast 4.08 (#831, @hhugo)
- Fix formatting of arguments when break-fun-decl=fit-or-vertical (#884, @gpetiot)
- Test: extend max_indent test (#878, @trefis)
- Test: break_cases_normal_indent.ml is a symlink on break_cases_fit.ml (#879, @gpetiot)
- Improve unicode text length computation (#816, @gpetiot)
- Add an option to control the indentation of nested matches (#870, @trefis)
- Fix: properly interpret indicate-multiline-delimiters for if-then-elses (#874, @trefis)
- Enable warning 9 (#875, @hhugo)
- Fix unstable comment in
let%ext(#873, @gpetiot) - Improve: option max-indent (#841, @gpetiot)
- Improve: option nested-match=align (#827, @gpetiot)
- Fix dropped attributes in with_constraints (#846, @gpetiot)
- Fix dropped comments in list patterns and module types (#866, @gpetiot)
- Fix comment dropped in object (#849, @gpetiot)
- Fix inconsistency of break-separators for wildcards in match cases (#855, @gpetiot)
- Improve: new options to support 'with' and 'strict_with' (ocp-indent) (#853, @gpetiot)
- Improve: .ocamlformat-enable files listing files to format when ocamlformat is disabled (#854, @gpetiot)
- Check that all locations have been considered during formatting (#864, @hhugo)
- clean Hashtbl.Poly (#862, @hhugo)
- Fix: test.sh (#858, @hhugo)
- cleanup Cmts.ml (#861, @hhugo)
- Clean: Cleanup usage of Poly (#860, @hhugo)
- Fix: rename sexp_list into list (#859, @hhugo)
- Fix vim instructions (#852, @naartjie)
- Improve: options extension-indent and stritem-extension-indent (#840, @gpetiot)
- Fix comment dropped in field alias (#848, @gpetiot)
- Fix pro position for with_constraints (#847, @gpetiot)
- Improve: finer space-around-exp options (#837, @gpetiot)
- Improve: preserve blank lines in conventional and sparse profiles (#838, @gpetiot)
- Improve: don't fit tag-only comments after val declarations (#836, @Julow)
- Improve speed with ofday_unit_tests_v1.ml (#833, @hhugo)
- Fix exception when calling String.sub (#832, @gpetiot)
- Improve: implement doc-comments and doc-comments-tag-only for every items (#746, @Julow)
- Improve: Add field-space=tight-decl (#829, @Julow)
- Improve: make Sugar.list_exp and Sugar.list_pat tail-recursive (#823, @gpetiot)
- Improve: options 'let-binding-indent', 'type-decl-indent' and 'indent-after-in' (#822, @gpetiot)
- Fix: performance issue with deep asts (#826, @hhugo)
- Improve: preserve blank lines in sequences (#814, @gpetiot)
- Improve: tidying Fmt_ast.ml (#821, @gpetiot)
- Improve: space before type constraint in record (#819, @gpetiot)
- Improve: break-cases=fit-or-vertical (#820, @gpetiot)
- Improve: remove break before ending paren for anonymous functions (#818, @gpetiot)
- Improve: preserve the position of type annotation in bindings (#815, @gpetiot)
- Improve: preserve record type annot (#812, @gpetiot)
- Fix break before ending paren (#801, @gpetiot)
- Improve: better consistency between structures and signatures (#803, @gpetiot)
- Fix let module sparse (sparse mode only for module applications) (#809, @gpetiot)
- Improve: change formatting of newtypes (#811, @gpetiot)
- Improve: break-cases-all shouldn't break nested patterns (#810, @gpetiot)
- Fix: sugarized extensions (#805, @gpetiot)
- Improve: tidying Fmt_ast (#808, @gpetiot)
- Fix cmt in empty structure (#804, @gpetiot)
- Remove dead link to preset profiles (#806, @andschwa)
- Improve: break with type constraints (#797, @gpetiot)
- Fix colon break module type functor (#802, @gpetiot)
- Improve: K&R style for if-then-else (#787, @gpetiot)
- Improve: new option break-fun-sig (#785, @gpetiot)
- Improve: indentation consistency of '<-' and
:=(#780, @gpetiot) - Fix: functor application and break-struct wrap incorrectly (#786, @gpetiot)
- Break after anonymous function arrow after infix op (#781, @gpetiot)
- Fix: type extension (#782, @gpetiot)
- Improve: Fmt.noop (#784, @gpetiot)
- Fix extension of value binding (#779, @chrismamo1)
- Improve: less sensitivity to concrete syntax (#767, @gpetiot)
- Fix missing space before attribute on includes (#775, @Julow)
- Improve: new option let-module (#768, @gpetiot)
- Improve: --disable-outside-detected-project is set by default (#761, @gpetiot)
- Fix weird parens break (#751, @gpetiot)
- Fix: if $XDG_CONFIG_HOME is either not set or empty, use $HOME/.config (#758, @gpetiot)
- Fix: --use-file/--impl/--intf should override file extension (#774, @gpetiot)
- Improve: less breaks for break-cases=all but correctly breaks or-patterns (#762, @gpetiot)
- Remove unecessary break on module pack constraints with with-constraints (#739, @Julow)
- Fix inconsistent break before module signature (#755, @gpetiot)
- Fix indentation of functor argument (#773, @gpetiot)
- Tidying fmt ast (#748, @gpetiot)
- Fix nested parens with no break infix before func (#760, @gpetiot)
- Provide an mli for Compat (#772) (hhugo) -Fix non-wrapping asterisk prefixed cmts (#759, @gpetiot)
- Support for OCaml 4.08 (#763, @hhugo)
- Fix module type functor (#716, @gpetiot)
- Small cleanup (#764, @hhugo)
- Fix: update ocamlformat-help.txt (follow up on #752) (#756, @gpetiot)
- Fix module pack and functor (#735, @Julow)
- Fix grammar: it's -> its (@anmonteiro)
- Improve: support --name with --inplace (#740, @jberdine)
- Fix: dropped comments for pexp_record (#743, @hhugo)
- Improve: comments arround attributes, fix #726 (#742, @hhugo)
- Update README for new profiles (#738, @jberdine)
- Remove deprecated 'default' profile (#736, @jberdine)
- Fix extra parens around ext match (#733, @gpetiot)
- Improve: factorize with compose_module (#729, @gpetiot)
- Test: exclude gen_version.ml from test (#732, @jberdine)
- Improve: make gen_version an ocaml script (#664, @hhugo)
See full changelog
Bugs fixed
- Messy formatting in large definitions due to lack of
<span>s (#360, Thomas Refis). - Missing table of contents on
.mldpages (#361, Rizo Isrof). - Missing space before polymorphic class names (#339, Kevin Ji).
- Module type definitions printed with
:instead of=(#344, Geoff Reedy). - Conjunctive types printed with
*instead of&(#353, Florian Angeletti). - Type extensions (
+=) printed without CSS classes found in other items (#348, reported Stéphane Lavergne). - High memory usage on large codebases (#361, Thomas Refis).
- Build: double underscores in internal filenames (#357, Thomas Refis).
- Development: test suite assumed that html5-tidy supports
--mute(#345, Geoff Reedy). - Internal: refactored AST (#351, #364, Jules Aguillon).
See full changelog
- Small cleanup (#764, @hhugo)
- Support for OCaml 4.08 (#763, @hhugo)
See full changelog
- backend
- catch findlib initialization failures and keep going on
See full changelog
- Add
--force-outputoption to force generation of diff file (#118 @clecat) - Support OCaml 4.08.0 (#121 @xclerc)
- README and documentation fixes (#122 #118 @andreypopp @clecat @samoht)
- Use latest ocaml-migrate-parsetree interfaces (@avsm)
See full changelog
- Fix a bug in documentation publication where under certain circumstances the
doc would be published in a
_htmlfolder instead of being published at the root ofgh-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.
See full changelog
-
Restricted the set of variables available for expansion in the destination filename of
installstanza 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.ppstanza 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
.opamfiles. In particular, apackagefield 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 calledfindlib.dynloadwith Dune would have to add(special_builtin_support findlib_dynload)to trigger the special behavior. (#2115, @jeremiedimino) -
Install the
future_syntaxpreprocessor asocaml-syntax-shims.exe(#2125, @rgrinberg) -
Hide full command on errors and warnings in development and show them in CI. (detected using the
CIenvironment variable). Commands for which the invocation might be omitted must output an error prefixed withFile. Add an--always-show-command-lineoption to disable this behavior and always show the full command. (#2120, fixes #1733, @rgrinberg) -
In
dune-workspacefiles, 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
-ppflag in .merlin (#2142, @rgrinberg) -
Make
dune substadd a(version ...)field to thedune-projectfile (#2148, @jeremiedimino) -
Add the
%{os_type}variable, which is a short-hand for%{ocaml-config:os_type}(#1764, @jeremiedimino) -
Allow
enabled_iffields inlibrarystanzas, restricted to the%{os_type},%{model},%{architecture},%{system}variables (#1764, #2164 @jeremiedimino, @rgrinberg) -
Fix
chdiron external and source paths. Dune will also fail gracefully if the external or source path does not exist (#2165, fixes #2158, @rgrinberg) -
Support the
.ccextension fro C++ sources (#2195, fixes #83, @rgrinberg) -
Run
ocamlformatrelative to the context root. This improves the locations of errors. (#2196, fixes #1370, @rgrinberg) -
Fix detection of
README,LICENSE,CHANGE, andHISTORYfiles. These would be undetected whenever the project was nested in another workspace. (#2194, @rgrinberg) -
Fix generation of
.merlinwhenever there's more than one stanza with the same ppx preprocessing specification (#2209 ,fixes #2206, @rgrinberg) -
Fix generation of
.merlinin the presence of thecopy_filesstanza and preprocessing specifications of other stanazs. (#2211, fixes #2206, @rgrinberg) -
Run
refmtfrom the context's root directory. This improves error messages in case of syntax errors. (#2223, @rgrinberg) -
In .merlin files, don't pass
-dump-astto thefuture_syntaxpreprocessor. Merlin doesn't seem to like it when binary AST is generated by a-pppreprocessor. (#2236, @aalekseyev) -
dune installwill 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.
See full changelog
-
backend
- interpret
-ppflag - backtrack warnings in all versions, not just 4.06
- silence C compiler warnings (by David Allsopp and Bernhard Schommer)
- remove sturgeon support
- allow to select sections to log
- better error message on ocaml version mismatch
- locate:
- handle functors and functor applications
- do not use the location coming from the environment
- tweaked caching policy
- fix environment when a file disappears
- fix -short-paths handling of classes and class types (by Leo White)
- don't select deprecated paths in -short-paths (by Leo White)
- return type info in outline query (by Andrey Popp)
- properly handle new lines in the lexer
- better tracking of errors reported by the parser and by preprocessors
- add support for OCaml 4.08
- tweaked the recovery strategy in presence of syntax errors
- timing information in replies now includes wall clock time.
- dump command can new dump the parsetree post preprocessing
- interpret
-
editors modes
-
emacs
- fix merlin-xref.el install (by Emilio Jesus Gallego Arias)
- keep labels matching the prefix the user has typed rather than dropping them (by Mitchell Plamann)
- remove unused
merlin--overlayfunction (by Wilfred Hughes) - show the number of errors in the modline (by Wilfred Hughes)
- call a logger on the client side if one is defined
- allow user to disable completion inside comments and strings
- show errors and types even when buffer is narrowed (by Wilfred Hughes)
- make sure PATH is updated when merlin-command is 'opam
-
vim
- better FindBinary
- make the log buffer a scratch buffer (by Tom Johnson)
- execute buffer switching silently (by Fabian)
- restore view after updating merlin type buffer (by Fabian)
-
-
testsuite
- Switched to mdx with cram syntax.
See full changelog
- Add confirmation prompts in some commands. (#144, #146, @NathanReb)
- Use github returned archive URL instead of guessing it. Fixes a bug when releasing a version with URL incompatible characters to github. (#143, @NathanReb)
- Add logs to better describe commands behaviour. (#141, #137, #135, #150, #153, @NathanReb)
- Fix a bug when publishing documentation to a repo for the first time (#136, @NathanReb)
- Allow to submit package to a different opam-repository hosted on github. (#140, #152, @NathanReb)
- Use
dune substfor watermarking. (#147, @NathanReb) - Fix linting step so it checks for
CHANGES,LICENSEandREADMEagain
See full changelog
General
- Better support for wide and combined glyph (@kandu)
- Added tips for simpe prompt without fancy features (Marshall Abrams, #279)
- Correct quoting for Windows command shell (Dmitry Bely, #272)
Additions
- 4.08 compatibility (#284)
- module
UTop: addget_load_pathandset_load_pathto manage the include directories (#284)
Breaking
- module
UTop:val load_path : string list refis removed (#284)
See full changelog
-
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 theirdune-projectfile 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 installwould install man pages to incorrect paths when compared toopam-installer. For example dune now installs(foo.1 as man1/foo.1)correctly and previously that was installed toman1/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 forcoqlibwill 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 calledfindlib.dynloadwith 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)
See full changelog
- Fix
.installfiles not being generated (#2124, fixes #2123, @rgrinberg)
See full changelog
- Fix invocation of odoc to add previously missing include paths, impacting mld files that are not in directories containing libraries (#2016, fixes #2007, @jonludlam)
We are pleased to announce the release of opam 2.0.4.
This new version contains some backported fixes:
- Sandboxing on macOS: considering the possibility that TMPDIR is unset [#3597 @herbelin - fix #3576]
- display: Fix
opam config vardisplay, aligned onopam config list[#3723 @rjbou - rel. #3717] - pin:
- opam clean: Ignore errors trying to remove directories [#3732 @kit-ty-kate]
- remove wrong "mismatched extra-files" warning [#3744 @rjbou]
- urls: fix hg opam 1.2 url parsing [#3754 @rjbou]
- lint: update message of warning 47, to avoid confusion because of missing
synopsisfield internally inferred fromdescr[#3753 @rjbou - fix #3738] - system:
- lock & signals: don't interrupt at non terminal signals [#3541 @rjbou]
- shell: fix fish manpath setting [#3728 @gregory-nisbet]
- git: use
diff.noprefix=falseconfig argument to overwrite user defined configuration [#3788 @rjbou, #3628 @Blaisorblade - fix #3627]
- dirtrack: fix precise tracking mode [#3796 @rjbou]
- fix some mispellings [#3731 @MisterDA]
- CI enhancement & fixes [#3706 @dra27, #3748 @rjbou, #3801 @rjbou]
Note: To homogenise macOS name on system detection, we decided to keep
macos, and convertdarwintomacosin opam. For the moment, to not break jobs & CIs, we keep uploadingdarwin&macosbinaries, but from the 2.1.0 release, onlymacosones 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 -nito 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 -nito 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!
See full changelog
- Remove assert false in favor of error message. (#125, @ejgallego)
- Embed a 'version: "$release-version"' in each opam file of the current directory to get reproducible releases (#128, #129, @hannesm)
- Generate sha256 and sha512 checksums for release (#131, @hannesm)
- Grammar fixes (#132, @anmonteiro)
- Handle doc fields with no trailing slash (#133, @yomimono)
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:
- A tagging mechanism for implementations called variants
- The ability to build libraries in the Coq proof assistant.
- A new
dune initcommand 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.
See full changelog
-
Warn when generated
.merlindoes not reflect the preprocessing specification. This occurs when multiple stanzas in the same directory use different preprocessing specifications. This warning can now be disabled withallow_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 initcommand. 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
.privatedirectory (#1983, fix #1973 @rgrinberg) -
Fix
dune substattempting 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 theenvstanza. Previously, parentbinariesfields would be ignored, but instead they should be combined. (#2029, @rgrinberg) -
Allow "." in
c_namesandcxx_names(#2036, fix #2033, @rgrinberg) -
Format rules: if a dune file uses OCaml syntax, do not format it. (#2014, fix #2012, @emillon)
See full changelog
- Admin: remove CHANGES.md that was essentially git log (@jberdine)
- Admin: simplify release procedure (@jberdine)
- Build: fix ocaml version constraint, need 4.06 (@jberdine)
- Improve: make gen_version an ocaml script (@hhugo)
- Improve: fix associativity of Pexp_setfield (#725, @jberdine)
- Improve: normalize setfield and setinstvar (#720, @gpetiot)
- Remove: deprecated config file syntax parsing (#715, @jberdine)
- Improve: put the equal first for ocp-indent-compat (#717, @gpetiot)
- Fix: parse docstrings once (#713, @gpetiot)
- Improve: new profiles conventional and ocamlformat (#663, @gpetiot)
- Revert module indentation (#714, @gpetiot)
- Fix infix wrap (#691, @gpetiot)
- Fix doc comments tag only when docstring parsing disabled (#711, @gpetiot)
- Fix missing space before closing paren around function (#705, @jberdine)
- Fix documentation of doc-comments-tag-only (#710, @gpetiot)
- Improve: module-item-spacing=preserve (#538, @gpetiot)
- Add a space in "Jane Street" (#703, @kevinji)
- Fix js_source.ml (#702, @gpetiot)
- Fix space-around-collection-expressions for record/variant definitions (#670, @Julow)
- Fix extra space ifthenelse (#700, @gpetiot)
- Improve split attribute in let binding for expect test with uncaught exn (#681, @gpetiot)
- Fix empty newline before equal (#701, @gpetiot)
- Fix double cmts (#678, @gpetiot)
- Fix value binding ocp indent compat (#694, @gpetiot)
- Fix ast changed when record ident constrained (#697, @gpetiot)
- Fix incorrect ocaml code (#698, @gpetiot)
- Fix fmt for CI (#693, @gpetiot)
- Fix record break (#689, @gpetiot)
- Fix break before parens no wrap fun args (#690, @gpetiot)
- Improve: disable conf in files and attributes (#684, @gpetiot)
- Fix space around tuples (#679, @gpetiot)
- Improve: break before in for let-module construct, because of ocp-indent (#685, @gpetiot)
- Improve debugging output (#677, @hhugo)
- Improve: group open/close of modules and fix indentation (#665, @gpetiot)
- Fix constrained match in record (#676, @gpetiot)
- Fix: formatting of end line comments (#662, @gpetiot)
- Fix cmt in fun when no break infix (#668, @gpetiot)
- Add the wrap-fun-decl option (#645, @Julow)
- Improve: break the list of 'with type' module constraints (#639, @gpetiot)
- Reduce the use of Poly comparisons (#661, @hhugo)
- Improve: check flag to check whether the input files already are formatted (#657, @gpetiot)
- Fix cmt placement infix op (#651, @gpetiot)
- Restore compat with base.v0.11 (@hhugo)
- Fix: disallow '-' with other inputs (#658, @hhugo)
- Fix build on OCaml 4.06.1 (#646, @Julow)
- Fix comments on record fields (#650, @Julow)
- Fix cmts in list (#654, @gpetiot)
- Improve: If-then-else = fit-or-vertical mode (#603, @gpetiot)
- Link to man page from readme (#648, @yawaramin)
- Fix indent match branches with cmts (#644, @gpetiot)
- Build: update to base v0.12 (#642, @jberdine)
- Fit tag-only doc comments (#637, @Julow)
- Fix try%lwt indent (#638, @gpetiot)
- Fix type manifest formatting (#616, @gpetiot)
- Fix: don't include ocamlformat_diff in ocamlformat (#636, @Khady)
- fix emacs setup (#631, @Khady)
- tools/update_tests.sh --all (#632, Julow)
- Fix: don't break line before wrapping comment (#634, @gpetiot)
- Fix ignored ocamlformat attribute (#615, @gpetiot)
- Include jsoo in the tests (#618, @hhugo)
- Fix missing break before comment (#613, @gpetiot)
- Do not rely on the file-system to format sources (#611, @hhugo)
- Ignore file in .ocamlformat-ignore (#606, @hhugo)
- Improve reason support (#608, @hhugo)
- Fix: fix fmt_ast wrt strings and chars when sources are not available (#607, @hhugo)
- Fix ocamlformat_reason (#604, @hhugo)
- Fix missing break for local open record patterns (#602, @gpetiot)
- Fix regression for variants with docstrings (#601, @gpetiot)
- Fix extra break in module pack type (#600, @Julow)
- Add the doc-comments-padding option (#575, @Julow)
- Improve: externalize Sugar functions from Fmt_ast.ml (#593, @gpetiot)
- Fix typedecl attribute (#595, @gpetiot)
- Improve: less linebreaks for break-cases=fit (#536, @gpetiot)
- fix #590 (#594, @hhugo)
- Make gen_version.sh use bash. (#592, @hhugo)
- Implement box debugging (#574, @Julow)
- Break closing bracket in polymorphic variants (#583, @Julow)
- Break comment record (#580, @Julow)
- missing headers (@hhugo)
- Improve: mishandling of field_space in record exps and patterns (#587, @jberdine)
- Add empty mli for executable (#591, @hhugo)
- tests: test ocamlformat when disabled (@hhugo)
- dont reformat if disabled (@hhugo)
- remove global ref in Transation_unit (@hhugo)
- Fix Emacs (>26.1) temporary buffer not killed (#567, @ludwigpacifici)
- Improve: opam file for ocamlformat_diff to remove the bos dependency (#579, @gpetiot)
- Fix: Require Octavius version 1.2.0 (#576, @Julow)
- Improve: record fields with type constraints (#565, @jberdine)
- Fix: comments attachment (#548, @gpetiot)
- Improve: parens around constrained any-pattern (#431, @gpetiot)
- Revise formatting of compact single case matches (#552, @jberdine)
- Fix typo in help text (#553) (Wilfred Hughes)
- Improve: calculate length of comment strings using UTF8 (#550, @jberdine)
- Admin: update travis versions of ocaml and opam (#551, @jberdine)
- Fix: missing break before
; _(#549, @jberdine) - Improve: module item spacing in sparse mode (#546, @jberdine)
- Improve: some simplifications (#542, @gpetiot)
- Improve: remove unnecessary parens when open module (#537, @gpetiot)
- Improve: not breaking after bind/map operators (#463, @gpetiot)
- Fix suboptimal docstring formatting (#540, @gpetiot)
- amend janestreet profile (#524, @mbarbin)
- Improve: option break-separators (#461, @gpetiot)
- Fix formatting of types with ocp-indent-compat=true (#525, @gpetiot)
- Preserve shebang (#533, @gpetiot)
- Fix: remove indented empty lines between comments (#531, @gpetiot)
- Improve: remove indented empty lines separating recursive modules (#528, @gpetiot)
- add update_tests.sh (#529, @gpetiot)
- Improve: space around collection expressions (#527, @gpetiot)
- Improve: remove more spaces inside parenthesized multiline constructs (#526, @gpetiot)
- Disable docstring parsing for external tests (#518, @gpetiot)
- Fix odoc normalize (#520, @gpetiot)
- Better docstring error msgs (#519, @gpetiot)
- Fix odoc seps (#511, @gpetiot)
- Improve: option 'single-case' (#426, @gpetiot)
- Add a parens-tuple-patterns configuration option (#498, @NathanReb)
- Fix: comments should not be parsed for diff (#509, @gpetiot)
- Fix: odoc refs (#510, @gpetiot)
- Fix formatting of or-patterns in try expressions (#503, @NathanReb)
- Test: improve test_branch.sh to allow different config for branch (#496, @jberdine)
- Improve: option 'parens-ite' (#430, @gpetiot)
- fix break-struct for toplevel items (not in a struct) (#497, @gpetiot)
- Fix: breaking of variant types (#486, @gpetiot)
- Improve: autocompletion of git branch names for test_branch.sh (#485, @gpetiot)
- Fix: Sanitize docstring check (#481, @gpetiot)
- Improve the formatting of lists in doc comments (#480, @jeremiedimino)
- Add PR test script and update contributing guidelines with expected usage (#479, @jberdine)
- Fix break struct natural (#443, @gpetiot)
- Fix: disable-outside-detected-project: disable ocamlformat when no .ocamlformat file is found (#475, @gpetiot)
- Improve: error message when docstrings move (#446, @gpetiot)
- Improve: print-config prints all options (#465, @gpetiot)
- Ocamldoc docstrings (#460, @gpetiot)
- Doc: disable-outside-detected-project (#468, @gpetiot)
- Improve: shorter output of regtests (#469, @gpetiot)
- Admin: add code of conduct and copyright headers to build and package system (@jberdine)
- Improve: add license header for tools/ocamlformat-diff/ocamlformat_diff.ml (#466, @gpetiot)
- Build: a few simplifications enabled by dune 1.1.1 (#457, @jberdine)
- Improve: record fields with attributes and docs in type definitions (#458, @jberdine)
- Fix exception comments (#459, @gpetiot)
- OCamlFormat diff tool (#450, @gpetiot)
See full changelog
- Fix auto-generated
index.mld. Use correct headings for the listing. (#1925, @rgrinberg, @aantron)
See full changelog
- Correctly write
dune-packagewhen 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:
- New appearance.
- Tables of contents on each page.
- Generation of docs in ReasonML syntax.
- Interop with BuckleScript.
- Parallel packaging for NPM and esy.
- New, error-recovering comment parser with helpful error messages.
- Many bugfixes.
- Compatibility with OCaml 4.08 (at least, the current beta releases).
- Much more streamlined development process, cleaner code, more tests and CI, etc.
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!
See full changelog
Changes
- All parsing errors are now recoverable warnings (#238).
- Page titles are now level-0 headings (
{0 ...}), and top-level sections within a page are level-1 headings ({1 ...}) (#217, Rizo Isrof). - Don't render definitions of externals (#275, Nik Graf).
- Disable programming ligatures (#248).
- Rename
--root-urioption to--xref-base-uri(#223, Rizo Isrof). - Deprecate redundant reference kind annotations (#246).
Additions
- Preliminary compatibility with the current 4.08 beta releases (#309, Jon Ludlam).
- Paragraph headings (
{4 ...}) and subparagraph headings ({5 ...}) (#217, Rizo Isrof). odoc support-files-targetscommand (#232).- Recommend
bsdocfor usingodocwith BuckleScript (#269, Leandro Ostera).
Bugs fixed
- Improve breadcrumbs on
.mldpages (#293, Daniel Buenzli). - Display tables of contents in nested module and class pages (#261, Rizo Isrof).
- Uncaught exception when parsing references to operators with
-in them, such as@->(#178). - Incorrect parsing of references to operators with
.in them, such as*.(#237). - Assertion failure when processing optional arguments in an
.mlfile with a type annotation, when that type annotation uses an alias of'a option(#101). - Assertion failure when two modules with the same name are found by odoc (#148, Jon Ludlam).
- Verbatim blocks (
{v ... v}) can now only be terminated if thev}is immediately preceded by whitespace (#71, reported Daniel Buenzli). - Wrong column numbers for errors reported in comments (#227, #253).
- Restore parsing of ocamldoc-style reference kind annotations (#244).
- Ordinary
typekeyword instead ofandrendered in HTML for mutually-recursive types (#105, reported @Fourchaux). nonreckeyword not rendered (#249).andnot rendered for mutually-recursive modules, classes, and class types (#251).- Outer comment attached to a module rendered when the module is included (#87, Jon Ludlam).
- Polymorphic variant constructor documentation not rendered (#176, reported @steinuil).
- Variant constructor and record field documentation styled differently (#260, Jon Ludlam).
- Sloppy keyword markup in HTML output (#319).
- Rendering of multiple
constraintclauses (#321). - Incorrect order of functor arguments (#261, Rizo Isrof).
odoc htmloption-onow creates the output directory if it does not exist #171, #264 Rizo Isrof).odoc html-targetsoutput now includes path prefix given through-ooption (#173, Rizo Isrof).- Allow
-Iand-ooptions to refer to non-existent directories (#32, #170, Daniel Buenzli). - Make
odoc compile-targetsmatchodoc compile(#273, Daniel Buenzli). odoc compile-depsdoes not work on.cmtfiles (#162, Daniel Buenzli).odoc html-depsnow scans for.odocfiles recursively (#307, Daniel Buenzli).odoc html-targetsignores stop comments (#276, Daniel Buenzli).odoc html-targetsandodoc html-depssegfault on.mldpages (#277, #282, Daneil Buenzli).--theme-urioption not propagated to some subpages (#318, Thomas Refis).- Binary files not opened in binary mode (#281, Ulrik Strid).
Build and development
- Always print backtraces for unhandled exceptions (3d10feb).
- CI on macOS (#216, Leandro Ostera).
- Test runner improvements (#266, Rizo Isrof).
- Fix esy builds in Travis (#301, Jon Ludlam).
- Don't require
makein the esy build (#308, Leandro Ostera). - Get rid of some large GADTs (#292, Jon Ludlam).
- Remove dependency on
bos(#305, Daniel Buenzli). - Remove dependency on
rresult(#306, Daniel Buenzli). - Remove dependency on
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!
See full changelog
-
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
.cxxextension for C++ stubs (#1831, @rgrinberg) -
Add
DUNE_WORKSPACEvariable. This variable is equivalent to setting--workspacein the command line. (#1711, fix #1503, @rgrinberg) -
Add
c_flagsandcxx_flagsto env profile settings (#1700 and #1800, @gretay-js) -
Format
dune printenvoutput (#1867, fix #1862, @emillon) -
Add the
(promote-into <dir>)and `(promote-until-clean-into)` modes for `(rule ...)` stanzas, so that files can be promoted in another directory than the current one. For instance, this is used in merlin to promote menhir generated files in a directory that depends on the version of the compiler (#1890, @jeremiedimino) -
Improve error message when
dune substfails (#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
.merlinfiles on Windows.\characters needed to be escaped (#1869, @mlasson) -
Fix 0 error code when
$ dune format-dune-filefails. (#1915, fix #1914, @rgrinberg) -
Configurator: deprecated
query_exprand introducedquery_expr_errwhich 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-rulesor-p(#1917, @jeremiedimino)
See full changelog
- Updated readme file with the new features: dune rules, named environment and ocaml versions, Some grammar correction too (@gpetiot, #101, aantron, #102)
- Better lexer error messages (@avsm, #103)
- Added cram syntax parsing (@trefis, #106)
- Renamed mdx to ocaml-mdx to avoid conflicts/for more precision (@clecat, #110, #115)
- Fix blank spaces causing parsing errors (@gpetiot, #97)
- Fix empty lines causing a String.sub (@clecat, #107)