yoriyuki / Camomile

A Unicode library for OCaml
Other
125 stars 26 forks source link

Tests seem to fail in 1.0.2 #82

Open rwmjones opened 5 years ago

rwmjones commented 5 years ago
+ jbuilder runtest --profile release
File "camomile-test/tester-lib/camomileLibraryTest.ml", line 1, characters 18-38:
1 | module Camomile = CamomileLibrary.Make (struct
                      ^^^^^^^^^^^^^^^^^^^^
Error: Unbound module CamomileLibrary
rwmjones commented 5 years ago

It has to be said I didn't examine this failure in any great detail. It might be a side effect of the build environment or something. However I have had to disable the tests in Fedora temporarily:

https://src.fedoraproject.org/rpms/ocaml-camomile/c/b4e43338afe84d5dc1390e7744afa05803e6eed4?branch=master

RiderALT commented 5 years ago

i have the same problem with 1.0.2 version and build camomile from git with system-wide installed ocaml 4.08.1 on ALT Linux.