Skip to content

Commit

Permalink
chore(merlin): subrepo to submodule (#914)
Browse files Browse the repository at this point in the history
ps-id: f11de926-0782-4971-8664-80b2e7215684
  • Loading branch information
rgrinberg committed Nov 6, 2022
1 parent 23c0e56 commit ca836e9
Show file tree
Hide file tree
Showing 1,020 changed files with 6 additions and 334,439 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ocaml-lsp-server/vendor/merlin"]
path = ocaml-lsp-server/vendor/merlin
url = https://github.com/rgrinberg/merlin
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- Do not attach extra data to diagnostics unless the client supports this
(#910)

- Use /bin/sh instead of /bin/bash. This fixes ocamllsp on NixOS

# 1.14.1

## Fixes
Expand Down
18 changes: 0 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
url = "github:ocaml/opam-repository";
flake = false;
};
git-subrepo-src = {
url =
"github:rgrinberg/git-subrepo?rev=8fb6be3fb1500ab845081fc26ecdb950e9c0438c";
flake = false;
};
};

outputs = { self, flake-utils, opam-nix, opam-repository, nixpkgs, ... }@inputs:
Expand Down Expand Up @@ -58,8 +53,6 @@
# the scope don't leak into dependent derivations
doNixSupport = false;
});
git-subrepo = prev.git-subrepo.overrideAttr
(old: { src = inputs.git-subrepo-src; });
};
in
scope.overrideScope' overlay
Expand All @@ -75,7 +68,6 @@
buildInputs = (with pkgs;
[
# dev tools
git-subrepo
ocamlformat_0_21_0
yarn
dune-release
Expand Down
1 change: 1 addition & 0 deletions ocaml-lsp-server/vendor/merlin
Submodule merlin added at 1385c2
12 changes: 0 additions & 12 deletions ocaml-lsp-server/vendor/merlin/.gitattributes

This file was deleted.

40 changes: 0 additions & 40 deletions ocaml-lsp-server/vendor/merlin/.github/workflows/emacs-lint.yml

This file was deleted.

77 changes: 0 additions & 77 deletions ocaml-lsp-server/vendor/merlin/.github/workflows/main.yml

This file was deleted.

20 changes: 0 additions & 20 deletions ocaml-lsp-server/vendor/merlin/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions ocaml-lsp-server/vendor/merlin/.gitrepo

This file was deleted.

0 comments on commit ca836e9

Please sign in to comment.