Skip to content

Commit

Permalink
Merge branch 'master' into fix-1633
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam authored Dec 11, 2018
2 parents 83602ed + c665c8f commit b03ea37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ Status
------

Dune is now fairly stable and is used by the majority of packages on
opam. The package is still in beta version as we are waiting for the
renaming from Jbuilder to dune before releasing version 1.0.0. Note
that dune will have backward compatibility with Jbuilder, in particular
existing Jbuilder projects will continue to be buildable with
dune.
opam. Note that dune retains backward compatibility with Jbuilder, and
in particular existing Jbuilder projects will continue to be buildable
with dune.
4 changes: 1 addition & 3 deletions test/blackbox-tests/dune.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,6 @@
(alias lib-available)
(alias lib-errors)
(alias link-deps)
(alias lint)
(alias loop)
(alias macro-expand-error)
(alias menhir)
Expand Down Expand Up @@ -1404,7 +1403,6 @@
(alias lib-available)
(alias lib-errors)
(alias link-deps)
(alias lint)
(alias loop)
(alias macro-expand-error)
(alias merlin-tests)
Expand Down Expand Up @@ -1453,6 +1451,6 @@
(alias wrapped-false-main-module-name)
(alias wrapped-transition)))

(alias (name runtest-disabled) (deps (alias envs-and-contexts)))
(alias (name runtest-disabled) (deps (alias envs-and-contexts) (alias lint)))

(alias (name runtest-js) (deps (alias js_of_ocaml)))

0 comments on commit b03ea37

Please sign in to comment.