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

Remove "stderr finished" garbage from end of request bodies #23

Closed
josephmturner opened this issue Mar 1, 2023 · 3 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@josephmturner
Copy link
Contributor

This issue pops up in older versions of Emacs.

The stderr process sentinel probably should be set to #'ignore.

@josephmturner
Copy link
Contributor Author

Process plz-request-curl stderr<1> finished

appended to the end of each file

@alphapapa
Copy link
Owner

Being worked on in branch https://github.com/alphapapa/plz.el/tree/wip/no-mix-stderr. Solves the stated problem, but seems to introduce an intermittent error about "Selecting deleted buffer", and also sometimes prompts the user to delete a buffer that has a running process--and this happens despite safeguards in the code that should preclude such things. It seems that Emacs's process handling has race conditions, but I don't understand why they are being encountered in this library and not more widely among other Elisp libraries that use processes.

@alphapapa alphapapa self-assigned this Apr 14, 2023
@alphapapa alphapapa added the bug Something isn't working label Apr 14, 2023
@alphapapa alphapapa added this to the 0.7 milestone Jun 26, 2023
@alphapapa
Copy link
Owner

alphapapa commented Jun 26, 2023

This should be solved in v0.7, and now fixed on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants