-
Notifications
You must be signed in to change notification settings - Fork 39
client: rename all macros to have an underscore between words #209
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d48920a
Hot. I put in on draft because you mention it in the PR description. But I reviewed and acked anyway. |
When you rebase note #210 |
To make all version modules the same format move the modules from the crate root to their own subdirectory.
To match the naming convention used in the rest of the repo add an underscore between the words in the macro names. The new names are all taken from the lists in `verify/src/method/`.
d48920a
to
1251249
Compare
I redid the commits rather than rebase, since it was easier to rerun the rename function I wrote than deal with all the merge conflicts. But the rename function is unchanged so the result should be unchanged except for the additional |
Thanks, I meant to put it in as draft, but apparently didn't. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 1251249
…nderscore between words 1251249468e1671fb32e8ce155b8c9b65b36d309 Rename all macros to have underscores (Jamil Lambert, PhD) 107e2fab0fefd8318cd4e385535670e194e9ad40 Move client modules into subfolders (Jamil Lambert, PhD) Pull request description: To match the naming convention used in the rest of the repo add an underscore between the words in the macro names. The new names are all taken from the lists in `verify/src/method/` using regex to find a match for the first entry in the list and replace it with the last entry in the list. The version modules for versions 20, 24, 25 and 27 were all moved from the crate root into their own subdirectory to match the structure of the other versions. ACKs for top commit: tcharding: ACK 1251249468e1671fb32e8ce155b8c9b65b36d309 Tree-SHA512: ec4a40fd2de413d5997cd7fdf9c2e007aa621eeb80262c3ebebf7d7ffce5b823fd1866a6370829411c78da0362deafd67de34be135a4fb1987312c95c5725b18
To match the naming convention used in the rest of the repo add an underscore between the words in the macro names.
The new names are all taken from the lists in
verify/src/method/
using regex to find a match for the first entry in the list and replace it with the last entry in the list.The version modules for versions 20, 24, 25 and 27 were all moved from the crate root into their own subdirectory to match the structure of the other versions.