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

[swift5] fix compile error from Alamofire 5.10 - cast Parameter type to avoid recursion #19908

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

rmustard
Copy link
Contributor

Type change in Alamofire 5.10 caused unintended recursive call.
This change adds a type cast to force the correct function call signature.

PR checklist

  • [x ] Read the contribution guidelines.
  • [x ] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
  • [x ] Run the following to build the project and update samples:
    ./mvnw clean package 
    ./bin/generate-samples.sh ./bin/configs/*.yaml
    ./bin/utils/export_docs_generators.sh
    
  • [x ] File the PR against the correct branch: master (upcoming 7.x.0 minor release - breaking changes with fallbacks), 8.0.x (breaking changes without fallbacks)
  • [x ] If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

@rmustard
Copy link
Contributor Author

@4brunu here is the PR for this issue
#19902 (comment)

@rmustard
Copy link
Contributor Author

This is an interesting one in terms of testing. The tests all pass because the generated projects and spm files all have Alamofire pinned to 5.9.1 or lower and the issue only appears in 5.10

I wasn't sure it was correct to update all those versions in the checked in files.

@4brunu
Copy link
Contributor

4brunu commented Oct 18, 2024

Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors.
Let me know if you need help fixing it.
Ref: https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-can-i-update-commits-that-are-not-linked-to-my-github-account

@4brunu
Copy link
Contributor

4brunu commented Oct 18, 2024

This is an interesting one in terms of testing. The tests all pass because the generated projects and spm files all have Alamofire pinned to 5.9.1 or lower and the issue only appears in 5.10

I wasn't sure it was correct to update all those versions in the checked in files.

For now let's not update the alamofire version, since this works with both versions of it.

@4brunu
Copy link
Contributor

4brunu commented Oct 18, 2024

By the way there is a new swift6 generator if you want to give it a try 👍

@rmustard
Copy link
Contributor Author

Thanks for the heads up about my commit user!

I'll checkout the swift6 generator as well.

@4brunu 4brunu merged commit 1248d7a into OpenAPITools:master Oct 18, 2024
29 checks passed
@4brunu
Copy link
Contributor

4brunu commented Oct 18, 2024

Thanks for your contribution.
If you have some time, consider migrate to swift6 generator.
Also swift6 generator needs some improvements, it needs to upgrade alamofire to version 5.10.0 and make it compile.
So if you can help with that, I would appreciate it 👍

@wing328 wing328 added this to the 7.10.0 milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants