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

[reflection] consider removing XML parsing #802

Open
stephen-hawley opened this issue Dec 1, 2023 · 0 comments
Open

[reflection] consider removing XML parsing #802

stephen-hawley opened this issue Dec 1, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@stephen-hawley
Copy link
Contributor

When parsing in .swiftinterface files we generate XML which we turn around and parse into the *Declaration classes.
We can eliminate the XML parsing by generating the *Declaration classes directly. Generating the XML reflection is still an option which we should support, but that can be done by dumping out all of the classes using ModuleDeclaration as the root.

@stephen-hawley stephen-hawley added the enhancement New feature or request label Dec 1, 2023
@stephen-hawley stephen-hawley added this to the Future milestone Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant