-
Notifications
You must be signed in to change notification settings - Fork 1
Add swift parser for source symbols #31
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
Conversation
@@ -55,6 +55,8 @@ install_requires = | |||
tree-sitter-objc==3.0.2 | |||
tree-sitter-python==0.21.0 | |||
tree-sitter-rust==0.21.2 | |||
# See https://github.com/alex-pinkus/tree-sitter-swift/issues/432 | |||
tree-sitter-swift @ git+https://github.com/alex-pinkus/tree-sitter-swift.git@9253825dd2570430b53fa128cbb40cb62498e75d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from https://github.com/alex-pinkus/tree-sitter-swift/tree/with-generated-files, it would be nice to contribute there to build and release a pypi package so we can use that instead of a branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AyanSinhaMahapatra! few nits for your consideration.
87b6f60
to
5076843
Compare
Reference: aboutcode-org/scancode.io#1432 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
5076843
to
bbadb2e
Compare
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Thanks @keshav-space for the fixes, all green now. Merging and releasing v0.6.0. |
Reference: aboutcode-org/scancode.io#1432