Octachron / codept

Contextual Ocaml DEPendencies Tool: alternative ocaml dependency analyzer
Other
59 stars 10 forks source link

dune runtest failure on Windows: End_of_file #39

Closed jonahbeckford closed 1 month ago

jonahbeckford commented 1 month ago

opam exec -- dune build '@runtest'

Can be seen at: https://github.com/Octachron/codept/actions/runs/10997822988/job/30534294094

Here it is with a stack trace:

File "tests/dune", line 36, characters 0-112:
36 | (rule
37 |  (alias   runtest)
38 |  (deps ../full/codept.exe step_by_step.exe)
39 |  (action (run %{exe:integrated.exe}))
40 | )
Fatal error: exception End_of_file
Raised at Stdlib.unsafe_really_input in file "stdlib.ml", line 429, characters 9-26
Called from Stdlib.really_input_string in file "stdlib.ml", line 440, characters 2-25
Called from Dune__exe__Integrated.cases.post in file "tests/integrated.ml", line 296, characters 14-38
Called from Dune__exe__Integrated.cases.peek in file "tests/integrated.ml", line 305, characters 27-33
Called from Stdlib__List.fold_left in file "list.ml", line 121, characters 24-34
Called from Dune__exe__Integrated.cases.loop in file "tests/integrated.ml", line 310, characters 11-43
Called from Dune__exe__Integrated.cases in file "tests/integrated.ml", line 311, characters 2-32