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

fix: Add the missing call to @set_rectangle #3149

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

dk949
Copy link
Collaborator

@dk949 dk949 commented Sep 6, 2024

When generating the layout module in csl_wrapper, @set_rectangle needs to be called with the values of width and height (via csl.set_rectangle).

When generating the layout module in `csl_wrapper`, `@set_rectangle`
needs to be called with the values of `width` and `height` (via
`csl.set_rectangle`).
@dk949 dk949 added the transformations Changes or adds a transformatio label Sep 6, 2024
@dk949 dk949 self-assigned this Sep 6, 2024
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.00%. Comparing base (62fc437) to head (68ddcd1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3149   +/-   ##
=======================================
  Coverage   90.00%   90.00%           
=======================================
  Files         427      427           
  Lines       53857    53858    +1     
  Branches     8344     8344           
=======================================
+ Hits        48474    48475    +1     
  Misses       4036     4036           
  Partials     1347     1347           

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

@dk949 dk949 requested a review from n-io September 9, 2024 08:54
Copy link
Collaborator

@n-io n-io left a comment

Choose a reason for hiding this comment

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

Thanks for this, LGTM

@dk949 dk949 merged commit 80e2129 into main Sep 10, 2024
14 checks passed
@dk949 dk949 deleted the david/csl-transforms/fix-set_rectangle branch September 10, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants