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

Fix so that lsp-semgrep-languages will take effect immediately #4164

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

gvol
Copy link
Contributor

@gvol gvol commented Sep 9, 2023

Updating lsp-semgrep-languages didn't take effect until a restart (or recompile of lsp-semgrep.el). This is because it's :activation-fn is (apply 'lsp-activate-on lsp-semgrep-languages) which effectively embeds the versions rather than checking the value of the variable each time.

Updating `lsp-semgrep-languages` didn't take effect until a restart
(or recompile of lsp-semgrep.el).  This is because it's
`:activation-fn` is `(apply 'lsp-activate-on lsp-semgrep-languages)`
which effectively embeds the versions rather than checking the value
of the variable each time.
@github-actions github-actions bot added the client One or more of lsp-mode language clients label Sep 9, 2023
@gvol
Copy link
Contributor Author

gvol commented Sep 10, 2023

I'm not sure what would be wrong with the windows-latest, or why the 3 other checks haven't finished. Is it something I should worry about, or a problem with the CI right now?

@jcs090218
Copy link
Member

I'm not sure what would be wrong with the windows-latest, or why the 3 other checks haven't finished. Is it something I should worry about, or a problem with the CI right now?

There are errors from that snapshot, so no need to worry about it! The other three checks should be removed since we've already dropped support for Emacs 26.3.

@yyoncho yyoncho merged commit 7bdac39 into emacs-lsp:master Oct 27, 2023
13 of 14 checks passed
@yyoncho
Copy link
Member

yyoncho commented Oct 27, 2023

Thank you for contributing to lsp-mode!

@gvol gvol deleted the patch-1 branch November 26, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants