Skip to content

Commit 8f22438

Browse files
authored
Fully switch over Jane Street Merlin support to .local-* (#136)
This removes hacky code that we think was breaking with Emacs changes.
1 parent 5482a8d commit 8f22438

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,5 @@ _build
292292
/otherlibs/dynlink/natdynlinkops
293293

294294
# Jane Street Merlin support
295-
/.for-jane-street-merlin/
296-
/.merlin-binaries
297-
/.ocaml-lib
298295
/.local-merlin-binaries
299296
/.local-ocaml-lib

.ocaml-bin

Lines changed: 0 additions & 1 deletion
This file was deleted.

jane-street-merlin-setup.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,3 @@ set -e
1414
merlin_dir="$(dirname "$ocamlmerlin")"
1515
echo "$merlin_dir" > .local-merlin-binaries
1616
ocamlc -where > .local-ocaml-lib
17-
18-
# When `.local-merlin-binaries` is fully supported (rather than just supported
19-
# in dev Emacs), we can drop the extra directory `.for-jane-street-merlin` as
20-
# well as the stub `jenga.conf` file.
21-
22-
mkdir -p .for-jane-street-merlin
23-
ln -sfn "$merlin_dir" .for-jane-street-merlin/dev
24-
ln -sfn "$merlin_dir" .for-jane-street-merlin/prod
25-
26-
echo "$PWD/.for-jane-street-merlin" > .merlin-binaries
27-
cp .local-ocaml-lib .ocaml-lib

jenga.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)