-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conversion can overflow doesn't recognize direct Enum cast to INTEGER #929
Comments
Reproduced. In order to confirm, this is this code ?
|
It might be better to report usage of Opinons ? |
I fully agree |
Reasons to use |
The above is also true for |
So until the |
It's shorter, for sure. You could argue that it's not as clear as
Yes, for weak references (ie non-GC-holding) or for logging actual the objects used (eg similar to what the PLO GetString() method does). |
Rule will report INTEGER(enumRef), but not INT64(enumRef). That will be re-evaluated when the |
To the best of my knowledge, 12.5 {std/disclaimer.i} |
2.14.5
This works:
This works:
This doesn't work:
The text was updated successfully, but these errors were encountered: