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

Remove Codable Parsing interceptor and interceptor provider (for now) #1670

Merged
merged 1 commit into from
Feb 20, 2021

Conversation

designatednerd
Copy link
Contributor

In a fit of optimism, when I redid all the Network Stack stuff to use interceptors, I added a Codable based parsing interceptor for what I thought at the time the Swift Codegen was going to look like. We've since stepped back and are in the midst of rethinking that, mostly because a number of fairly common cases just flat out didn't work with what I'd put together, despite all my testing, because that's just the way The Year Of The Rat went for us all.

Since this isn't going to be in use super-soon, all it's doing is confusing people in terms of what they should actually be using. For this reason, I've decided we should remove this and re-add it when there's a more concrete story around what we're doing to parse code for New Codegen™.

… as it's not near ready to ship and is causing confusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant