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

Derive Eq and PartialEq for SortOptions #425

Merged
merged 1 commit into from
Jun 8, 2021

Conversation

tustvold
Copy link
Contributor

@tustvold tustvold commented Jun 8, 2021

Being able to compare SortOptions settings is very useful, especially when writing tests

Resolves #426

@jorgecarleitao
Copy link
Member

Thanks! I agree. Could you open an issue for this, so that this ends up in our changelog?

@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.65%. Comparing base (18c804a) to head (0d33c92).
Report is 2931 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   82.64%   82.65%           
=======================================
  Files         162      162           
  Lines       44542    44546    +4     
=======================================
+ Hits        36813    36819    +6     
+ Misses       7729     7727    -2     

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

@alamb
Copy link
Contributor

alamb commented Jun 8, 2021

I filed this issue: #426

@jorgecarleitao jorgecarleitao merged commit 5adfd3d into apache:master Jun 8, 2021
@alamb
Copy link
Contributor

alamb commented Jun 8, 2021

🎉

alamb pushed a commit that referenced this pull request Jun 8, 2021
alamb added a commit that referenced this pull request Jun 9, 2021
Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
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.

Derive Eq and PartialEq for SortOptions
4 participants