File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ result accordingly.
5656Merlin promotes the generated Menhir parser in its sources. This is done to
5757avoid depending on Menhir when installing Merlin. However this also means that
5858unnecessary 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```
6363The generated parser file should only be commited if there is an actual change
6464in the grammar.
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ dune build -p dot-merlin-reader,merlin
5555
5656Note: if you want to work on Merlin, you'll want to avoid the ` -p merlin ` to
5757build 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
5959which 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
6464Installation
You can’t perform that action at this time.
0 commit comments