exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
93 stars 50 forks source link

Fixed Error #430

Closed KotaroInaba closed 1 year ago

KotaroInaba commented 2 years ago

I got the following error message and thus I tried to fix it by referring other dune files.

File "dune", line 5, characters 7-22: 5 | (pps ppx_deriving.eq ppx_deriving.show))) ^^^^^^^^^^^^^^^ Hint: try: dune external-lib-deps --missing @runtest make: *** [Makefile:4: test] Error 1

georgyo commented 1 year ago

This was fixed by updating the test runner: https://github.com/exercism/ocaml-test-runner/pull/33