-
Notifications
You must be signed in to change notification settings - Fork 46
Minor fix after version 0.11.0 #209
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
It seems like it fails on Can you clean up commit history a little? Maybe 3 commits, one for each logical change?
Otherwise, I have a few comments :) Thanks for the pr! |
Yes, please! I don't know why CI is also reporting the
Sure. Thanks for the review! |
Build is green! Yay :) It is transitive dependencies with Did we address your issues well enough with these changes? |
Yes! I think this suppose to address everything from what I am seeing. :) I might need to create another PR for git history cleaning. I don't know how I am suppose to clean up in the current branch. It's a bit too messy now. 😕 |
Great!
No worries, I'll just squash it, since it is a little smaller now :) Thanks so much for this 👍 |
Thanks for the kindly review! And a being very fast to address issue! ;) By the way, I wonder who is in the organization (since there are no public members)? Can I joined the organization and I would like help maintain a little to this amazing package! 😃 I will certainly help when I have time! Thanks! |
I believe its a 2-person organisation for now. Me and @theothornhill.
More contributors is a good thing. If you keep on sending in PRs regularly we'll surely add you to the list 🙂 |
This patch does the following.
tree-sitter
andtree-sitter-indent
incsharp-mode.el
instead ofcharp-tree-sitter.el
(Not sure if we need to do this, but I am getting the error, see Error while installing, error: (void-variable tree-sitter-major-mode-language-alist) #208)