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

Replace uses of the Runtime library with stdlib #370

Merged
merged 4 commits into from
Jan 24, 2021
Merged

Conversation

MaxDesiatov
Copy link
Collaborator

@MaxDesiatov MaxDesiatov commented Jan 22, 2021

This should allow us to remove the Runtime dependency eventually, which seems to be unstable, especially across different platforms and Swift versions.

Seems to resolve in one instance #367. There are a few other places where typeInfo is still used, I'll clean that up in a follow-up PR.

@MaxDesiatov MaxDesiatov added the refactor No user-visible functionality change label Jan 22, 2021
@MaxDesiatov MaxDesiatov requested a review from a team January 22, 2021 12:58
@MaxDesiatov MaxDesiatov marked this pull request as ready for review January 22, 2021 12:58
@MaxDesiatov MaxDesiatov added the bug Something isn't working label Jan 22, 2021
carson-katri
carson-katri previously approved these changes Jan 22, 2021
@MaxDesiatov
Copy link
Collaborator Author

This seems to resolve at least one instance of the bug. I'm merging it as is to make it easier to work with different branches that resolve other cases separately.

@MaxDesiatov MaxDesiatov merged commit e04b793 into main Jan 24, 2021
@MaxDesiatov MaxDesiatov deleted the use-mirror branch January 24, 2021 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor No user-visible functionality change
Development

Successfully merging this pull request may close these issues.

2 participants