Skip to content

Commit 56dbf4e

Browse files
authored
Update menhir version in readme (#184)
1 parent 16dea6e commit 56dbf4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ result accordingly.
5656
Merlin promotes the generated Menhir parser in its sources. This is done to
5757
avoid depending on Menhir when installing Merlin. However this also means that
5858
unnecessary diff will appear when the parser gets re-generated by a different
59-
version of Menhir. To remove this diff please use version `20201216`:
59+
version of Menhir. To remove this diff please use version `20231231`:
6060
```bash
61-
$ opam pin menhir 20201216
61+
$ opam pin menhir 20231231
6262
```
6363
The generated parser file should only be commited if there is an actual change
6464
in the grammar.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ dune build -p dot-merlin-reader,merlin
5555

5656
Note: if you want to work on Merlin, you'll want to avoid the `-p merlin` to
5757
build in dev mode, with some extra warnings enabled. In that case, you'll also
58-
need an extra dependency: Menhir. We recommend that you pin it to version 20201216
58+
need an extra dependency: Menhir. We recommend that you pin it to version 20231231
5959
which was used to generate the parser currently present in the sources.
6060
```shell
61-
opam pin menhir 20201216
61+
opam pin menhir 20231231
6262
```
6363

6464
Installation

0 commit comments

Comments
 (0)