-
Notifications
You must be signed in to change notification settings - Fork 221
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 : Apply macros in i16 data type #940
Conversation
Pull Request Test Coverage Report for Build 3255701499
💛 - Coveralls |
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. I left a few small comments.
[nit-picking] Instead of adding a macro to force the "new casting rule" in the PR title, apply the macro? It seems to fit the same thing.
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.
LGTM!!!
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.
Wow it is hard to believe that we can now have a new numeric type efficiently like this!
Appreciating again about the new macro @ever0de, thanks a lot @ChobobDev
All looks nice!
As we now have new casting rules and the macro, the following PR aims to refactor the previous i16 data type under new casting rules.