-
Notifications
You must be signed in to change notification settings - Fork 145
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(#3283): replaced float
and int
with number
#3289
feat(#3283): replaced float
and int
with number
#3289
Conversation
@yegor256 please check |
@rultor merge |
@maxonfjvipon @yegor256 Oops, I failed. You can see the full log here (spent 26min)
|
@yegor256 please try to merge one more time |
@maxonfjvipon something is wrong with one test? |
@rultor merge |
@maxonfjvipon @yegor256 Oops, I failed. You can see the full log here (spent 47min) |
@maxonfjvipon there is definitely something wrong with one test |
@yegor256 let's try again, now we at least should see log on failed snippet test |
@rultor merge |
@maxonfjvipon @yegor256 Oops, I failed. You can see the full log here (spent 46min) |
@rultor merge |
@maxonfjvipon @yegor256 Oops, I failed. You can see the full log here (spent 48min) |
@rultor merge |
@rultor status |
@maxonfjvipon This is what's going on here:
More information about Rultor commands you can get here. |
@maxonfjvipon let's make it simple this time |
@maxonfjvipon Thanks for the contribution! You've earned +5 points for this: +20 as a basis; +5 for 3226 hits-of-code; -7 for too many hits-of-code (3226 >= 100); -15 for way too many hits-of-code (3226 >= 400); -15 for the lack of code review; -20 for 21 comments of reviewers; +37 to give you at least something. Please, keep them coming. Your running balance is +118. |
@maxonfjvipon @yegor256 Oops, I failed. You can see the full log here (spent 14s)
|
Closes: #3283
PR-Codex overview
This PR updates the codebase to replace
int
withnumber
for improved type consistency and precision.Detailed summary
int
withnumber
for type consistency