Skip to content

[Fix] Fix two regressions in Converter #16

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
Jun 8, 2023

Conversation

czechboy0
Copy link
Contributor

Motivation

Found two regressions with the signature of two of the ~50 converter helper methods:

  • optional request body of type data
  • required header fields of type JSON

Modifications

Fixed up these signatures.

Result

Now a project which has both can build.

Test Plan

Used a test project for finding and fixing these. We should think about increasing the integration test coverage, and run it on runtime PRs.

@czechboy0 czechboy0 requested a review from simonjbeaumont June 8, 2023 18:10
@czechboy0 czechboy0 added the 🔨 semver/patch No public API change. label Jun 8, 2023
@czechboy0 czechboy0 merged commit b66f94a into apple:main Jun 8, 2023
@czechboy0 czechboy0 deleted the hd-fix-two-converter-regressions branch June 8, 2023 18:16
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