-
Notifications
You must be signed in to change notification settings - Fork 34
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
Added BYTES_TO_XX.fct files to utilis-1.0.0 #240
Added BYTES_TO_XX.fct files to utilis-1.0.0 #240
Conversation
Test Results 97 files ±0 97 suites ±0 39s ⏱️ -1s Results for commit 70169a3. ± Comparison against base commit 9166b73. This pull request removes 1 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
As a general remark, TO* named functions are reserved for official cast functions.
The functions introduced here are not casts and introduce a big potential for mistyping names BYTE_TO vs BYTES_TO
Please propose other names, in order to make those functions clearly distinguishable from standardized cast functions
data/typelibrary/utils-1.0.0/typelib/assembling/BYTES_TO_WORD.fct
Outdated
Show resolved
Hide resolved
data/typelibrary/utils-1.0.0/typelib/assembling/BYTES_TO_DWORD.fct
Outdated
Show resolved
Hide resolved
data/typelibrary/utils-1.0.0/typelib/assembling/ASSEMBLE_DWORD_FROM_BYTES.fct
Outdated
Show resolved
Hide resolved
data/typelibrary/utils-1.0.0/typelib/assembling/ASSEMBLE_WORD_FROM_BYTES.fct
Outdated
Show resolved
Hide resolved
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.
looks good to me, Approved
8b2eeeb
to
0afb94f
Compare
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.
Looks good to me, Approved.
Added BYTES_TO_DWORD and BYTES_TO_WORD under the new assemblies directorie in utils-typelib
for issue #221