Skip to content

Releases: dune-universe/logs

0.10.0+dune

13 Nov 18:25

Choose a tag to compare

CHANGES:

  • Replace references and mutable fields by atomic references to avoid
    race conditions (dbuenzli#56). Thanks to Nathan Taylor for reporting.
  • Fix Logs.{err,warn}_count. The counts were counting the reports
    not the logs which is not what the spec says. This means the counts
    were wrong when the reporting level was below the corresponding
    level (dbuenzli#55). Thanks to Mathieu Barbin for the report.
  • Fix Log.Tag.list always returning the empty list.
  • Logs.format_reporter and Logs_fmt.reporter replace a few format
    strings and ^^ uses by direct calls to Format primitives.
  • Requires OCaml >= 4.14.
  • Use Format.pp_print_text instead of our own.
  • Export logs from each sub library.

0.9.0+dune2

09 Oct 08:23
278b511

Choose a tag to compare

Fix spurious result dependency

0.9.0+dune

08 Oct 13:41
bdcd7d7

Choose a tag to compare

CHANGES:

  • Replace references and mutable fields by atomic references to avoid
    race conditions (dbuenzli#56). Thanks to Nathan Taylor for reporting.
  • Fix Logs.{err,warn}_count. The counts were counting the reports
    not the logs which is not what the spec says. This means the counts
    were wrong when the reporting level was below the corresponding
    level (dbuenzli#55). Thanks to Mathieu Barbin for the report.
  • Fix Log.Tag.list always returning the empty list.
  • Logs.format_reporter and Logs_fmt.reporter replace a few format
    strings and ^^ uses by direct calls to Format primitives.
  • Requires OCaml >= 4.14.
  • Use Format.pp_print_text instead of your own.
  • Export logs from each sub library.

0.7.0+dune2

11 Mar 14:16

Choose a tag to compare

Revised dune port with result fix