1.0+beta15
1.0+beta15 (04/11/2017)
-
Change the semantic of aliases: there are no longer aliases that are
recursive such asinstall
orruntest
. All aliases are
non-recursive. However, when requesting an alias from the command
line, this request the construction of the alias in the specified
directory and all its children recursively. This allows users to get
the same behavior as previous recursive aliases for their own
aliases, such asexample
. Inside jbuild files, one can use(deps (... (alias_rec xxx) ...))
to get the same behavior as on the
command line. (#268) -
Include sub libraries that have a
.
in the generated documentation index
(#280). -
Fix "up" links to the top-level index in the odoc generated documentation
(#282). -
Fix
ARCH_SIXTYFOUR
detection for OCaml 4.06.0 (#303)