-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
CI test for emacs-lsp packages #2678
Conversation
Yeah, this looks strange to me. But I sometime do get this warning. See if I can reproduce this. 😕 |
The issue is that we have 2 lsp-make-notification functions, one in lsp-mode.el and one in lsp-protocol.el, we should remove the one in lsp-mode.el |
I could not find the second Line 110 in 800591f
I think I should delete the one in lsp-mode? |
@jcs090218 I think @yyoncho meant https://github.com/emacs-lsp/lsp-dart/blob/master/lsp-dart-protocol.el#L57 I think we can rename the function on lsp-mode or rename on dart side, I don't mean to remove that on Dart side as is not being used ATM, I just added to follow the spec |
Lets remove the dart side. |
But generally, we should prefix the non-core interfaces. |
I'll remove it and later add the prefix, it makes sense @yyoncho |
Done on master @jcs090218, it should be available on MELPA in 1hour |
All checks have passed! 🎉 Let me know if I still need to change anything! ;) |
LGTM, thank you for that @jcs090218 :) |
Looks good to me! I think this is a great addition to our infrastructure. Now it will be much easier to perform cleanup. |
All checks have passed (again)! Let me merge this for now before this PR get larger and larger. I would apply another patch if needed! :) Thanks for anyone who reviewed this PR. 🎉 |
This if for #2655