Skip to content

Commit

Permalink
Merge pull request #996 from ocsigen/remove-luv
Browse files Browse the repository at this point in the history
Remove luv
  • Loading branch information
raphael-proust authored Jul 18, 2023
2 parents fc8edd6 + 9983986 commit f83bcf3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 144 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ jobs:
- run: opam depext conf-libev --install
if: ${{ matrix.libev == true }}

- run: opam install lwt_luv lwt_react lwt --deps-only --with-test
- run: opam install lwt_react lwt --deps-only --with-test

- run: opam install lwt_ppx --deps-only --with-test
if: ${{ matrix.ppx == true }}

- run: opam exec -- dune build --only-packages lwt_luv,lwt_react,lwt
- run: opam exec -- dune build --only-packages lwt_react,lwt

- run: opam exec -- dune build --only-packages lwt_ppx
if: ${{ matrix.ppx == true }}

- run: opam exec -- dune runtest --only-packages lwt_luv,lwt_react,lwt
- run: opam exec -- dune runtest --only-packages lwt_react,lwt

- run: opam exec -- dune runtest --only-packages lwt_ppx
if: ${{ matrix.ppx == true }}
Expand Down
6 changes: 2 additions & 4 deletions esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"dependencies": {
"ocaml": "~4.9.0",
"@opam/conf-libev": "*",
"@opam/bisect_ppx": "*",
"@opam/luv": "*"
"@opam/bisect_ppx": "*"
},
"resolutions": {
"@opam/conf-libev": "esy-packages/libev:package.json#0b5eb66",
"@opam/luv": "aantron/luv:luv.opam#df02a9ac6e9e9fc6427e7853d260230fcb96bd2a"
"@opam/conf-libev": "esy-packages/libev:package.json#0b5eb66"
}
}
}
29 changes: 0 additions & 29 deletions lwt_luv.opam

This file was deleted.

16 changes: 0 additions & 16 deletions src/unix/luv/dune

This file was deleted.

57 changes: 0 additions & 57 deletions src/unix/luv/lwt_luv.ml

This file was deleted.

2 changes: 0 additions & 2 deletions src/unix/luv/lwt_luv.mli

This file was deleted.

14 changes: 1 addition & 13 deletions test/unix/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name tester)
(libraries lwt lwttester)
(modules (:standard \ main luv_main dummy) ))
(modules (:standard \ main dummy) ))

(executable
(name dummy)
Expand All @@ -13,21 +13,9 @@
(libraries lwttester tester)
(modules main))

(executable
(name luv_main)
(libraries lwt lwt_luv lwttester tester)
(modules luv_main))

(alias
(name runtest)
(package lwt)
(action (run %{exe:main.exe}))
(deps bytes_io_data %{exe:dummy.exe})
)

(alias
(name runtest_libuv)
(package lwt)
(action (run %{exe:luv_main.exe}))
(deps bytes_io_data)
)
20 changes: 0 additions & 20 deletions test/unix/luv_main.ml

This file was deleted.

0 comments on commit f83bcf3

Please sign in to comment.