-
Notifications
You must be signed in to change notification settings - Fork 3k
inets: replace calls size/1 to XXX_size/1
#6670
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
inets: replace calls size/1 to XXX_size/1
#6670
Conversation
CT Test ResultsNo tests were run for this PR. This is either because the build failed, or the PR is based on a branch without GH actions tests configured. Results for commit 0951e46 To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
d981259 to
0951e46
Compare
bjorng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need the is_tuple/1 test when you use tuple_size/1. Otherwise looks good.
f86fa99 to
bc50f01
Compare
bc50f01 to
bcf52f3
Compare
size/1 to XXX_size/1
Replace calls in the
inetsmodule fromsize/1totuple_size/1orbyte_size/1.This PR is part of issue (PR) #6669