check-modules: Check only the compiled bytecode
check-modules was using the intersection between modules outputed by
ocamlobjinfo and modules present in the current directory. This doesn't
work with client/server libraries, which are not in the current
directory.
We now read exclusively the bytecode executables (from the client and
server) and not the current directory. The list of files that were used
to build the bytecode are extracted from the debug information.
64afb7
-
Apr 30 17:52 +00:00