Skip to content

Fix some variable names in #310. #313

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

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Mar 23, 2024

This PR fixes some poor variable names I picked in #310. It also optimizes the == operator a bit by using the stored FQN instead of computed FQN components. Finally, it fixes hash(into:) producing different hashes depending on the kind case (oops.)

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

@grynspan grynspan added the bug 🪲 Something isn't working label Mar 23, 2024
@grynspan grynspan self-assigned this Mar 23, 2024
@grynspan
Copy link
Contributor Author

@swift-ci please test

This PR fixes some poor variable names I picked in #310. It also optimizes the
`==` operator a bit by using the stored FQN instead of computed FQN components.
@grynspan grynspan force-pushed the jgrynspan/fix-typeinfo-typos branch from 0b2c9ff to 80417c0 Compare March 23, 2024 03:00
@grynspan
Copy link
Contributor Author

@swift-ci please test

@grynspan grynspan merged commit ff1cf91 into main Mar 23, 2024
@grynspan grynspan deleted the jgrynspan/fix-typeinfo-typos branch March 23, 2024 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants