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

Fixed SyntaxWarning correctly marking regex strings (bugfix) #959

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

Hook25
Copy link
Collaborator

@Hook25 Hook25 commented Jan 22, 2024

Description

Regexes in the pactl parser module are incorrectly put in normal strings.

This marks every string as a raw string, removing the SyntaxWarning that can be seen in the builder and pytest runs.

Resolved issues

N/A

Documentation

N/A

Tests

N/A

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0f68c70) 39.18% compared to head (431990e) 39.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #959   +/-   ##
=======================================
  Coverage   39.18%   39.18%           
=======================================
  Files         315      315           
  Lines       34899    34899           
  Branches     5972     5972           
=======================================
  Hits        13674    13674           
  Misses      20611    20611           
  Partials      614      614           
Flag Coverage Δ
checkbox-support 50.06% <100.00%> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@kissiel kissiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, please and thank you. +1

@kissiel kissiel merged commit 014cc1f into main Jan 22, 2024
10 checks passed
@kissiel kissiel deleted the fix_invalid_sytax branch January 22, 2024 13:11
LiaoU3 pushed a commit to LiaoU3/checkbox that referenced this pull request Mar 20, 2024
binli pushed a commit to binli/checkbox that referenced this pull request Mar 22, 2024
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.

2 participants