Skip to content

Add float-to-int conversions (as.integer/trunc) and fix floor/ceiling typing - #89

Merged
t-kalinowski merged 3 commits into
mainfrom
float-to-int-handlers
Feb 7, 2026
Merged

Add float-to-int conversions (as.integer/trunc) and fix floor/ceiling typing#89
t-kalinowski merged 3 commits into
mainfrom
float-to-int-handlers

Conversation

@t-kalinowski

Copy link
Copy Markdown
Owner

No description provided.

@codecov

codecov Bot commented Feb 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.76%. Comparing base (f22ae80) to head (d67561c).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   92.76%   92.76%           
=======================================
  Files          27       27           
  Lines        5734     5734           
=======================================
  Hits         5319     5319           
  Misses        415      415           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Implement floor/ceiling in real arithmetic (using aint + merge) to avoid integer overflow, and add a regression test covering values beyond .Machine$integer.max.
@t-kalinowski
t-kalinowski merged commit 3ef7c49 into main Feb 7, 2026
6 checks passed
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.

1 participant