Skip to content

Commit

Permalink
Make ocamlformat-bench binary private (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Jun 10, 2022
1 parent 42fceb5 commit 90210b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Expand Up @@ -2,6 +2,8 @@

### Removed

- `bench` binary is not distributed anymore to avoid name collisions (#2104, @gpetiot)

### Deprecated

### Bug fixes
Expand All @@ -11,7 +13,6 @@

### Changes

- `bench` binary renamed to `ocamlformat-bench` to avoid conflicts (#2101, @gpetiot)
- Use the API of ocp-indent to parse the `.ocp-indent` files (#2103, @gpetiot)
- JaneStreet profile: set `max-indent = 2` (#2099, @gpetiot)

Expand Down
3 changes: 0 additions & 3 deletions bench/dune
Expand Up @@ -11,13 +11,10 @@

(executable
(name bench)
(public_name ocamlformat-bench)
(package ocamlformat-bench)
(libraries bechamel bechamel-js ocamlformat stdio yojson))

(rule
(alias runbench)
(package ocamlformat-bench)
(deps
(source_tree test)
%{bin:bench})
Expand Down

0 comments on commit 90210b1

Please sign in to comment.