-
Notifications
You must be signed in to change notification settings - Fork 255
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
remove usages of DefinedTypes #2915
remove usages of DefinedTypes #2915
Conversation
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.
The PR is now touching more files than expected but I was getting a lot of IDE warnings popping (not sure why now). |
@Evangelink shall we close, and i till try for some more narrowly targeted PRs? |
Linux errors are just a missing rebase, I broke main without noticing. It's fixed now. For windows, and I can repro locally, it seems that the tests are getting stuck. Not sure why we don't end up with the dumps created (cc @MarcoRossignoli) |
Rebasing, I have managed to run all tests locally so it should be green in CI now. |
Closing this one. |
DefinedTypes is essentially an inefficient wrapper around GetTypes().
better to just use GetTypes() directly and not bother messing with TypeInfo