Octachron / codept

Contextual Ocaml DEPendencies Tool: alternative ocaml dependency analyzer
Other
59 stars 10 forks source link

Be able to enable `debug` outputs #19

Closed dinosaure closed 1 year ago

dinosaure commented 1 year ago

Currently, the core library has few debug functions which use ifprintf. I have a patch which allows to output these outputs if the user export CODEPT_DEBUG=1 (and replace ifprintf by fprintf). It should be interesting to integrate that into the distribution to help me to compare my modification and what codept does about resolution. WDYT?

Octachron commented 1 year ago

That's a very good idea.