Skip to content

Commit

Permalink
DPL: Improve Signposts
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Feb 16, 2024
1 parent d076b69 commit 482ea27
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
* Improved C++20 support. Most of the macros which were failing when C++20
support is enabled now seem to work fine. The issue seems to be related to
some forward declaration logic which seems to be not working correctly in
ROOT 6.30.01. The issue is discussed in <https://github.com/root-project/root/issues/14230> and it seems to be not trivial to fix with the current ROOT version.
# 2024-02-16: Improved Signposts.

In particular:

* New API so that Signposts can now act as a replacement of LOGF(info), LOGF(error), LOGF(warn).
* Improved documentation, including some hints about how to use `o2-log`.
* Bug fix to get `--signposts` work on a per device basis.

# 2024-01-10: Improved C++20 support.

Most of the macros which were failing when C++20 support is enabled now seem to work fine. The issue seems to be related to
some forward declaration logic which seems to be not working correctly in
ROOT 6.30.01. The issue is discussed in <https://github.com/root-project/root/issues/14230> and it seems to be not trivial to fix with the current ROOT version.

0 comments on commit 482ea27

Please sign in to comment.