-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Add snake_case to CXXMethodBridging #41905
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
[cxx-interop] Add snake_case to CXXMethodBridging #41905
Conversation
@zoecarver @hyp Everything is working correctly on my local machine 🙌 |
@swift-ci please test. |
@zoecarver is this good to merge? |
Sorry a few more comments. |
0d5f9bc
to
a3adf3a
Compare
cac8310
to
d218daa
Compare
@zoecarver i made the suggested changes discussed today |
a1d1b8f
to
5f0e93b
Compare
@bro4all could you review this when you get a chance? |
5f0e93b
to
8945a25
Compare
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.
This looks good to me. Thanks for your patience.
@swift-ci please test. |
@swift-ci please test windows. |
8945a25
to
f1a8e6d
Compare
No worries! Thanks for checking everything, I think CI should pass now |
@zoecarver could you run CI for me when you get a chance? |
@swift-ci please test. |
4146005
to
945dcad
Compare
@zoecarver i think this should work now |
945dcad
to
9d35eb6
Compare
@zoecarver could you look this over and run CI when you get a chance? |
@xwu could you run CI for me when you get a chance? Thank you! |
@swift-ci test |
9d35eb6
to
34dad65
Compare
@swift-ci please test |
34dad65
to
15eb0e4
Compare
@xwu could you run CI for me when you get a chance? |
@swift-ci test |
15eb0e4
to
1eeda42
Compare
@swift-ci please test |
1eeda42
to
a7fc073
Compare
@swift-ci please test. |
@zoecarver I think this should be good to go! |
a7fc073
to
7d50071
Compare
@swift-ci please test and merge. |
@swift-ci please test Windows |
Thank you! |
Update CxxMethodBridging to transform snake_case names.
Also fixed some typos
unkown
->unknown
related: #40842
@bro4all