Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rules: implement regex matching #1017

Merged
merged 2 commits into from
Jan 16, 2022

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.

docs/dunst.5.pod Outdated Show resolved Hide resolved
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
3 participants