hio has quit [Quit: Connection closed for inactivity]
addem has joined #ocaml
ziyourenxiang_ has joined #ocaml
mfp has quit [Ping timeout: 248 seconds]
fee5a585 has joined #ocaml
<fee5a585>
I get "Package ppx_tools found with version 5.0+4.0.2, but wanted >= 0.99" when doing opam install stog.
<fee5a585>
This is on Debian Stretch. Is this a bug in recognizing version numbers?
addem has quit [Ping timeout: 248 seconds]
fee5a585 has quit [Ping timeout: 272 seconds]
AtumT has quit [Quit: AtumT]
fee5a585 has joined #ocaml
ygrek has quit [Ping timeout: 246 seconds]
fee5a585 has quit [Ping timeout: 272 seconds]
_whitelogger has joined #ocaml
ihavelotsoffries has joined #ocaml
ihavelotsoffries has quit [Changing host]
ihavelotsoffries has joined #ocaml
ihavelotsoffries has joined #ocaml
kvda has quit [Ping timeout: 248 seconds]
kvda has joined #ocaml
gravicappa has joined #ocaml
louisg has quit [Ping timeout: 272 seconds]
narimiran has joined #ocaml
louisg has joined #ocaml
ihavelotsoffries has quit [Remote host closed the connection]
Vikfret has quit [Quit: Leaving]
vicfred has quit [Quit: Leaving]
zolk3ri has joined #ocaml
Haudegen has joined #ocaml
hio has joined #ocaml
ggole has joined #ocaml
gravicappa has quit [Ping timeout: 245 seconds]
readyready15728 has quit [Ping timeout: 258 seconds]
<xvilka>
is it possible to get the tests directory path in the tests with Alcotest and `dune runtest`? I basically want to open the files in test/bin/ in alcotest. But it doesn't recognize relative address, so I have to use absolute one, which is unconvenient for team development
freyr69 has joined #ocaml
readyready15728 has joined #ocaml
<xvilka>
seems the only way is to use Alcotest.run_with_args, pass the test/bin path from the dune file
<xvilka>
ah, it is impossible with Alcotest for now, it seems, since it passing the argument to the function in the each test handler
<xvilka>
at least I don't know any way if arguments expects something like (string * ( string * `Slow * ('a -> unit)) list), how to pass the argument to the function if it generates this list
<xvilka>
while Alcotest passes the argument to the ('a -> unit) function directly