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.