-
Notifications
You must be signed in to change notification settings - Fork 790
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
Block constructors to builders conversion in unit tests #3841
Block constructors to builders conversion in unit tests #3841
Conversation
Thank you for sending this. We appreciate the effort and the pull request. What was the regex you used? |
Hi there, the formatting of the code is wrong, please run the script |
Thanks, will fix formatting.
|
This is a huge PR and it is not reasonable to review it in a manual way. |
I didn't use any code generation tools, I just used Replace feature in Visual Studio with regex option and was using it file by file, block type by block type. Then I was manually fixing code related to pointers. |
I was able to do search/replace within VS with these regexs and the diff of the diffs looks equivalent with manual inspection. |
…#3841) * Block constructors to builders conversion in unit tests * Formatting fix
Related to issue: #3817
Done mostly by regex replace.