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

Tidy up typeof and friends #75

Merged
merged 5 commits into from
Feb 8, 2024
Merged

Tidy up typeof and friends #75

merged 5 commits into from
Feb 8, 2024

Conversation

willtebbutt
Copy link
Member

typeof doesn't always do what is needed for us, neither does Core.Typeof. Base._stable_type is closer, but actually what we need is something different again. This is achieved with the function _typeof. This PR will change all uses of typeof, and Core.Typeof for _typeof, so that we have a single definition which is always used.

@willtebbutt willtebbutt merged commit 0927aec into main Feb 8, 2024
11 checks passed
@willtebbutt willtebbutt deleted the wct/tidy-up-typeof-etc branch February 8, 2024 14:24
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.

1 participant