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

XMLRPC-Client: Remove the need for custom list and map type #359

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

SchoolGuy
Copy link
Member

Fixes #28
Fixes #29

This PR locally does not build anymore due to infinite types. It might be that we need to remove the custom list and array type fully to allow the TS compiler to work.

@SchoolGuy SchoolGuy added this to the V0.0.1 milestone Nov 5, 2024
@github-actions github-actions bot added the TS-XMLRPC Project typescript-xmlrpc label Nov 5, 2024
@SchoolGuy
Copy link
Member Author

Ah I am using Node 22 locally and as such this is officially not compatible with Angular. I will put it on that and merge this PR. If we need a fixup we can open a new PR.

@SchoolGuy SchoolGuy merged commit d1eab09 into main Nov 5, 2024
16 checks passed
@SchoolGuy SchoolGuy deleted the feature/remove-xmlrpc-types branch November 5, 2024 14:00
@SchoolGuy
Copy link
Member Author

I can confirm that with Node 18 locally everything works fine but with Node 22 I get compilation errors. As such this PR is fully valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TS-XMLRPC Project typescript-xmlrpc
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Remove the need for a XmlrpcStruct Remove the need for XmlrpcArray
1 participant