-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
Refactor output modes to use enum #950
Conversation
The test breakage happens because you didn't change the places where this function is called so they use the old "modes" which don't match a new parameter.
|
|
@valdaarhun yes, change one file and all callers of functions from that file. |
i would still go with function by function. |
I think I have messed up this branch while updating and resolving conflicts. I think it'll be better if I close this issue and start from scratch in a new branch. |
Original PR: #929
Your checklist for this pull request
Detailed description
Refactored output modes to use enum. int mode and char mode patterns in the code have been replaced with RzOutputMode enum type.
Refactoring is still in progress.
Test plan
...
Closing issues
closes #489