Skip to content

1.0+beta15

Compare
Choose a tag to compare
@rgrinberg rgrinberg released this 04 Nov 14:07
· 12578 commits to main since this release

1.0+beta15 (04/11/2017)

  • Change the semantic of aliases: there are no longer aliases that are
    recursive such as install or runtest. 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 as example. 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)