Skip to content

[Bug] Make a missing converter helper public #54

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
Sep 25, 2023

Conversation

czechboy0
Copy link
Contributor

Motivation

In the previous PR, we missed one method which was supposed to be public, but was internal. Discovered while testing the generator, this this isn't being seen by users yet, but blocks us from rolling out the next 0.2.x generator.

Modifications

Removed @testable (which made us miss it) from converter tests and made the missing method public.

Result

Generated code should compile again.

Test Plan

This PR is mostly about updating tests to catch this next time.

@czechboy0 czechboy0 merged commit ef2b34c into apple:main Sep 25, 2023
@czechboy0 czechboy0 deleted the hd-urlencodedform-internal-helper branch September 25, 2023 13:50
@czechboy0 czechboy0 added the 🔨 semver/patch No public API change. label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants