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 overflow in several places #114

Merged
merged 3 commits into from
Jun 16, 2023
Merged

Fix overflow in several places #114

merged 3 commits into from
Jun 16, 2023

Conversation

Nukesor
Copy link
Owner

@Nukesor Nukesor commented Jun 13, 2023

Resolves #112

@codecov-commenter
Copy link

Codecov Report

Merging #114 (e83d617) into main (15ad292) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #114   +/-   ##
=======================================
  Coverage   96.28%   96.29%           
=======================================
  Files          19       19           
  Lines        1750     1753    +3     
=======================================
+ Hits         1685     1688    +3     
  Misses         65       65           
Impacted Files Coverage Δ
src/column.rs 98.07% <100.00%> (ø)
src/utils/arrangement/helper.rs 100.00% <100.00%> (ø)
src/utils/mod.rs 100.00% <100.00%> (ø)

@Nukesor Nukesor merged commit 93555eb into main Jun 16, 2023
@Nukesor Nukesor deleted the fix-overflow branch June 16, 2023 11:22
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.

[Bug] Integer overflow on large column
2 participants