Skip to content

Commit ca836e9

Browse files
authored
chore(merlin): subrepo to submodule (#914)
ps-id: f11de926-0782-4971-8664-80b2e7215684
1 parent 23c0e56 commit ca836e9

File tree

1,020 files changed

+6
-334439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,020 files changed

+6
-334439
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ocaml-lsp-server/vendor/merlin"]
2+
path = ocaml-lsp-server/vendor/merlin
3+
url = https://github.com/rgrinberg/merlin

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- Do not attach extra data to diagnostics unless the client supports this
1313
(#910)
1414

15+
- Use /bin/sh instead of /bin/bash. This fixes ocamllsp on NixOS
16+
1517
# 1.14.1
1618

1719
## Fixes

flake.lock

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
url = "github:ocaml/opam-repository";
1111
flake = false;
1212
};
13-
git-subrepo-src = {
14-
url =
15-
"github:rgrinberg/git-subrepo?rev=8fb6be3fb1500ab845081fc26ecdb950e9c0438c";
16-
flake = false;
17-
};
1813
};
1914

2015
outputs = { self, flake-utils, opam-nix, opam-repository, nixpkgs, ... }@inputs:
@@ -58,8 +53,6 @@
5853
# the scope don't leak into dependent derivations
5954
doNixSupport = false;
6055
});
61-
git-subrepo = prev.git-subrepo.overrideAttr
62-
(old: { src = inputs.git-subrepo-src; });
6356
};
6457
in
6558
scope.overrideScope' overlay
@@ -75,7 +68,6 @@
7568
buildInputs = (with pkgs;
7669
[
7770
# dev tools
78-
git-subrepo
7971
ocamlformat_0_21_0
8072
yarn
8173
dune-release

ocaml-lsp-server/vendor/merlin

Submodule merlin added at 1385c29

ocaml-lsp-server/vendor/merlin/.gitattributes

Lines changed: 0 additions & 12 deletions
This file was deleted.

ocaml-lsp-server/vendor/merlin/.github/workflows/emacs-lint.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

ocaml-lsp-server/vendor/merlin/.github/workflows/main.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

ocaml-lsp-server/vendor/merlin/.gitignore

Lines changed: 0 additions & 20 deletions
This file was deleted.

ocaml-lsp-server/vendor/merlin/.gitrepo

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)