Skip to content

Conversation

@fwsmit
Copy link
Member

@fwsmit fwsmit commented Jan 15, 2022

This enables more advanced regular expression syntax. It can be enabled with enable_posix_regex.

See the man page for more information.

Fixes: #1013
Fixes: #645
Fixes: #658

Related: #659

@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2022

Codecov Report

Merging #1017 (f254bb6) into master (37c72d5) will increase coverage by 0.26%.
The diff coverage is 98.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1017      +/-   ##
==========================================
+ Coverage   61.04%   61.30%   +0.26%     
==========================================
  Files          45       45              
  Lines        6880     6929      +49     
==========================================
+ Hits         4200     4248      +48     
- Misses       2680     2681       +1     
Flag Coverage Δ
unittests 61.30% <98.21%> (+0.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/rules.c 78.03% <95.23%> (+3.03%) ⬆️
test/rules.c 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37c72d5...f254bb6. Read the comment docs.

This enables more advanced regular expression syntax. It can be enabled
with `enable_posix_regex`.

Fixes: dunst-project#1013
Fixes: dunst-project#645
Fixes: dunst-project#658
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support regex matching in rules applying new_icon to one rules changes for all There is a way to enable extglob in dunstrc file

3 participants