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

Remove redundant 'convert' invocations #1689

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

fingolfin
Copy link
Member

Declaring a type of 'Any' is pointless in this context.

For number_of_digits, what is really wanted is presumably a type assertion
inside the code, instead of a conversion inducing type declaration.

Declaring a type of 'Any' is pointless in this context.

For number_of_digits, what is really wanted is presumably a type assertion
inside the code, instead of a conversion inducing type declaration.
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.49%. Comparing base (4a1abac) to head (2e6d3f0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1689      +/-   ##
==========================================
- Coverage   84.53%   84.49%   -0.04%     
==========================================
  Files          94       94              
  Lines       37084    37084              
==========================================
- Hits        31348    31334      -14     
- Misses       5736     5750      +14     

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

@thofma thofma enabled auto-merge (squash) February 26, 2024 11:21
@thofma thofma merged commit 5e2ceca into Nemocas:master Feb 26, 2024
14 of 15 checks passed
@fingolfin fingolfin deleted the mh/type-decl branch February 28, 2024 00:53
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.

3 participants