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

lsp-csharp.el: fix breakage with the latest emacs #3349

Conversation

razzmatazz
Copy link
Collaborator

See https://lists.gnu.org/archive/html/emacs-devel/2022-02/msg00461.html
for more context.

I will provide a corresponding PR for lsp-fsharp later too.

I didn't hear other runtimes than dotnet experiencing issues with a switch to posix_spawn in emacs, but just FYI -- the latest emacs@master (@emacs-28 on macos too) launches subprocesses with SIGCHLD and other signals masked and unless subprocess fixes it up by itself, that may cause problems.

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Feb 12, 2022
@razzmatazz
Copy link
Collaborator Author

@yyoncho I have applied a couple more commits to make this PR even better :)

@razzmatazz razzmatazz merged commit 9b3a921 into emacs-lsp:master Feb 13, 2022
@razzmatazz razzmatazz deleted the fix-posix-spawn-emacs-breakage-for-csharp-ls branch February 13, 2022 09:06
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 documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants