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

crypto: Rename PreviouslyVerified to VerificationViolation #4067

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

andybalaam
Copy link
Contributor

@andybalaam andybalaam commented Oct 3, 2024

Part of element-hq/element-meta#2526

For consistency with other places, we have now settled on VerificationViolation as the best way to express this situation.

  • Public API changes documented in changelogs (optional)

@andybalaam andybalaam requested review from a team as code owners October 3, 2024 12:53
@andybalaam andybalaam requested review from bnjbvr and richvdh and removed request for a team October 3, 2024 12:53
Copy link
Member

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

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

LGTM. Note that previously_verified returns quite a few matches with a plain grep, so consider whether you want to rename those also or not (and no need to ask for another review from me IMO, unless you're unsure/unclear about one thing in particular).

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.64%. Comparing base (c5f5bc8) to head (f1ea400).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...x-sdk-crypto/src/olm/group_sessions/sender_data.rs 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4067      +/-   ##
==========================================
- Coverage   84.66%   84.64%   -0.03%     
==========================================
  Files         269      269              
  Lines       28600    28600              
==========================================
- Hits        24215    24209       -6     
- Misses       4385     4391       +6     

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

For consistency with other places, we have now settled on
`VerificationViolation` as the best way to express this situation.
@andybalaam andybalaam force-pushed the andybalaam/rename-to-verificationviolation branch from a3da650 to f1ea400 Compare October 3, 2024 14:16
@andybalaam andybalaam enabled auto-merge (rebase) October 3, 2024 14:16
@andybalaam andybalaam merged commit a695e29 into main Oct 3, 2024
40 checks passed
@andybalaam andybalaam deleted the andybalaam/rename-to-verificationviolation branch October 3, 2024 14:41
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.

3 participants