Skip to content
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

Type name #1315

Merged
merged 3 commits into from
Feb 15, 2022
Merged

Type name #1315

merged 3 commits into from
Feb 15, 2022

Conversation

BCSharp
Copy link
Member

@BCSharp BCSharp commented Feb 12, 2022

Prepares the ground for #52.

A handful of calls to PythonTypeOps.GetName remain where they are used for debugging purposes.

I also have left a few calls to DynamicHelpers.GetPythonType(o).Name in ctypes. I don't know that code well enough to judge whether the change would be justified, and since it is ctypes I thought it might be better to keep using the actual type name there.

@slozier
Copy link
Contributor

slozier commented Feb 13, 2022

Looks good to me. Not sure if you had other plans for this PR (it's marked as draft) but feel free to merge. We can always fix any stragglers later.

@BCSharp
Copy link
Member Author

BCSharp commented Feb 14, 2022

This is it, for now. As you said, we can iron out the kinks as we go.

@BCSharp BCSharp requested a review from slozier February 14, 2022 22:51
@BCSharp BCSharp marked this pull request as ready for review February 14, 2022 22:51
Copy link
Contributor

@slozier slozier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Looks good to me.

@slozier slozier merged commit 73bc746 into IronLanguages:master Feb 15, 2022
@BCSharp BCSharp deleted the type_name branch February 15, 2022 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants