Skip to content

Commit

Permalink
cleanup: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jun 3, 2024
1 parent 664bb04 commit 293d173
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(vendored_dirs merlin-extend)
(data_only_dirs ocaml ocamlmerlin_mlx_414 merlin merlin_414)
; we copy sources from there but do not build directly
(data_only_dirs ocaml merlin)
1 change: 0 additions & 1 deletion merlin-extend
Submodule merlin-extend deleted from 166c88
9 changes: 3 additions & 6 deletions ocamlmerlin_mlx/extend/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
(:standard \ extend_helper))
(flags
:standard
-open
Mlx_ocaml_utils
-open
Mlx_ocaml_parsing
-open
Mlx_ocaml_typing)
-open=Mlx_ocaml_utils
-open=Mlx_ocaml_parsing
-open=Mlx_ocaml_typing)
(libraries mlx_ocaml_parsing mlx_ocaml_typing unix mlx_ocaml_utils))

(copy_files#
Expand Down
6 changes: 3 additions & 3 deletions test/example/dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 3.15)
; (lang dune 3.16)
(lang dune 3.16)
; (lang dune 3.15)

(generate_opam_files false)

Expand All @@ -10,7 +10,7 @@
(dialect
(name mlx)
(implementation
; (merlin_reader mlx)
(merlin_reader mlx)
(extension mlx)
(preprocess
(run mlx-pp %{input-file}))))
Expand Down

0 comments on commit 293d173

Please sign in to comment.