ocaml / ocaml

The core OCaml system: compilers, runtime system, base libraries
https://ocaml.org
Other
5.19k stars 1.06k forks source link

Fix some messages emitted by the verbose option. #13085

Closed damiendoligez closed 1 month ago

damiendoligez commented 1 month ago

These messages use the wrong variable (it has already been reset) and always display 0.

Octachron commented 1 month ago

I propose to backport the fix to 5.2 since this is a safe bug fix.

Octachron commented 1 month ago

Cherry-picked to 5.2.0 in f6926ef50d8491d .