dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.56k stars 340 forks source link

Print compile-time options in `dunst --version` #1336

Closed bynect closed 5 months ago

bynect commented 5 months ago

In retrospect this should have been added before the release, but better later than never...

bynect commented 5 months ago

Similar to vim features dump, also prints the cflags.

Dunst - A customizable and lightweight notification-daemon v1.10.0-96-g1ceac34
Compiled on Apr 16 2024 with the following options:
X11 support enabled
Wayland support disabled
SYSCONFDIR set to /usr/local/etc/xdg
Compile flags: -g -std=gnu11 -pedantic -Wall -Wno-overlength-strings -Os -pthread -MMD -MP
Linker flags: -lm -lrt -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lcairo -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lglib-2.0 -lX11 -lXinerama -lXext -lXrandr -lXss
codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 65.88%. Comparing base (4384521) to head (3dc0b63).

Files Patch % Lines
src/dunst.c 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1336 +/- ## ========================================== - Coverage 65.92% 65.88% -0.05% ========================================== Files 50 50 Lines 8070 8075 +5 Branches 925 925 ========================================== Hits 5320 5320 - Misses 2750 2755 +5 ``` | [Flag](https://app.codecov.io/gh/dunst-project/dunst/pull/1336/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dunst-project) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/dunst-project/dunst/pull/1336/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dunst-project) | `65.88% <0.00%> (-0.05%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dunst-project#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 65.88%. Comparing base (4384521) to head (ca8caee).

Files Patch % Lines
src/dunst.c 0.00% 6 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1336 +/- ## ========================================== - Coverage 65.92% 65.88% -0.05% ========================================== Files 50 50 Lines 8070 8075 +5 Branches 925 925 ========================================== Hits 5320 5320 - Misses 2750 2755 +5 ``` | [Flag](https://app.codecov.io/gh/dunst-project/dunst/pull/1336/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dunst-project) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/dunst-project/dunst/pull/1336/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dunst-project) | `65.88% <0.00%> (-0.05%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dunst-project#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.