I've just tried to compile the current master of dead_code_analyzer (commit e9a4f98), against opam switch 4.05.0+trunk as indicated in the README. Compilation is fine, but make check fails: no unused item is reported in the examples, and success rate according to check is 0%.
As a matter of fact, I tried to use the opam package with 4.04.0, which gave me similar results. Only the package installed within the 4.03.0 switch did report unused elements.
Did I miss something, or is dead_code_analyzer only compatible with 4.03?
I've just tried to compile the current master of dead_code_analyzer (commit e9a4f98), against opam switch
4.05.0+trunkas indicated in the README. Compilation is fine, butmake checkfails: no unused item is reported in the examples, and success rate according tocheckis 0%.As a matter of fact, I tried to use the opam package with 4.04.0, which gave me similar results. Only the package installed within the 4.03.0 switch did report unused elements.
Did I miss something, or is
dead_code_analyzeronly compatible with 4.03?