Skip to content

Commit

Permalink
Work around missing streamable
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 4147d65 commit ecd8e0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions command_rpc/test/bin/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(executables (names main)
(libraries async core command_rpc command_rpc_test_protocol)
(preprocess (pps ppx_jane)))
; (executables (names main)
; (libraries async core command_rpc command_rpc_test_protocol)
; (preprocess (pps ppx_jane)))
4 changes: 2 additions & 2 deletions command_rpc/test/protocol/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(library (name command_rpc_test_protocol)
(libraries async command_rpc core streamable) (preprocess (pps ppx_jane)))
; (library (name command_rpc_test_protocol)
; (libraries async command_rpc core streamable) (preprocess (pps ppx_jane)))
8 changes: 4 additions & 4 deletions command_rpc/test/src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library (name command_rpc_test)
(libraries async command_rpc command_rpc_test_protocol core
expect_test_helpers_async expect_test_helpers_core)
(preprocess (pps ppx_jane)))
; (library (name command_rpc_test)
; (libraries async command_rpc command_rpc_test_protocol core
; expect_test_helpers_async expect_test_helpers_core)
; (preprocess (pps ppx_jane)))

0 comments on commit ecd8e0e

Please sign in to comment.