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

Use a sane type for Relation in the MIPS constraints #2950

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

mrmr1993
Copy link
Member

This PR builds upon #2949, using the new type parameter in Column to add a structured type in place of usize for the Relation kind.

Base automatically changed from feature/add-parameter-to-column-indexer to master January 13, 2025 19:28
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.61%. Comparing base (f3b8e20) to head (e839db6).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2950   +/-   ##
=======================================
  Coverage   76.61%   76.61%           
=======================================
  Files         255      255           
  Lines       60867    60881   +14     
=======================================
+ Hits        46633    46647   +14     
  Misses      14234    14234           

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

@mrmr1993 mrmr1993 merged commit c75bddc into master Jan 13, 2025
12 checks passed
@mrmr1993 mrmr1993 deleted the feature/reasonable-relation-type branch January 13, 2025 23:21
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