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

feat(constraints): Rename Constraint::Proportional to Constraint::Fill #880

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

kdheepak
Copy link
Collaborator

@kdheepak kdheepak commented Jan 28, 2024

Constraint::Fill is a more intuitive name for the behavior, and it is shorter.

Resolves #859

@kdheepak kdheepak changed the title feat(constraints): Rename Proportional to Fill feat(constraints): Rename Constraint::Proportional to Constraint::Fill Jan 28, 2024
Copy link

codecov bot commented Jan 28, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (663bbde) 92.2% compared to head (0696acd) 92.2%.

Files Patch % Lines
src/layout/constraint.rs 81.8% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #880     +/-   ##
=======================================
- Coverage   92.2%   92.2%   -0.1%     
=======================================
  Files         61      61             
  Lines      15981   15977      -4     
=======================================
- Hits       14735   14731      -4     
  Misses      1246    1246             

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

@kdheepak kdheepak merged commit 1cbe1f5 into main Jan 28, 2024
41 of 42 checks passed
@kdheepak kdheepak deleted the kd/rename-proportional branch January 28, 2024 10: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.

Rename Constraint::Proportional to Constraint::Fill
2 participants