Skip to content

Commit

Permalink
[v8.20] Fix loader and some other bits after re-merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Aug 29, 2024
1 parent bdbe8e9 commit bf785c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq/loader.ml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let map_serlib fl_pkg =
if supported
then
let plugin_name = String.split_on_char '.' fl_pkg |> list_last in
let serlib_name = "coq-lsp.serlib." ^ plugin_name in
let serlib_name = "coq-serapi.serlib." ^ plugin_name in
check_package_exists serlib_name
else None

Expand Down
2 changes: 1 addition & 1 deletion tests/genarg/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(run chmod +w test_roundtrip)
; We insert the digest of the binaries to force a rebuild of the
; test cases if the binary has been modified.
(bash "for i in ../../sertop/sercomp.exe ../../vendor/coq-lsp/serlib/plugins/*/*.cmxs; do echo \"# $(md5sum $i)\"; done >> test_roundtrip"))))
(bash "for i in ../../sertop/sercomp.exe ../../serlib_8_20/plugins/*/*.cmxs; do echo \"# $(md5sum $i)\"; done >> test_roundtrip"))))

(rule
(alias runtest)
Expand Down

0 comments on commit bf785c7

Please sign in to comment.