jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

Use library "Logs" for printing messages

Open eponier opened this issue 4 years ago • 2 comments

https://erratique.ch/software/logs

eponier avatar Sep 02 '21 12:09 eponier

It should allow to make things cleaner and nicer.

eponier avatar Sep 02 '21 12:09 eponier

The purpose of such a change is not only to make things cleaner. There are some situations (e.g., when the compiler is run in a web browser after compilation through js_of_ocaml) in which there is no “stderr”: there, a compiler warning simply crashes the compiler (and aborts compilation), which is not the purpose of a warning.

vbgl avatar Jul 12 '23 04:07 vbgl