codept icon indicating copy to clipboard operation
codept copied to clipboard

Contextual Ocaml DEPendencies Tool: alternative ocaml dependency analyzer

Results 12 codept issues
Sort by recently updated
recently updated
newest added

The original behavior was to modulize the filename in Read.file as a convenience to the caller. Then the caller Unit.read_file would ignore the modulize filename. This behavior is a bug...

In the following snippet: ```ocaml let (map: ('a Solver.i * Solver.Failure.status option ref) Nms.map), _cmap = Solver.Failure.analyze block resolver pending ``` when the `Solver.Failure.status` matches `| Solver.Failure.Extern (path: Namespaced.t)` there...