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

[Swift APIView] Migrate SwiftAPIView to use swift-syntax instead of swift-ast #3339

Closed
tjprescott opened this issue May 12, 2022 · 2 comments · Fixed by #4789
Closed

[Swift APIView] Migrate SwiftAPIView to use swift-syntax instead of swift-ast #3339

tjprescott opened this issue May 12, 2022 · 2 comments · Fixed by #4789

Comments

@tjprescott
Copy link
Member

Swift-syntax (https://github.com/apple/swift-syntax) is the official Apple-supported library for parsing Swift. We have had numerous issues arise due to relying on swift-ast, which has not been maintained since 2019. We should investigate refactoring SwiftAPIView to use swift-syntax.

@tjprescott
Copy link
Member Author

We should avoid any heavy refactoring until #2325 is complete.

@tjprescott tjprescott self-assigned this Nov 23, 2022
@tjprescott
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant