- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ShortScalarCastFixer - Change binary cast to string cast as well #3780
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
ShortScalarCastFixer - Change binary cast to string cast as well #3780
Conversation
imo a feature, thus 2.12 |
The default behavior of the fixer is changing, shouldn't we add an option? |
Agreed, will update shortly |
👎 for option, but I agree it's always fuzzy @julienfalque , do you remember #3445 ? it was not just refactoring, it was refactoring to cover (detect & fix) more edge cases. but we didn't introduce any option shall newly detected cases be fixed or not, we just took it as good coin - we fix more. |
So keep this PR as-is? |
Yes, sorry if you started working on something :/ Travis is failing on 7.2 but I'm not sure this is related to changes from this PR. |
Nope I didn't no worries! Thanks |
The test failed because of a time out. |
855084f
to
5ac307d
Compare
Thank you @ntzm. |
…t as well (ntzm) This PR was squashed before being merged into the 2.12-dev branch (closes #3780). Discussion ---------- ShortScalarCastFixer - Change binary cast to string cast as well Not sure if this fixer is the best place for this Commits ------- 5ac307d ShortScalarCastFixer - Change binary cast to string cast as well
Not sure if this fixer is the best place for this