-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
turn all the remaining bare name strings into name objects #46964
turn all the remaining bare name strings into name objects #46964
Conversation
This comment has been minimized.
This comment has been minimized.
Co-authored-by: actual-nh <[email protected]>
Co-authored-by: Serhiy Zahoriya <[email protected]>
Co-authored-by: Serhiy Zahoriya <[email protected]>
Co-authored-by: Serhiy Zahoriya <[email protected]>
Co-authored-by: Serhiy Zahoriya <[email protected]>
What is the benefit of converting bare strings into objects? Is there anything that outweighs adding complexity? |
Since this script is working with JSON, please put it into |
do you have any suggestions? |
|
|
Summary
SUMMARY: Infrastructure "turn all the remaining bare name strings into name objects"
Purpose of change
I felt that I could help with the bare name and add into name objects
Describe the solution
use my name.py to update remaining bare names into name objects
Describe alternatives you've considered
doing this by hand and not with a script
Testing
tested and works as intended